IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 20, 2009, 5:56:28 PM (17 years ago)
Author:
eugene
Message:

convert coordinates to %C; add moon parameters to raw tables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/def/rawExp.d

    r19990 r24867  
    1616FIELD    exp_type,     8,  %s,     Type   
    1717FIELD    dateobs,     19,  %T,     Date/Time
    18 FIELD    ra,           8,  %10.6f, RA,           op=OP1     
    19 FIELD    decl,         8,  %10.6f, DEC,          op=OP2
     18FIELD    ra,           8,  %C, RA,           op=OP1     
     19FIELD    decl,         8,  %C, DEC,          op=OP2
    2020FIELD    object,      10,  %s,     object
    2121FIELD    filter,      10,  %s,     FILTER
     
    2525FIELD    pon_time,     5,  %.2f,   pon_time
    2626FIELD    sat_pixel_frac, 5,   %.4f,   f(sat pixels)
    27 FIELD    bg,           8,  %.2f,   backgnd
    28 FIELD    bg_stdev,     8,  %.2f,   stdev
     27FIELD    bg,            8,  %.2f,   backgnd
     28FIELD    bg_stdev,      8,  %.2f,   stdev
    2929FIELD    bg_mean_stdev, 8, %.2f,   [stdev]
     30FIELD    moon_angle,    5,  %.2f,   moon angle
     31FIELD    moon_phase,    5,  %.2f,   moon phase
     32FIELD    sun_alt,       5,  %.2f,   sun altitude
    3033FIELD    comment,      65,  %s,     Comment
Note: See TracChangeset for help on using the changeset viewer.