dannyjacobs / ECHO

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

Move Beam class to own .py file. #27

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

Also place beam utils (gridding, creating beams, all that stuff) in here instead of a new, separate beam_utils file

dmlewis9 commented 3 years ago

Modules have been moved, the new module beams.py is now working and autoread by readthedocs.