panoptes / panoptes-utils

A set of Astronomical utility functions. PANOPTES style. :hammer_and_wrench: :telescope: :stars:
https://panoptes-utils.readthedocs.io
MIT License
4 stars 9 forks source link

Support pathlib.Paths #289

Closed wtgee closed 2 years ago

wtgee commented 2 years ago

The utils module has a number of functions that are dealing with filenames but don't support pathlib.Path. In particular the FITS handling functions (e.g. panoptes.utils.images.fits) could benefit from support.