HiPERCAM / hipercam

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

reduce cannot use first=-ve #116

Closed StuartLittlefair closed 7 months ago

StuartLittlefair commented 7 months ago

With hipercam first=0 does not work due to an issue with the data format. For nrtplot we allow, e.g., first=-1000 which will try to grab a frame 1000 before the last frame, which does work. However, this option is not available for reduce, and it should be!