glass-dev / glass

Generator for Large Scale Structure
https://glass.readthedocs.io
MIT License
31 stars 7 forks source link

ENH(user): Add FITS catalogue writer tool #156 #158

Closed ucapbba closed 2 weeks ago

ucapbba commented 4 months ago

Update the user functions with a new write_catalog method that allows a user to easily write a FITS catalogue.

Testing against Python 3.7 removed as it does not accept positional arguments with /, which are used in the "write" function.

Closes: #156