- Timestamp:
- Jun 17, 2014, 6:23:59 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140610/Ohana/src/libautocode/def/measure-ps1-v5.d
r36885 r36899 1 STRUCT Measure_PS1_V 42 EXTNAME DVO_MEASURE_PS1_V 41 STRUCT Measure_PS1_V5 2 EXTNAME DVO_MEASURE_PS1_V5 3 3 TYPE BINTABLE 4 4 SIZE 232 … … 52 52 # internally, this is an unsigned int; however, we do NOT convert with TZERO/TSCAL on output 53 53 FIELD detID, DET_ID, unsigned int, detection ID 54 FIELD imageID, IMAGE_ID, unsigned int, reference to DVO image ID55 54 FIELD objID, OBJ_ID, unsigned int, unique ID for object in table 56 55 FIELD catID, CAT_ID, unsigned int, unique ID for table in which object was first realized 57 56 58 FIELD padding, PADDING, int, padding to ensure 8byte blocks59 57 # extID needs to be on an 8-byte boundary 60 61 58 # PSPS uses a 64-bit detection ID 62 59 FIELD extID, EXT_ID, uint64_t, external ID (eg PSPS detID) 60 61 FIELD imageID, IMAGE_ID, unsigned int, reference to DVO image ID 63 62 64 63 # do we need more resolution than a short? should this be a log? … … 98 97 FIELD photFlags, PHOT_FLAGS, unsigned int, flags supplied by photometry program 99 98 99 FIELD padding, PADDING, int, padding to ensure 8byte blocks 100 100 101 # 2 x double 101 102 # 35 x float 102 # 1 0x int or unsigned int103 # 11 x int or unsigned int 103 104 # 12 x short or unsigned short 104 105 # 1 x uint64_t
Note:
See TracChangeset
for help on using the changeset viewer.
