spacetelescope / exovetter

Exoplanet vetting
https://exovetter.readthedocs.io
BSD 3-Clause "New" or "Revised" License
6 stars 5 forks source link

ENH: Use astropy units and Quantity #16

Open pllim opened 4 years ago

pllim commented 4 years ago

astropy units and Quantity is useful because it keeps track of the units for you and works pretty well with Numpy arrays (except for some known issues). Things like trapezoid_fit (see also #14) could benefit from it.

Pros:

Cons:

Do the benefits outweigh the costs?