IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 8, 2008, 9:01:19 AM (18 years ago)
Author:
eugene
Message:

various updates

File:
1 edited

Legend:

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

    r18313 r18970  
    99WHERE chipRun.exp_id = rawExp.exp_id
    1010WHERE camProcessedExp.cam_id  = camRun.cam_id
     11WHERE camProcessedExp.fault = 0
    1112
    1213# define image names to be used below
     
    4041FIELD rawExp.exp_time,                   5,   %.2f,     exp_time   
    4142FIELD rawExp.airmass,                    5,   %.4f,     airmass     
    42 FIELD camRun.reduction,                  5,   %s,     reduction
    4343FIELD camProcessedExp.bg,                5,   %.2f,     backgnd
    4444FIELD camProcessedExp.bg_stdev,          5,   %.2f,     stdev   
    45 FIELD camProcessedExp.bg_mean_stdev,     5,   %.2f,     <backgnd>
    4645FIELD camProcessedExp.n_stars,           5,   %d,     Nstars
    4746FIELD camProcessedExp.n_astrom,          5,   %d,     Nastrom
    4847FIELD camProcessedExp.sigma_ra,          5,   %f,     sigma ra
    4948FIELD camProcessedExp.fwhm_major,        5,   %f,     FHWM (major)
     49FIELD rawExp.comment,                   65, %s,     Comment
     50
    5051FIELD camProcessedExp.path_base,         5,   %s,     path_base,    none
    5152FIELD rawExp.exp_id,                     5,   %s,     Exp ID,       none
    5253
    5354# the last two are used as arguments elsewhere, thus needed in the list, even if not displayed
     55# FIELD camRun.reduction,                        5,   %s,     reduction
     56# FIELD camProcessedExp.bg_mean_stdev,           5,   %.2f,     <backgnd>
Note: See TracChangeset for help on using the changeset viewer.