Only the following columns are saved by download_decals:
include_names = [
'iauname',
'nsa_id',
'ra',
'dec',
'petrotheta',
'petroth50',
'petroth90',
'z'
]
This is to limit the resource cost of the full many-column table.
Later components (e.g. the uploader) will need to add other columns (e.g. a/b ratio) back in as needed. Perhaps the long term solution is a mongodb database of the full catalog, which is accessed by each component in setup.
Only the following columns are saved by download_decals:
This is to limit the resource cost of the full many-column table.
Later components (e.g. the uploader) will need to add other columns (e.g. a/b ratio) back in as needed. Perhaps the long term solution is a mongodb database of the full catalog, which is accessed by each component in setup.