suarezgenaro / seda

Spectral Energy Distribution Analyzer (SEDA)
MIT License
1 stars 0 forks source link

Implement the use of astropy units and constants #2

Closed kelle closed 1 week ago

kelle commented 3 weeks ago

For R_Jup, time, etc should use astropy units rather than hand typed numbers. https://docs.astropy.org/en/latest/constants/index.html#constants-astropy-constants

suarezgenaro commented 1 week ago

Astropy units have definitely improved the code. It is clearer and more concise now.