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 current form of these programs is to only embed subarrays onto the extensions relevant to the detector they belong to, but slitlessutils is expecting to loop over all detectors even if they are null.
@pllim@rosteen does the same subarray embed routine exist in ACS for specifcally working with spectral data, I didn't see it offhand, but we should make sure it's inline with what slitlessutils is expecting, and create a ticket over there too.
I am not aware of any such functionality over at acstools (https://acstools.readthedocs.io/en/latest/). I also don't have ACS WBS anymore so I am going to ping @jryon and @mdlpstsci here, just in case they know of such thing elsewhere. 🙏
acstools doesn't currently have functionality for this, though I'm working on it to enable serial CTE correction of subarrays. (Serial CTE correction in CALACS can only operate on full-frames.) I have some basic code that can embed a subarray into a full-frame it for ACS/WFC, but does not mess with WCS keywords, which I'd guess are needed for slitless-related things? I'm also not sure how general it is, as I've only tested it for standard ACS/WFC subarrays.
see also spacetelescope/slitlessutils#81 for the full explanation
The current form of these programs is to only embed subarrays onto the extensions relevant to the detector they belong to, but slitlessutils is expecting to loop over all detectors even if they are null.
@rosteen @larrybradley @bjkuhn
The text was updated successfully, but these errors were encountered: