gbrammer / grizli

Grizli: The "Grism redshift and line" analysis software
MIT License
64 stars 50 forks source link

Return Time object by default with `utils.nowtime` #194

Closed gbrammer closed 6 months ago

gbrammer commented 6 months ago

Before grizli.utils.nowtime returned the "ISO" time format by default. With this update, return the astropy.time.Time object by default, which has an iso attribute (as well as mjd, etc.).