IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 6, 2012, 6:50:18 AM (14 years ago)
Author:
eugene
Message:

added some notes to dvosplit; working on dvodist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/Ohana/src/libautocode/def/SkyRegion.d

    r5945 r33204  
    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[19],       name / filename
     18FIELD   hostID,    HOST_ID,        unsigned short, host ID where data is stored
     19
     20# note : 2012.02.05 : stole 2 bytes from 'name' to use for host ID (no
     21#        DBs were created with more than 17 bytes in the name).  The
     22#        hostID points at an entry in the host table (text file).
     23#        There is no safety on this, but it is recoverable (by
     24#        examining the directories) if misplaced.
     25#
     26#        Note that SkyTables from databases generated in the past may
     27#        have garbage characters here.  To ensure catch this
     28#        condition, we add a header keyword to SkyTables in which the
     29#        hostID has been set; if that is not present, the SkyTable
     30#        loading software should init these bytes to 0 (== unassigned).
Note: See TracChangeset for help on using the changeset viewer.