PAHdb / pyPAHdb

A Python tool to decompose astronomical PAH emission into contributing PAH subclasses.
https://www.astrochemistry.org/pahdb/
BSD 3-Clause "New" or "Revised" License
7 stars 6 forks source link

Decomposer's save_pdf and save_fits methods should take positional arguments only #9

Closed mattjshannon closed 6 years ago

mattjshannon commented 6 years ago

In the Decomposer class (decomposer.py):

Currently these methods accept filename as a keyword argument; they should be positional instead, such that they raise an exception if no filename is supplied.

PAHdb commented 6 years ago

Issue addressed in #13.