edges-collab / edges-cal

Code to calibrate EDGES data
MIT License
0 stars 1 forks source link

feat: add edges-3 I/O methods #141

Closed steven-murray closed 5 months ago

steven-murray commented 8 months ago

This adds methods to create a CalibrationObservation from the new io3.CalibrationObservation object in https://github.com/edges-collab/edges-io/pull/126

Unfortunately, the creation of the object was significantly different enough that it needed new methods on each sub-component (from_edges3()). In the future, this should be remedied.