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
Describe the bug
This is related to CARTAvis/carta-frontend#2357.
The frontend receives incorrect headers of velocity(CTYPE3) from ATCA FITS images.
The original value of CTYPE3 in the FITS headers is 'VELO-XXX' (eg. VELO-HEL, VELO-LSR), but the OpenFileAck message shows 'VELO' in that key..
Describe the bug
This is related to CARTAvis/carta-frontend#2357.
The frontend receives incorrect headers of velocity(CTYPE3) from ATCA FITS images.
The original value of CTYPE3 in the FITS headers is 'VELO-XXX' (eg. VELO-HEL, VELO-LSR), but the OpenFileAck message shows 'VELO' in that key..
VELO-HEL turns to VELO
VELO-LSR turns to VELO
To Reproduce
download the test images here:
https://drive.google.com/file/d/1MrseMvR3j9YVeLk_4bwCmDjvIaPHUtye/view?usp=sharing (CTYPE3 = 'VELO-HEL')
https://drive.google.com/file/d/1ynmyPlgEJolb_1D8m5tWNapXIGMwmUHO/view?usp=sharing (CTYPE3 = 'VELO-LSR')
load it and check the log of OpenFileAck(or File header), and we will see the incorrect header.
Expected behavior
The CTYPE3 in the OpenFileAck message should be the same as the one in the FITS header.
Screenshots or videos
If applicable, add screenshots/videos to help explain your problem.
Platform info (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: