HiPERCAM / hipercam

Python package for handling HiPERCAM data
3 stars 4 forks source link

Typos in fits2hcm script for LTRISE #103

Open danielkynoch opened 2 years ago

danielkynoch commented 2 years ago

Hi, I think there are a couple of typos in the fits2hcm script for LTRISE. On lines 144 and 148 'MJDINT' and 'MJDFRAC' should be set to ofhdu, not ophdu (this is the convention for the other formats "HICKS", "INTWFC" etc.). This causes a KeyError in reduce when attempting to process the images, as 'MJDINT' can't be found.