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
I would suggest a signature def trim(self) -> Image
There would be two possibilities implementing that:
We write something ourself
We could convert the Image to CCDData, use the trim_image method, and convert back. This would be the easier possibility, but would add a dependence to ccdproc.
Applying the
TRIMSEC
header to the data, seems like a good candidate for theImage
class.This is currently implemented in
ProjectedOffsets
:pyobs-core/pyobs/images/processors/offsets/projected.py
Line 86 in d5f7952
The text was updated successfully, but these errors were encountered: