dannyjacobs / ECHO

Software, libraries and data for the External Calibrator for Hydrogen Observatories
1 stars 3 forks source link

Move Observations class to own .py file #26

Closed dmlewis9 closed 3 years ago

dmlewis9 commented 3 years ago

Our init is chock full o code, it's getting messy and disorganized. We want to put our major classes into their own files and just import them.

dmlewis9 commented 3 years ago

Moved the observation and sortie classes to observations.py. This is also autoread by readthedocs. Some modules have been moved from observations.py to beams.py.