desihub / fastspecfit

Fast spectral synthesis and emission-line fitting of DESI spectra.
https://fastspecfit.readthedocs.org
BSD 3-Clause "New" or "Revised" License
13 stars 2 forks source link

add string list of tileids to data model when fitting healpix coadds #58

Closed moustakas closed 2 years ago

moustakas commented 2 years ago

For numerous applications it's useful to know on which tiles a given target on a given healpix coadd was observed. Since the list of tiles can and is a variable length array, add this information as a string to the metadata table (in both fastspec and fastphot).

moustakas commented 2 years ago

Done in https://github.com/desihub/fastspecfit/commit/fb1671edadeb0ca510a20f5e2fa1f4d7691ef448.