- Timestamp:
- Feb 22, 2007, 4:05:39 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dvo-mods-2007-02/Ohana/src/libautocode/def/average.d
r11742 r12008 2 2 EXTNAME DVO_AVERAGE 3 3 TYPE BINTABLE 4 SIZE 764 SIZE 84 5 5 DESCRIPTION DVO Average Object Table 6 6 … … 30 30 FIELD missing, missing, int, offset to first missing obs 31 31 32 # Pan-STARRS uses a 64-bit detection ID. keep this in two 32 bit ints for backwards compatibility? 33 FIELD objID_hi, OBJ_ID_HI, unsigned int, ID upper bytes 34 FIELD objID_lo, OBJ_ID_LO, unsigned int, ID lower bytes 35 32 36 # this structure should only be used for internal representations 33 37 # the average-FORMAT structures should be used for external representations 34 38 # note that the average magnitudes are stored in the 'secfilt' table (change this name??) 35 39 # the index for the secfilt table is just Nsecfilt times the index for the average table. 40 41 # XXX after the rest of the DVO re-org work, remove the magnitude based values from this table 42 # and move them to the secfilt table. 43 44 # the DVO object IDs are generated internally and are not equivalent to the PSPS object IDs
Note:
See TracChangeset
for help on using the changeset viewer.
