-
Notifications
You must be signed in to change notification settings - Fork 6
Description
In the current version of the note , there are many suggestions to fill ObsCore columns with multiple values , corresponding to a set of columns in the dataset content, with the implicit convention that we order the various quantities in the same way .
e.g o_ucd , o_unit, o_calib_status, etc.
I believe we should refrain from this practice because it would imply an additional parsing step to analyse the content of these columns in the TAP query.
This supposes that we actually want to expose the list of columns from the data content, in ObsCore metadata i.e as an ObsCore table column .
This is not the goal of ObsCore .
As mentioned by François Bonnarel in issue #4 , we would need an extra table to express this list of columns, a kind of "observable profile" , with the ucd , units, as described in a VOTable FIELD , etc .
My question is :
Do we need this as a primary criterium to sort out datasets of interest ?
Is it enough to access and open the data files and check the FITS header ?