Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add module handling #68

Open
philiph-slac opened this issue Mar 26, 2024 · 0 comments
Open

Add module handling #68

philiph-slac opened this issue Mar 26, 2024 · 0 comments
Assignees

Comments

@philiph-slac
Copy link
Collaborator

We need to handle modules (aka segments, aka the first index in the data array) correctly. Since ePixHR has shape (1, m, n) I didn't put loops over module into the suite scripts. ePixM will have shape (4, n, m) not (1, 2n, 2m). We need to be able to loop handle pedestals, slices, single pixels appropriately. For some detectors it will be computationally painful from a memory perspective to look at all modules in one job. E.g. cluster-finding for a camera like the epix10k2M. In others it will be simpler to make a .npy file or ntuple-like storage with the module number. To handle this we need to add loops over a list of modules to analyze; this list can be all modules or one. The basicSuiteScript must be modified to handle this information and to plot and save data products with the appropriate labeling.

@philiph-slac philiph-slac self-assigned this Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant