Details
-
Type:
Story
-
Status: Invalid
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: meas_algorithms, meas_photocal, obs_cfht, obs_sdss, obs_subaru, obs_test, pipe_tasks
-
Labels:None
-
Team:Data Access and Database
Description
There are some configuration issues associated with reference catalogs, including:
1) Determining the source of the reference catalog. This information is used in two ways:
- mapping the filter used to take an exposure to a filter in a reference catalog, for matching sources to reference objects (e.g. for astrometry and photometry)
- picking the correct set of colorterms based on the filter and type of CCD used for the science image and filters in the reference catalog
At present this information is encoded in the eups version name of the astrometry_net_data package used. This requires the use of eups and assumes astrometry.net index files. This is the most serious immediate issue.
2) Colorterm correction data is saved in obs_* packages as config files. This makes it harder to include a temporal component.
This ticket is a request for a cleaner solution.
The plan has been to wait for "the new butler", e.g. DM-2404 (taking this use case into account in its design) before designing the solution. However, if we need something sooner, one possibility for fixing the first problem is to put the source of the reference catalog into metadata attached to the reference catalog.
I don't understand this comment. Parsing a filename neither requires eups nor assumes astrometry.net. It is a bad solution, and I agree that we need a better one, but let's not confuse our various problems.