IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 18, 2015, 6:33:51 AM (11 years ago)
Author:
eugene
Message:

merge changes from eam branch ipp-20150405: add R7 to lensing, fix R5,R6,R7 definitions and mean photometry; calculate E1,E2 in dvolens; fix precision for dvopsps FW objects; fix histograms at axis; new colormap options; require primary skycell in diff mean photometry

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/Ohana/src/libautocode/def/lensing.d

    r37992 r38153  
    22EXTNAME      DVO_LENSING
    33TYPE         BINTABLE
    4 SIZE         144
     4SIZE         160
    55DESCRIPTION  DVO Lensing Table
    66
     
    3232FIELD  E2_psf,         E2_PSF,       float,          polarization psf stars E2
    3333
    34 FIELD F_ApR5,        FLUX_AP_R5,    float,          Flux inside r = 5
     34FIELD  F_ApR5,           FLUX_AP_R5, float,          Flux inside r = 5
    3535FIELD dF_ApR5,       FLUX_ERR_AP_R5, float,          error on Flux inside r = 5
    3636FIELD sF_ApR5,       FLUX_STD_AP_R5, float,          stdev of Flux inside r = 5
    3737FIELD fF_ApR5,       FLUX_FIL_AP_R5, float,          fill factor for Flux inside r = 5
    3838
    39 FIELD F_ApR6,        FLUX_AP_R6,     float,          Flux inside r = 5
    40 FIELD dF_ApR6,       FLUX_ERR_AP_R6, float,          error on Flux inside r = 5
    41 FIELD sF_ApR6,       FLUX_STD_AP_R6, float,          stdev of Flux inside r = 5
    42 FIELD fF_ApR6,       FLUX_FIL_AP_R6, float,          fill factor for Flux inside r = 5
     39FIELD  F_ApR6,           FLUX_AP_R6, float,          Flux inside r = 6
     40FIELD dF_ApR6,       FLUX_ERR_AP_R6, float,          error on Flux inside r = 6
     41FIELD sF_ApR6,       FLUX_STD_AP_R6, float,          stdev of Flux inside r = 6
     42FIELD fF_ApR6,       FLUX_FIL_AP_R6, float,          fill factor for Flux inside r = 6
     43
     44FIELD  F_ApR7,           FLUX_AP_R7, float,          Flux inside r = 7
     45FIELD dF_ApR7,       FLUX_ERR_AP_R7, float,          error on Flux inside r = 7
     46FIELD sF_ApR7,       FLUX_STD_AP_R7, float,          stdev of Flux inside r = 7
     47FIELD fF_ApR7,       FLUX_FIL_AP_R7, float,          fill factor for Flux inside r = 7
    4348
    4449FIELD   detID,          DET_ID,      int,            detection ID
     
    4853
    4954FIELD imageID,         IMAGE_ID,     int,            reference to DVO image ID
    50 FIELD padding,         PADDING,      int,            padding
     55FIELD padding,          PADDING,     int,            filler
    5156
    52 # 28 x float
    53 # 5 x int + padding
    54 # = 136 bytes / detection
     57# 160 bytes / detection
    5558# for 2.5G objects + 60 overlaps, expect 15TB for forced warp
Note: See TracChangeset for help on using the changeset viewer.