Configuration
Photometry groupsAstronomical catalogues often contain information about photometric measures of the catalogued objects (usually as magnitudes). When this happens it is very useful to have as much information about these magnitudes as possible. The IVOA Photometry Data Model specifies how to describe a photometric value (and/or the associated photometric filter) in the VO context and you could want to read it for further information. Warning!! Most catalogues that don't contain astronomical coordinates (RA,DEC) will not contain photometric information either. So you probably don't need to read this section further. If you do, you will read that each photometric point can/must be associated to a photometric filter in the SVO Filter Profile Service. This does not have anything to do with the fact that we have choosen to build an example catalogue using filter information (we wish this does not confuse you). In our example catalogue (exfilters) we don't have photometric information. In other catalogues, if you want to include photometric information, follow the instructions below. In the configuration you must do two different things:
For each photometry group you just need to specify:
We assume here that each photometric value can be described as corresponding to one of the photometry filters available in the SVO Filter Profile Service. Ideally, this means that the observation has been made using that filter, but it is enough if you think that the observing filter is close enough to one in the Filter Porfile Service. Giving a Filter ID for the observation implies including a lot of information about the filter and, thus, about the observation (and how to understand a given magnitude/flux). All this information about filters will be used in the web page so that when a user moves the mouse over the table header a small windows appears giving the description of each field. And, what's more important, it will be used in the VO ConeSearch response to include metadata groups with the fields corresponding to the same filter and the appropiate links to the Filter Profile Service's to get extra information about the filter and the adequate calibration. This allows a VO application to automatically retrieve all the data that it needs about this photometric measure. It could be a zero point to transform it to flux, a wavelength to plot the value or even the actual filter transmission curve to compute synthetic photometry to compare with the observed one.
You don't need to find that information very intuitive. It's there more for being understood by applications than for human reading. Just as a short summary, in each GROUP there are several PARAM's giving information about the group (in this case, links to the Filter Profile Service filter and calibration) and one or several FIELDref's giving the fields that share those properties. |