blob: e118de3446dac360d70e3a065fdb5318c39a3a9a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
******************************************************************************
* *
* THE STANDARD STAR CATALOG FORMAT SPECIFICATION *
* *
* The source of the catalog format specification must be one of the *
* following: *
* *
* elias - the Elias JHKL catalog *
* landolt - the Landolt UBVRI catalog *
* nlandolt - the new Landolt UBVRI catalog *
* odewahn - the Odewahn cluster BVR catalog *
* porter - the Porter cluster UBVRI catalog *
* ukirt - the UKIRT JHK catalog *
* catalog - a catalog created with MKCATALOG *
* STDIN - the standard input *
* filename - a user supplied file *
* *
* *
******************************************************************************
|