skyportal / gwemopt

Gravitational-wave Electromagnetic Optimization
GNU General Public License v3.0
19 stars 34 forks source link

Panda-fy catalogs #125

Closed robertdstein closed 1 year ago

robertdstein commented 1 year ago

This PR object-ifies catalogs of galaxies. All BaseCatalog objects return a pandas dataframe, and these dataframes replace the old named variables becoming dictionaries format. This substantially improves readability and decreases the number of lines per operation.

robertdstein commented 1 year ago

Fix #106