Changeset 37356 for trunk/Ohana/src/libautocode/def/lensing.d
- Timestamp:
- Sep 4, 2014, 7:54:14 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libautocode/def/lensing.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libautocode/def/lensing.d
r37034 r37356 2 2 EXTNAME DVO_LENSING 3 3 TYPE BINTABLE 4 SIZE 1 284 SIZE 136 5 5 DESCRIPTION DVO Lensing Table 6 6 … … 39 39 FIELD fF_ApR6, FLUX_AP_R6, float, Flux inside r = 6 40 40 41 FIELD detID, DET_ID, unsigned int, detection ID 42 FIELD objID, OBJ_ID, unsigned int, unique ID for object in table 43 FIELD catID, CAT_ID, unsigned int, unique ID for table in which object was first realized 44 FIELD averef, AVE_REF, unsigned int, reference to average entry 41 FIELD detID, DET_ID, int, detection ID 42 FIELD objID, OBJ_ID, int, unique ID for object in table 43 FIELD catID, CAT_ID, int, unique ID for table in which object was first realized 44 FIELD averef, AVE_REF, int, reference to average entry 45 46 FIELD imageID, IMAGE_ID, int, reference to DVO image ID 47 FIELD padding, PADDING, int, padding 45 48 46 49 # 28 x float 47 # 4 x int48 # = 1 28bytes / detection50 # 5 x int + padding 51 # = 136 bytes / detection 49 52 # for 2.5G objects + 60 overlaps, expect 15TB for forced warp
Note:
See TracChangeset
for help on using the changeset viewer.
