- Timestamp:
- Sep 1, 2014, 4:08:42 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140813/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/libautocode/def/lensing.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140813/Ohana
- Property svn:mergeinfo changed
/tags/ipp-pv3-20140717/Ohana (added) merged: 37082,37304,37328-37331,37343
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20140813/Ohana/src/libautocode/def/lensing.d
r37034 r37344 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.
