IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24867


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

Location:
trunk/ippMonitor/def
Files:
33 edited

Legend:

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

    r19183 r24867  
    2525FIELD rawExp.camera,            10,   %s,     Camera
    2626FIELD rawExp.dateobs,           19,   %T,     Date/Time
    27 FIELD rawExp.ra,                 8,   %10.6f, RA,           op=OP1     
    28 FIELD rawExp.decl,               8,   %10.6f, DEC,          op=OP2
     27FIELD rawExp.ra,                 8,   %C, RA,           op=OP1     
     28FIELD rawExp.decl,               8,   %C, DEC,          op=OP2
    2929FIELD rawExp.object,            10,   %s,     Object
    3030FIELD rawExp.filter,            10,   %s,     FILTER
  • trunk/ippMonitor/def/camProcessedExp.d

    r24662 r24867  
    3333FIELD rawExp.camera,                    10,   %s,     Camera
    3434FIELD rawExp.dateobs,                   19,   %T,     Date/Time
    35 FIELD rawExp.ra,                         8,   %10.6f, RA,           op=OP1     
    36 FIELD rawExp.decl,                       8,   %10.6f, DEC,          op=OP2
     35FIELD rawExp.ra,                         8,   %C, RA,           op=OP1     
     36FIELD rawExp.decl,                       8,   %C, DEC,          op=OP2
    3737FIELD rawExp.object,                    10,   %s,     Object
    3838FIELD rawExp.filter,                    10,   %s,     FILTER
  • trunk/ippMonitor/def/camProcessedExp_Images.d

    r24671 r24867  
    3737FIELD rawExp.camera,                    10,   %s,     Camera
    3838FIELD rawExp.dateobs,                   19,   %T,     Date/Time
    39 FIELD rawExp.ra,                         8,   %10.6f, RA,           op=OP1     
    40 FIELD rawExp.decl,                       8,   %10.6f, DEC,          op=OP2
     39FIELD rawExp.ra,                         8,   %C, RA,           op=OP1     
     40FIELD rawExp.decl,                       8,   %C, DEC,          op=OP2
    4141FIELD rawExp.object,                    10,   %s,     Object
    4242FIELD rawExp.filter,                    10,   %s,     FILTER
  • trunk/ippMonitor/def/camProcessedExp_NoImages.d

    r19183 r24867  
    3333FIELD rawExp.camera,                    10,   %s,     Camera
    3434FIELD rawExp.dateobs,                   19,   %T,     Date/Time
    35 FIELD rawExp.ra,                         8,   %10.6f, RA,           op=OP1     
    36 FIELD rawExp.decl,                       8,   %10.6f, DEC,          op=OP2
     35FIELD rawExp.ra,                         8,   %C, RA,           op=OP1     
     36FIELD rawExp.decl,                       8,   %C, DEC,          op=OP2
    3737FIELD rawExp.object,                    10,   %s,     Object
    3838FIELD rawExp.filter,                    10,   %s,     FILTER
  • trunk/ippMonitor/def/camProcessedExp_failure.d

    r19183 r24867  
    3333FIELD rawExp.camera,                    10,   %s,     Camera
    3434FIELD rawExp.dateobs,                   19,   %T,     Date/Time
    35 FIELD rawExp.ra,                         8,   %10.6f, RA,           op=OP1     
    36 FIELD rawExp.decl,                       8,   %10.6f, DEC,          op=OP2
     35FIELD rawExp.ra,                         8,   %C, RA,           op=OP1     
     36FIELD rawExp.decl,                       8,   %C, DEC,          op=OP2
    3737FIELD rawExp.object,                    10,   %s,     Object
    3838FIELD rawExp.filter,                    10,   %s,     FILTER
  • trunk/ippMonitor/def/camProcessedImfile.d

    r19183 r24867  
    2828FIELD rawExp.camera,                    10,   %s,     Camera
    2929FIELD rawExp.dateobs,                   19,   %T,     Date/Time
    30 FIELD rawExp.ra,                         8,   %10.6f, RA,           op=OP1     
    31 FIELD rawExp.decl,                       8,   %10.6f, DEC,          op=OP2
     30FIELD rawExp.ra,                         8,   %C, RA,           op=OP1     
     31FIELD rawExp.decl,                       8,   %C, DEC,          op=OP2
    3232FIELD rawExp.object,                    10,   %s,     Object
    3333FIELD rawExp.filter,                    10,   %s,     FILTER
  • trunk/ippMonitor/def/camStageExp.d

    r19183 r24867  
    2424FIELD rawExp.camera,            10,   %s,     Camera
    2525FIELD rawExp.dateobs,           19,   %T,     Date/Time
    26 FIELD rawExp.ra,                 8,   %10.6f, RA,           op=OP1     
    27 FIELD rawExp.decl,               8,   %10.6f, DEC,          op=OP2
     26FIELD rawExp.ra,                 8,   %C, RA,           op=OP1     
     27FIELD rawExp.decl,               8,   %C, DEC,          op=OP2
    2828FIELD rawExp.object,            10,   %s,     Object
    2929FIELD rawExp.filter,            10,   %s,     FILTER
  • trunk/ippMonitor/def/chipPendingExp.d

    r19183 r24867  
    2323FIELD rawExp.camera,            10, %s,     Camera
    2424FIELD rawExp.dateobs,           19, %T,     Date/Time
    25 FIELD rawExp.ra,                 8, %10.6f, RA,          op=OP1   
    26 FIELD rawExp.decl,               8, %10.6f, DEC,         op=OP2
     25FIELD rawExp.ra,                 8, %C, RA,          op=OP1   
     26FIELD rawExp.decl,               8, %C, DEC,         op=OP2
    2727FIELD rawExp.object,             8, %s,     Object
    2828FIELD rawExp.filter,            10, %s,     FILTER
  • trunk/ippMonitor/def/chipPendingImfile.d

    r19183 r24867  
    2828FIELD rawExp.camera,            10, %s,     Camera
    2929FIELD rawExp.dateobs,           19, %T,     Date/Time
    30 FIELD rawExp.ra,                 8, %10.6f, RA,          op=OP1   
    31 FIELD rawExp.decl,               8, %10.6f, DEC,         op=OP2
     30FIELD rawExp.ra,                 8, %C, RA,          op=OP1   
     31FIELD rawExp.decl,               8, %C, DEC,         op=OP2
    3232FIELD rawExp.object,             8, %s,     Object
    3333FIELD rawExp.filter,            10, %s,     FILTER
  • trunk/ippMonitor/def/chipProcessedExp.d

    r19183 r24867  
    2323FIELD rawExp.camera,            10, %s,     Camera
    2424FIELD rawExp.dateobs,           19, %T,     Date/Time
    25 FIELD rawExp.ra,                 8, %10.6f, RA,           op=OP1     
    26 FIELD rawExp.decl,               8, %10.6f, DEC,          op=OP2
     25FIELD rawExp.ra,                 8, %C, RA,           op=OP1     
     26FIELD rawExp.decl,               8, %C, DEC,          op=OP2
    2727FIELD rawExp.object,             8, %s,     Object
    2828FIELD rawExp.filter,            10, %s,     FILTER
  • trunk/ippMonitor/def/chipProcessedImfile.d

    r19183 r24867  
    3333FIELD rawExp.camera,                     10, %s,     Camera
    3434FIELD rawExp.dateobs,                    19, %T,     Date/Time
    35 FIELD rawExp.ra,                          8, %10.6f, RA,           op=OP1     
    36 FIELD rawExp.decl,                        8, %10.6f, DEC,          op=OP2
     35FIELD rawExp.ra,                          8, %C, RA,           op=OP1     
     36FIELD rawExp.decl,                        8, %C, DEC,          op=OP2
    3737FIELD rawExp.object,                      8, %s,     Object
    3838FIELD rawExp.filter,                     10, %s,     FILTER
  • trunk/ippMonitor/def/chipProcessedImfile_failure.d

    r21043 r24867  
    3434FIELD rawExp.camera,                     10, %s,     Camera
    3535FIELD rawExp.dateobs,                    19, %T,     Date/Time
    36 FIELD rawExp.ra,                          8, %10.6f, RA,           op=OP1     
    37 FIELD rawExp.decl,                        8, %10.6f, DEC,          op=OP2
     36FIELD rawExp.ra,                          8, %C, RA,           op=OP1     
     37FIELD rawExp.decl,                        8, %C, DEC,          op=OP2
    3838FIELD rawExp.object,                      8, %s,     Object
    3939FIELD rawExp.filter,                     10, %s,     FILTER
  • trunk/ippMonitor/def/chipStageExp.d

    r19183 r24867  
    2121FIELD rawExp.camera,            10, %s,     Camera
    2222FIELD rawExp.dateobs,           19, %T,     Date/Time
    23 FIELD rawExp.ra,                 8, %10.6f, RA,          op=OP1   
    24 FIELD rawExp.decl,               8, %10.6f, DEC,         op=OP2
     23FIELD rawExp.ra,                 8, %C, RA,          op=OP1   
     24FIELD rawExp.decl,               8, %C, DEC,         op=OP2
    2525FIELD rawExp.object,             8, %s,     Object
    2626FIELD rawExp.filter,            10, %s,     FILTER
  • trunk/ippMonitor/def/detResidExp.d

    r19810 r24867  
    4141FIELD (detResidExp.bg/detResidExp.bin_stdev), 8, %.3f, S/N, value
    4242FIELD (detResidExp.bg/rawExp.exp_time), 8, %.3f, flux, value
     43FIELD rawExp.exp_time,           8, %.2f,   exptime,   value
     44FIELD rawExp.ccd_temp,           8, %.2f,   ccd temp,  value
    4345# FIELD *,                         8, %s,     S/N,       op=OP1
    4446# FIELD detResidExp.fringe_0,      8, %.3f,   fringe,    value
     
    5052FIELD rawExp.dateobs,           19, %T,     obs date,  value
    5153FIELD rawExp.filter,            10, %s,     filter,    value
    52 FIELD rawExp.pon_time,          10, %d,    pon_time,    value
    53 FIELD rawExp.exp_time,           8, %.2f,   exptime,   value
    54 FIELD rawExp.ccd_temp,           8, %.2f,   ccd temp,  value
     54FIELD rawExp.pon_time,          10, %.1f,   pon_time,    value
    5555FIELD rawExp.airmass,            8, %.4f,   airmass,   value
    5656FIELD rawExp.sun_alt,            8, %.4f,   sun_alt,   value
  • trunk/ippMonitor/def/fakePendingExp.d

    r19183 r24867  
    2929FIELD rawExp.camera,            10, %s,     Camera
    3030FIELD rawExp.dateobs,           19, %T,     Date/Time
    31 FIELD rawExp.ra,                 8, %10.6f, RA,          op=OP1   
    32 FIELD rawExp.decl,               8, %10.6f, DEC,         op=OP2
     31FIELD rawExp.ra,                 8, %C, RA,          op=OP1   
     32FIELD rawExp.decl,               8, %C, DEC,         op=OP2
    3333FIELD rawExp.object,             8, %s,     Object
    3434FIELD rawExp.filter,            10, %s,     FILTER
  • trunk/ippMonitor/def/fakePendingImfile.d

    r19183 r24867  
    3030FIELD rawExp.camera,            10, %s,     Camera
    3131FIELD rawExp.dateobs,           19, %T,     Date/Time
    32 FIELD rawExp.ra,                 8, %10.6f, RA,          op=OP1   
    33 FIELD rawExp.decl,               8, %10.6f, DEC,         op=OP2
     32FIELD rawExp.ra,                 8, %C, RA,          op=OP1   
     33FIELD rawExp.decl,               8, %C, DEC,         op=OP2
    3434FIELD rawExp.object,             8, %s,     Object
    3535FIELD rawExp.filter,            10, %s,     FILTER
  • trunk/ippMonitor/def/fakeProcessedExp.d

    r19183 r24867  
    2929FIELD rawExp.camera,            10, %s,     Camera
    3030FIELD rawExp.dateobs,           19, %T,     Date/Time
    31 FIELD rawExp.ra,                 8, %10.6f, RA,           op=OP1     
    32 FIELD rawExp.decl,               8, %10.6f, DEC,          op=OP2
     31FIELD rawExp.ra,                 8, %C, RA,           op=OP1     
     32FIELD rawExp.decl,               8, %C, DEC,          op=OP2
    3333FIELD rawExp.object,             8, %s,     Object
    3434FIELD rawExp.filter,            10, %s,     FILTER
  • trunk/ippMonitor/def/fakeProcessedImfile.d

    r19183 r24867  
    3737FIELD rawExp.camera,                  10, %s,     Camera
    3838FIELD rawExp.dateobs,                 19, %T,     Date/Time
    39 FIELD rawExp.ra,                       8, %10.6f, RA,           op=OP1     
    40 FIELD rawExp.decl,                     8, %10.6f, DEC,          op=OP2
     39FIELD rawExp.ra,                       8, %C, RA,           op=OP1     
     40FIELD rawExp.decl,                     8, %C, DEC,          op=OP2
    4141FIELD rawExp.object,                   8, %s,     Object
    4242FIELD rawExp.filter,                  10, %s,     FILTER
  • trunk/ippMonitor/def/fakeProcessedImfile_failure.d

    r19183 r24867  
    3737FIELD rawExp.camera,                  10, %s,     Camera
    3838FIELD rawExp.dateobs,                 19, %T,     Date/Time
    39 FIELD rawExp.ra,                       8, %10.6f, RA,           op=OP1     
    40 FIELD rawExp.decl,                     8, %10.6f, DEC,          op=OP2
     39FIELD rawExp.ra,                       8, %C, RA,           op=OP1     
     40FIELD rawExp.decl,                     8, %C, DEC,          op=OP2
    4141FIELD rawExp.object,                   8, %s,     Object
    4242FIELD rawExp.filter,                  10, %s,     FILTER
  • trunk/ippMonitor/def/fakeStageExp.d

    r19183 r24867  
    2727FIELD rawExp.camera,            10, %s,     Camera
    2828FIELD rawExp.dateobs,           19, %T,     Date/Time
    29 FIELD rawExp.ra,                 8, %10.6f, RA,          op=OP1   
    30 FIELD rawExp.decl,               8, %10.6f, DEC,         op=OP2
     29FIELD rawExp.ra,                 8, %C, RA,          op=OP1   
     30FIELD rawExp.decl,               8, %C, DEC,         op=OP2
    3131FIELD rawExp.object,             8, %s,     Object
    3232FIELD rawExp.filter,            10, %s,     FILTER
  • 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
  • trunk/ippMonitor/def/rawExp_failed.d

    r18193 r24867  
    1818FIELD    telescope,   10,   %s,     Telescope
    1919FIELD    camera,      10,   %s,     Camera
    20 FIELD    ra,           8,  %10.6f, RA,           op=OP1     
    21 FIELD    decl,         8,  %10.6f, DEC,          op=OP2
     20FIELD    ra,           8,  %C, RA,           op=OP1     
     21FIELD    decl,         8,  %C, DEC,          op=OP2
    2222FIELD    filter,      10,   %s,     FILTER
    2323FIELD    dateobs,     19,   %T,     Date/Time
  • trunk/ippMonitor/def/rawImfile.d

    r19084 r24867  
    1717FIELD    rawImfile.exp_type,      8, %s,      exp_type
    1818FIELD    rawImfile.dateobs,      19, %T,      Date/Time
    19 FIELD    rawImfile.ra,            8, %10.6f,  RA,           op=OP1     
    20 FIELD    rawImfile.decl,          8, %10.6f,  DEC,          op=OP2
     19FIELD    rawImfile.ra,            8, %C,  RA,           op=OP1     
     20FIELD    rawImfile.decl,          8, %C,  DEC,          op=OP2
    2121FIELD    rawImfile.object,        8, %s,      object
    2222FIELD    rawImfile.filter,       10, %s,      FILTER
  • trunk/ippMonitor/def/rawImfile_failed.d

    r16617 r24867  
    1414FIELD    exp_name,      5, %s,        Exposure
    1515FIELD    class_id,      8, %s,        Chip ID
    16 FIELD    ra,           8,  %10.6f, RA,           op=OP1     
    17 FIELD    decl,         8,  %10.6f, DEC,          op=OP2
     16FIELD    ra,           8,  %C, RA,           op=OP1     
     17FIELD    decl,         8,  %C, DEC,          op=OP2
    1818FIELD    bg,            8, %s,        backgnd
    1919FIELD    bg_stdev,      8, %s,        stdev
  • trunk/ippMonitor/def/rawUnknownExp.d

    r18193 r24867  
    1919FIELD    camera,      10,   %s,     Camera
    2020FIELD    dateobs,     19,   %T,     Date/Time
    21 FIELD    ra,           8,  %10.6f, RA,           op=OP1     
    22 FIELD    decl,         8,  %10.6f, DEC,          op=OP2
     21FIELD    ra,           8,  %C, RA,           op=OP1     
     22FIELD    decl,         8,  %C, DEC,          op=OP2
    2323FIELD    object,       8,   %s,     object
    2424FIELD    filter,      10,   %s,     FILTER
  • trunk/ippMonitor/def/stackInputSkyfile.d

    r21339 r24867  
    3737FIELD rawExp.camera,               10, %s,     Camera
    3838FIELD rawExp.dateobs,              19, %T,     Date/Time
    39 FIELD rawExp.ra,                    8, %10.6f, RA,          op=OP1   
    40 FIELD rawExp.decl,                  8, %10.6f, DEC,         op=OP2
     39FIELD rawExp.ra,                    8, %C, RA,          op=OP1   
     40FIELD rawExp.decl,                  8, %C, DEC,         op=OP2
    4141FIELD rawExp.object,                8, %s,     Object
    4242FIELD rawExp.filter,               10, %s,     Filter
  • trunk/ippMonitor/def/warpFailedSkyfiles.d

    r23906 r24867  
    4343FIELD rawExp.camera,             10, %s,     Camera
    4444FIELD rawExp.dateobs,            19, %T,     Date/Time
    45 FIELD rawExp.ra,                  8, %10.6f, RA,          op=OP1   
    46 FIELD rawExp.decl,                8, %10.6f, DEC,         op=OP2
     45FIELD rawExp.ra,                  8, %C, RA,          op=OP1   
     46FIELD rawExp.decl,                8, %C, DEC,         op=OP2
    4747FIELD rawExp.object,              8, %s,     Object
    4848FIELD rawExp.filter,             10, %s,     FILTER
  • trunk/ippMonitor/def/warpProcessedSkyfiles.d

    r23906 r24867  
    4646FIELD rawExp.camera,             10, %s,     Camera
    4747FIELD rawExp.dateobs,            19, %T,     Date/Time
    48 FIELD rawExp.ra,                  8, %10.6f, RA,          op=OP1   
    49 FIELD rawExp.decl,                8, %10.6f, DEC,         op=OP2
     48FIELD rawExp.ra,                  8, %C, RA,          op=OP1   
     49FIELD rawExp.decl,                8, %C, DEC,         op=OP2
    5050FIELD rawExp.object,              8, %s,     Object
    5151FIELD rawExp.filter,             10, %s,     FILTER
  • trunk/ippMonitor/def/warpProcessedSkyfiles_Images.d

    r24016 r24867  
    5050FIELD rawExp.camera,             10, %s,     Camera
    5151FIELD rawExp.dateobs,            19, %T,     Date/Time
    52 FIELD rawExp.ra,                  8, %10.6f, RA,          op=OP1   
    53 FIELD rawExp.decl,                8, %10.6f, DEC,         op=OP2
     52FIELD rawExp.ra,                  8, %C, RA,          op=OP1   
     53FIELD rawExp.decl,                8, %C, DEC,         op=OP2
    5454FIELD rawExp.object,              8, %s,     Object
    5555FIELD rawExp.filter,             10, %s,     FILTER
  • trunk/ippMonitor/def/warpSkycellMap.d

    r19183 r24867  
    2626FIELD    rawExp.camera,               10,   %s,     Camera
    2727FIELD    rawExp.dateobs,              19,   %T,     Date/Time
    28 FIELD    rawExp.ra,                    8,   %10.6f, RA,           op=OP1     
    29 FIELD    rawExp.decl,                  8,   %10.6f, DEC,          op=OP2
     28FIELD    rawExp.ra,                    8,   %C, RA,           op=OP1     
     29FIELD    rawExp.decl,                  8,   %C, DEC,          op=OP2
    3030FIELD    rawExp.object,                8,   %s,     Object
    3131FIELD    rawExp.filter,               10,   %s,     Filter
  • trunk/ippMonitor/def/warpStageExp.d

    r19183 r24867  
    3030FIELD rawExp.camera,            10, %s,     Camera
    3131FIELD rawExp.dateobs,           19, %T,     Date/Time
    32 FIELD rawExp.ra,                 8, %10.6f, RA,          op=OP1   
    33 FIELD rawExp.decl,               8, %10.6f, DEC,         op=OP2
     32FIELD rawExp.ra,                 8, %C,    RA,          op=OP1   
     33FIELD rawExp.decl,               8, %C,    DEC,         op=OP2
    3434FIELD rawExp.object,             8, %s,     Object
    3535FIELD rawExp.filter,            10, %s,     FILTER
  • trunk/ippMonitor/def/warpStageSkyfileInputs.d

    r19183 r24867  
    4343FIELD rawExp.camera,             10, %s,     Camera
    4444FIELD rawExp.dateobs,            19, %T,     Date/Time
    45 FIELD rawExp.ra,                  8, %10.6f, RA,          op=OP1   
    46 FIELD rawExp.decl,                8, %10.6f, DEC,         op=OP2
     45FIELD rawExp.ra,                  8, %C,    RA,          op=OP1   
     46FIELD rawExp.decl,                8, %C,    DEC,         op=OP2
    4747FIELD rawExp.object,              8, %s,     Object
    4848FIELD rawExp.filter,             10, %s,     FILTER
  • trunk/ippMonitor/def/warpStageSkyfiles.d

    r19183 r24867  
    3535FIELD rawExp.camera,             10, %s,     Camera
    3636FIELD rawExp.dateobs,            19, %T,     Date/Time
    37 FIELD rawExp.ra,                  8, %10.6f, RA,          op=OP1   
    38 FIELD rawExp.decl,                8, %10.6f, DEC,         op=OP2
     37FIELD rawExp.ra,                  8, %C, RA,          op=OP1   
     38FIELD rawExp.decl,                8, %C, DEC,         op=OP2
    3939FIELD rawExp.object,              8, %s,     Object
    4040FIELD rawExp.filter,             10, %s,     FILTER
Note: See TracChangeset for help on using the changeset viewer.