next up previous contents
Next: Moving objects Up: Star tables Previous: Comment column

Standard values

The above information suffices for program stars. Standard-star files, however, must also have the standard photometric values (in place of the rough MAG column). The column label should be the usual name of the magnitude or index in the column, e.g., V or U-B or c1; see Table I.2. The data themselves are Real*4 numbers. Magnitudes are displayed in F5.2 or F6.3 format, which leaves room for two digits before the decimal point. Color and other indices are displayed in f6.3 format; this displays leading + signs.


 
Table: Standard column labels for photometric indices
System Index Col. label
UBVRI V V
UBVRI B-V B-V
UBVRI U-B U-B
UBVRI V-R V-R
UBVRI R-I R-I
UBVRI V-I V-I
uvby b-y b-y
uvby u-v u-v
uvby ${\rm m}_1$ m1
uvby ${\rm c}_1$ c1
H-beta ${\beta}$ beta
 

In addition, standard-star files should specify the system they employ, and the source of the standard values. The system should be placed in a character descriptor called SYSTEM. This may be up to 32 characters long, because of the need to distinguish between such alternatives as 'JOHNSON-MORGAN UBV', 'LANDOLT UBV', and 'KRON-COUSINS UBVRI',

Catalog stars may have not only columns specifying values in the system of observation, but also other systems. However, data from other systems, except for V magnitudes, will be ignored.

There is a potential problem in the use of indices like U-B as column labels that users should be aware of. MIDAS table files do not distinguish between upper and lower case in column labels. Thus, while it is possible to use 'u-b' as a column label for the uvby system, it cannot be distinguished from 'U-B' by programs or MIDAS procedures that read these files. However, the string may be entered in the proper case when the label is created, and will appear correctly on plots, table listings, etc.

Furthermore, because the provision for column arithmetic was built into the table system before the need for color index-names as column labels was apparent, it will be necessary to use the double-quote mark (") around such indices when referring to them as column labels. For example, in a MIDAS command line, the B-V column must be referred to as :"B-V". Although this is inconvenient, it does allow such names to appear on plots, etc. The alternative (which will be automatically applied by MIDAS in the absence of the double-quote marks) is to convert the minus sign to an underscore, so that we would have B_V instead of B-V. This appears to be even more inconvenient for photometrists than to put up with the quotes.


next up previous contents
Next: Moving objects Up: Star tables Previous: Comment column
Petra Nass
1999-06-15