IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 19, 2005, 5:13:28 PM (21 years ago)
Author:
eugene
Message:

added dvo phottable conversion types

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libohana/doc/dvo-structures.txt

    r3466 r4832  
    3636   (can be loaded with translation, losing the exptime,
    3737   and limited the number of Naverage to 0xffffff - in load_catalog) */
     38
     39------
     40
     41the DVO structure Catalog contains the data from a single sky patch, including:
     42    average, measure, missing, and secfilt. 
     43
     44the catalog may be saved in one of 4 modes (catalog.catmode):
     45    raw   : the old Elixir style which is a header + 4 binary tables
     46    mef   : catalog is a single file with header and 4 fits tables
     47    split : catalog is 5 files, one with the header and one for each table
     48    mysql : catalog is 4 (or 5?) mysql tables
     49
     50    in split mode, the filename is the file of the descriptive header
     51    and the averages, the measure, missing, and secfilt data are
     52    stored in additional files referenced in the header and named
     53    based on the filename (replacing extension .cpa with .cpb, .cpc,
     54    .cpd, for example)
     55
     56   
Note: See TracChangeset for help on using the changeset viewer.