IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 1, 2012, 2:18:05 PM (14 years ago)
Author:
eugene
Message:

add PS1_V3 schema; support for flat-field correction table in dvo; support for distributed dvo tables; support for ubercal fields and average ap mags; 4bit summary of detection-level photometry flags; 32bit values for poor & bad masks in photcode table

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libautocode/def/SkyRegion.d

    r5945 r33647  
    88FIELD   Dmin,      D_MIN,          float,
    99FIELD   Dmax,      D_MAX,          float,
    10 FIELD   childS,    CHILD_S,        int,           sequence number in full table of first child
    11 FIELD   childE,    CHILD_E,        int,           sequence number in full table of last child + 1
    12 FIELD   parent,    PARENT,         int,           sequence number in full table of parent
    13 FIELD   index,     INDEX,          int,           sequence number in full table of this entry
    14 FIELD   depth,     DEPTH,          char,          depth of this entry
    15 FIELD   child,     CHILD,          char,          does this entry have children?
    16 FIELD   table,     TABLE,          char,          does this entry have a table?
    17 FIELD   name,      NAME,           char[21],      name / filename
     10FIELD   childS,    CHILD_S,        int,            sequence number in full table of first child
     11FIELD   childE,    CHILD_E,        int,            sequence number in full table of last child + 1
     12FIELD   parent,    PARENT,         int,            sequence number in full table of parent
     13FIELD   index,     INDEX,          int,            sequence number in full table of this entry
     14FIELD   depth,     DEPTH,          char,           depth of this entry
     15FIELD   child,     CHILD,          char,           does this entry have children?
     16FIELD   table,     TABLE,          char,           does this entry have a table?
     17FIELD   name,      NAME,           char[18],       name / filename
     18FIELD   hostFlags, HOST_FLAGS,     char,           flags to define host / backup usage
     19FIELD   hostID,    HOST_ID,        unsigned char,  host ID where data is stored
     20FIELD   backupID,  BACKUP_ID,      unsigned char,  host ID where backup is stored
     21
     22# note : 2012.02.05 : stole 3 bytes from 'name' to use for host ID and
     23#        related (no DBs were created with more than 17 bytes in the
     24#        name).  The hostID points at an entry in the host table (text
     25#        file, with name given in SkyTable PHU header).  There is no
     26#        safety on this, but it is recoverable (by examining the
     27#        directories) if misplaced.
     28 
     29#        Note that SkyTables from databases generated in the past may
     30#        have garbage characters here.  To ensure catch this
     31#        condition, we add a header keyword to SkyTables in which the
     32#        hostID has been set; if that is not present, the SkyTable
     33#        loading software should init these bytes to 0 (== unassigned).
Note: See TracChangeset for help on using the changeset viewer.