cositools / cosipy

The COSI high-level data analysis tools
Apache License 2.0
3 stars 16 forks source link

Avoid reading the orientation file multiple times #158

Closed israelmcmc closed 1 month ago

israelmcmc commented 3 months ago

No need to read the file multiple times, all columns can be read at the same time.

https://github.com/cositools/cosipy/blob/f8a8518bf5c771ae171233966ac9c254af77753d/cosipy/spacecraftfile/SpacecraftFile.py#L100

israelmcmc commented 1 month ago

Closed by #177