HiPERCAM / hipercam

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

fix ulog reading so it is compatible with hlogs #81

Closed StuartLittlefair closed 3 years ago

StuartLittlefair commented 3 years ago

Hlog.rulog didn't work because of an undefined variable sky. I took a guess at what this was supposed to be, but the log files produced then can't be converted into Tseries objects because of some incompatible types.

This PR fixes both those issues.