IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 4, 2014, 7:54:14 AM (12 years ago)
Author:
eugene
Message:

merge changes from eam branch ipp-20140813 (tweaks to lensing / lensobj schema)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libautocode/def/lensing.d

    r37034 r37356  
    22EXTNAME      DVO_LENSING
    33TYPE         BINTABLE
    4 SIZE         128
     4SIZE         136
    55DESCRIPTION  DVO Lensing Table
    66
     
    3939FIELD fF_ApR6,       FLUX_AP_R6,     float,          Flux inside r = 6
    4040
    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     
     41FIELD   detID,          DET_ID,      int,            detection ID
     42FIELD   objID,          OBJ_ID,      int,            unique ID for object in table
     43FIELD   catID,          CAT_ID,      int,            unique ID for table in which object was first realized
     44FIELD  averef,         AVE_REF,      int,            reference to average entry     
     45
     46FIELD imageID,         IMAGE_ID,     int,            reference to DVO image ID
     47FIELD padding,         PADDING,      int,            padding
    4548
    4649# 28 x float
    47 # 4 x int
    48 # = 128 bytes / detection
     50# 5 x int + padding
     51# = 136 bytes / detection
    4952# for 2.5G objects + 60 overlaps, expect 15TB for forced warp
Note: See TracChangeset for help on using the changeset viewer.