You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The total size of the ASDF file is the same (~400 Mb) as the one generated using --sca 1, for example, so no additional data arrays are hidden in the ASDF structure.
Alex
The text was updated successfully, but these errors were encountered:
100% correct, thank you so much. Adding {} to the output name allowed romanisim to allocate different filenames for the different SCA. Thanks a lot.
My follow-up question would be: Is this the format that level 1 and 2 WFI images will have, different files per SCA?
Borlaff
changed the title
Bug: All SCAs option in romanisim-make-image only generates one SCA
[Solved]: All SCAs option in romanisim-make-image only generates one SCA
Oct 23, 2024
Yes, this is the way that L1 and L2 files are being made. For example, we use romanisim to make the L1 files used to test the pipeline via that script I linked above.
When you're happy, please go ahead and close the issue. I'll push an update to the docs to make this undocumented '{}' feature more clear in the future; thanks for the reminder there.
Hi,
I am trying to generate a complete (SCAs 1 to 18) Roman/WFI image using romanisim but the resulting ASDF file only contains one "data" array.
Example:
Result tree:
roman_exp["roman"]["data"].shape
(4088, 4088)
The total size of the ASDF file is the same (~400 Mb) as the one generated using --sca 1, for example, so no additional data arrays are hidden in the ASDF structure.
Alex
The text was updated successfully, but these errors were encountered: