IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 1, 2014, 4:08:42 PM (12 years ago)
Author:
eugene
Message:

merge changes from tags/ipp-pv3-20140717 (dvolens, addstar mods for lensing / apflux)

Location:
branches/eam_branches/ipp-20140813/Ohana
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140813/Ohana

  • branches/eam_branches/ipp-20140813/Ohana/src/libautocode/def/lensing.d

    r37034 r37344  
    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.