IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19810


Ignore:
Timestamp:
Oct 2, 2008, 7:44:33 AM (18 years ago)
Author:
eugene
Message:

temporarily not showing fringe; adding sun & moon

File:
1 edited

Legend:

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

    r19726 r19810  
    66# the following WHERE clauses are added to all queries joined by AND
    77WHERE detResidExp.exp_id = rawExp.exp_id
     8WHERE detResidExp.det_id = detInputExp.det_id
    89WHERE detResidExp.exp_id = detInputExp.exp_id
    910WHERE detResidExp.iteration = detInputExp.iteration
     
    2627#     field                   size  format  name       show         link to              linkargs
    2728FIELD detResidExp.det_id,        7, %s,     Det ID,    value
    28 FIELD rawExp.camera,            10, %s,     camera,    value
     29FIELD rawExp.camera,            10, %s,     camera,    none
    2930FIELD detResidExp.exp_id,        5, %s,     Exp ID,    value,       rawImfile.php,       ARG1
    3031FIELD rawExp.exp_name,           5, %s,     Exp Name,  value,       rawImfile.php,       ARG1
     
    3940FIELD detResidExp.bin_stdev,     8, %.3f,   bin stdev, value
    4041FIELD (detResidExp.bg/detResidExp.bin_stdev), 8, %.3f, S/N, value
     42FIELD (detResidExp.bg/rawExp.exp_time), 8, %.3f, flux, value
    4143# FIELD *,                         8, %s,     S/N,       op=OP1
    42 FIELD detResidExp.fringe_0,      8, %.3f,   fringe,    value
    43 FIELD detResidExp.fringe_1,      8, %.3f,   fringe err, value
    44 FIELD detResidExp.fringe_2,      8, %.3f,   fringe stdev, value
    45 FIELD detResidExp.user_1,        8, %.3f,   dfringe,    value
    46 FIELD detResidExp.user_2,        8, %.3f,   dfringe err, value
    47 FIELD detResidExp.user_3,        8, %.3f,   dfringe stdev, value
     44# FIELD detResidExp.fringe_0,      8, %.3f,   fringe,    value
     45# FIELD detResidExp.fringe_1,      8, %.3f,   fringe err, value
     46# FIELD detResidExp.fringe_2,      8, %.3f,   fringe stdev, value
     47# FIELD detResidExp.user_1,        8, %.3f,   dfringe,    value
     48# FIELD detResidExp.user_2,        8, %.3f,   dfringe err, value
     49# FIELD detResidExp.user_3,        8, %.3f,   dfringe stdev, value
    4850FIELD rawExp.dateobs,           19, %T,     obs date,  value
    4951FIELD rawExp.filter,            10, %s,     filter,    value
     52FIELD rawExp.pon_time,          10, %d,    pon_time,    value
    5053FIELD rawExp.exp_time,           8, %.2f,   exptime,   value
    5154FIELD rawExp.ccd_temp,           8, %.2f,   ccd temp,  value
    5255FIELD rawExp.airmass,            8, %.4f,   airmass,   value
     56FIELD rawExp.sun_alt,            8, %.4f,   sun_alt,   value
     57FIELD rawExp.sun_angle,          8, %.4f,   sun_angle, value
     58FIELD rawExp.moon_alt,           8, %.4f,   moon_alt,  value
     59FIELD rawExp.moon_angle,         8, %.4f,   moon_angle, value
     60FIELD rawExp.moon_phase,         8, %.4f,   moon_phase, value
    5361FIELD detResidExp.path_base,    20, %s,     path_base, none
    5462
Note: See TracChangeset for help on using the changeset viewer.