IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 25, 2025, 12:02:08 AM (17 months ago)
Author:
cclin33
Message:

update dvo ref_v3 code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libautocode/def/measure-ps1-ref-v2.d

    r42792 r42793  
    22EXTNAME      DVO_MEASURE_PS1_REF_V2
    33TYPE         BINTABLE
    4 SIZE         40
     4SIZE         48
    55DESCRIPTION  DVO Detection Measurement Table
    66
     
    1212FIELD M,              MAG,          float,          catalog mag,                  mag
    1313FIELD dM,             MAG_ERR,      float,          mag error,                    mag
     14FIELD Mcal,           M_CAL,        float,          image cal mag,                mag
     15FIELD dMcal,          MAG_CAL_ERR,  float,          systematic calibration error, mag
    1416FIELD dt,             M_TIME,       float,          exposure time,                2.5*log(exptime)
    1517
     
    2527FIELD pad,            PAD,          char[2],        padding
    2628
    27 # 5 x float
     29# 7 x float
    2830# 4 x int
    2931# 2 + 2
    30 # = 40 bytes
     32# = 48 bytes
    3133
    32 # 5 float, 4 int, 1 short, 2 char
    33 # 5*4 +    4*4 +  1*2 +    2*1   = 40
     34# 7 float, 4 int, 1 short, 2 char
     35# 7*4 +    4*4 +  1*2 +    2*1   = 48
    3436
    3537
Note: See TracChangeset for help on using the changeset viewer.