SJICube.wcs
is one-based (FITS standard) instead of zero-based (Python/C convention)
#44
Labels
bug
Something isn't working
The WCS information of each SJI exposure is restored in the the auxiliary metadata extension of L2 files using keywords including
XCENIX
(CRVAL1
) andYCENIX
(CRVAL2
). However, I found SJICube.wcs uses one-based convention (FITS) when I check the consistency between the center coordinate of the SJI FOV given byXCENIX/YCENIX
andSJICube.wcs.pixel_to_world()
. This is inconsistent with theHigh-Level API
inastropy.wcs
andgwcs
, which both adopt the zero-based Python/C convention.returns
Besides, there might be a tiny time lag between the
DATE_OBS
in the primary extension header and the actual first exposure of SJI. Because theTIME
keyword of first exposure is none-zero:returns
However, the irispy_cube gives the exact same time
returns
The text was updated successfully, but these errors were encountered: