IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15992


Ignore:
Timestamp:
Jan 3, 2008, 1:08:21 AM (18 years ago)
Author:
eugene
Message:

adding links from raw,chip,cam to warp,stack; use degrees for RA,DEC

Location:
trunk/ippMonitor
Files:
17 edited

Legend:

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

    r15954 r15992  
    1010ARGS  ARG1  chipRun.exp_id=$chipRun.exp_id
    1111
     12OP   OP1  $rawExp.ra * 57.295783
     13OP   OP2  $rawExp.decl * 57.295783
     14
    1215#     field                     size  format  name          show   link to                  extras
    13 FIELD camRun.cam_id,             5,   %s,     chip ID,      value, chipProcessedExp.php,    ARG1
    14 FIELD chipRun.chip_id,           5,   %s,     cam ID
    1516FIELD chipRun.exp_id,            5,   %s,     exposure ID,  value, chipProcessedImfile.php, ARG1
    1617FIELD rawExp.exp_name,           5,   %s,     Exp Name,     value, rawImfile.php,  ARG1
     18FIELD chipRun.chip_id,           5,   %s,     cam ID
     19FIELD camRun.cam_id,             5,   %s,     chip ID,      value, chipProcessedExp.php,    ARG1
    1720FIELD rawExp.telescope,         10,   %s,     Telescope
    1821FIELD rawExp.camera,            10,   %s,     Camera
    19 FIELD rawExp.dateobs,           20,   %s,     Date/Time
     22FIELD rawExp.dateobs,           10,   %s,     Date/Time
     23FIELD rawExp.ra,                 8,   %10.6f, RA,           op=OP1     
     24FIELD rawExp.decl,               8,   %10.6f, DEC,          op=OP2
     25FIELD rawExp.object,            10,   %s,     Object
    2026FIELD rawExp.filter,            10,   %s,     FILTER
    21 FIELD rawExp.ra,                 5,   %s,     RA   
    22 FIELD rawExp.decl,               5,   %s,     Dec
    2327FIELD rawExp.exp_time,           5,   %s,     exp_time   
    24 FIELD rawExp.sat_pixel_frac,     5,   %s,     f(sat pixels)
    2528FIELD rawExp.airmass,            5,   %s,     airmass     
    2629FIELD rawExp.bg,                 5,   %s,     backgnd
    2730FIELD rawExp.bg_stdev,           5,   %s,     stdev   
    2831FIELD rawExp.bg_mean_stdev,      5,   %s,     <backgnd>
     32FIELD rawExp.sat_pixel_frac,     5,   %s,     f(sat pixels)
  • trunk/ippMonitor/def/camProcessedExp.d

    r15954 r15992  
    2323ARGS  ARG2 basename=$camProcessedExp.path_base
    2424
     25OP   OP1  $rawExp.ra * 57.295783
     26OP   OP2  $rawExp.decl * 57.295783
     27
    2528#     field                             size  format  name          show         link to                  extras
     29FIELD chipRun.exp_id,                    5,   %s,     Exp ID,       value,       chipProcessedImfile.php, ARG1
    2630FIELD rawExp.exp_name,                   5,   %s,     Exp Name,     value,       rawImfile.php,  ARG1
    27 FIELD chipRun.exp_id,                    5,   %s,     Exp ID,       value,       chipProcessedImfile.php, ARG1
    2831FIELD chipRun.chip_id,                   5,   %s,     chip ID
    2932FIELD camRun.cam_id,                     5,   %s,     cam ID,       value,       chipProcessedExp.php,    ARG1
     
    3235FIELD rawExp.camera,                    10,   %s,     Camera
    3336FIELD rawExp.dateobs,                   20,   %s,     Date/Time
     37FIELD rawExp.ra,                         8,   %10.6f, RA,           op=OP1     
     38FIELD rawExp.decl,                       8,   %10.6f, DEC,          op=OP2
     39FIELD rawExp.object,                    10,   %s,     Object
    3440FIELD rawExp.filter,                    10,   %s,     FILTER
    35 FIELD rawExp.ra,                         5,   %s,     RA   
    36 FIELD rawExp.decl,                       5,   %s,     Dec
    3741FIELD rawExp.exp_time,                   5,   %s,     exp_time   
    38 FIELD rawExp.sat_pixel_frac,             5,   %s,     f(sat pixels)
    3942FIELD rawExp.airmass,                    5,   %s,     airmass     
    4043FIELD camRun.reduction,                  5,   %s,     reduction
     
    4851FIELD camProcessedExp.path_base,         5,   %s,     path_base,    none
    4952FIELD rawExp.exp_id,                     5,   %s,     Exp ID,       none
     53
     54# the last two are used as arguments elsewhere, thus needed in the list, even if not displayed
  • trunk/ippMonitor/def/camProcessedExp_NoImages.d

    r15971 r15992  
    2323ARGS  ARG2 basename=$camProcessedExp.path_base
    2424
     25OP   OP1  $rawExp.ra * 57.295783
     26OP   OP2  $rawExp.decl * 57.295783
     27
    2528#     field                             size  format  name          show         link to                  extras
     29FIELD chipRun.exp_id,                    5,   %s,     Exp ID,       value,       chipProcessedImfile.php, ARG1
    2630FIELD rawExp.exp_name,                   5,   %s,     Exp Name,     value,       rawImfile.php,  ARG1
    27 FIELD chipRun.exp_id,                    5,   %s,     Exp ID,       value,       chipProcessedImfile.php, ARG1
    2831FIELD chipRun.chip_id,                   5,   %s,     chip ID
    2932FIELD camRun.cam_id,                     5,   %s,     cam ID,       value,       chipProcessedExp.php,    ARG1
     
    3235FIELD rawExp.dateobs,                   20,   %s,     Date/Time
    3336FIELD rawExp.filter,                    10,   %s,     FILTER
    34 FIELD rawExp.ra,                         5,   %s,     RA   
    35 FIELD rawExp.decl,                       5,   %s,     Dec
     37FIELD rawExp.ra,                         8,   %10.6f, RA,           op=OP1     
     38FIELD rawExp.decl,                       8,   %10.6f, DEC,          op=OP2
     39FIELD rawExp.object,                    10,   %s,     Object
    3640FIELD rawExp.exp_time,                   5,   %s,     exp_time   
    37 FIELD rawExp.sat_pixel_frac,             5,   %s,     f(sat pixels)
    3841FIELD rawExp.airmass,                    5,   %s,     airmass     
    3942FIELD camRun.reduction,                  5,   %s,     reduction
  • trunk/ippMonitor/def/chipPendingExp.d

    r15954 r15992  
    1313
    1414#     field                   size  format  name         show    link to         extras
    15 FIELD chipRun.chip_id,           7, %s,     chip ID
    1615FIELD chipRun.exp_id,            5, %s,     Exp ID
    1716FIELD rawExp.exp_name,           5, %s,     Exp Name,    value,  rawImfile.php,  ARG1
     17FIELD chipRun.chip_id,           7, %s,     chip ID
    1818FIELD rawExp.telescope,         10, %s,     Telescope
    1919FIELD rawExp.camera,            10, %s,     Camera
    2020FIELD rawExp.dateobs,           20, %s,     Date/Time
    21 FIELD rawExp.filter,            10, %s,     FILTER
    2221FIELD rawExp.ra,                 5, %10.6f, RA,          op=OP1   
    2322FIELD rawExp.decl,               5, %10.6f, DEC,         op=OP2
     23FIELD rawExp.object,             8, %s,     Object
     24FIELD rawExp.filter,             8, %s,     FILTER
    2425FIELD rawExp.exp_time,           5, %s,     exp_time   
    25 FIELD rawExp.sat_pixel_frac,     5, %6.4f,  f(sat pixels)
    2626FIELD rawExp.airmass,            5, %s,     airmass     
    2727FIELD rawExp.bg,                 5, %8.2f,  backgnd
    2828FIELD rawExp.bg_stdev,           5, %7.2f,  stdev   
    29 FIELD rawExp.bg_mean_stdev,      5, %7.2f,  <backgnd>
    3029FIELD rawExp.comment,            5, %s,     CMMTOBS
    3130
    32 
     31# FIELD rawExp.bg_mean_stdev,    5, %7.2f,  <backgnd>
    3332# FIELD chipPendingExp.reduction,    20,   reduction
    3433# FIELD chipPendingExp.guide_id,     20, guide ID
  • trunk/ippMonitor/def/chipProcessedExp.d

    r15954 r15992  
    1111ARGS  ARG2  chipRun.chip_id=$chipRun.chip_id
    1212
     13OP   OP1  $rawExp.ra * 57.295783
     14OP   OP2  $rawExp.decl * 57.295783
     15
    1316#     field                   size  format  name         show    link to                  extras
    14 FIELD chipRun.chip_id,           7, %s,     chip ID
    1517FIELD chipRun.exp_id,            5, %s,     Exp ID,      value,  rawImfile.php,           ARG1
    1618FIELD rawExp.exp_name,           5, %s,     Exp Name,    value,  chipProcessedImfile.php, ARG2
     19FIELD chipRun.chip_id,           7, %s,     chip ID
    1720FIELD rawExp.telescope,         10, %s,     Telescope
    1821FIELD rawExp.camera,            10, %s,     Camera
    1922FIELD rawExp.dateobs,           20, %s,     Date/Time
     23FIELD rawExp.ra,                 8, %10.6f, RA,           op=OP1     
     24FIELD rawExp.decl,               8, %10.6f, DEC,          op=OP2
     25FIELD rawExp.object,            10, %s,     Object
    2026FIELD rawExp.filter,            10, %s,     FILTER
    21 FIELD rawExp.ra,                 5, %s,     RA   
    22 FIELD rawExp.decl,               5, %s,     Dec
    2327FIELD rawExp.exp_time,           5, %s,     exp_time   
    24 FIELD rawExp.sat_pixel_frac,     5, %s,     f(sat pixels)
    2528FIELD rawExp.airmass,            5, %s,     airmass     
    2629FIELD rawExp.bg,                 5, %s,     backgnd
    2730FIELD rawExp.bg_stdev,           5, %s,     stdev   
    28 FIELD rawExp.bg_mean_stdev,      5, %s,     <backgnd>
    2931
     32# FIELD rawExp.bg_mean_stdev,    5, %s,     <backgnd>
     33# FIELD rawExp.sat_pixel_frac,   5, %s,     f(sat pixels)
    3034# FIELD chipPendingExp.reduction,    20,   reduction
    3135# FIELD chipPendingExp.guide_id,     20, guide ID
  • trunk/ippMonitor/def/chipProcessedImfile.d

    r15954 r15992  
    1616ARGS  ARG2 class=$chipProcessedImfile.class_id
    1717
     18OP   OP1  $rawExp.ra * 57.295783
     19OP   OP2  $rawExp.decl * 57.295783
     20
    1821#     field                            size  format  name         show    link to                  extras
     22FIELD chipRun.exp_id,                     5, %s,     Exp ID,      value,  rawImfile.php,           ARG1
     23FIELD rawExp.exp_name,                    5, %s,     Exp Name,    value,  chipProcessedImfile.php, ARG2
     24FIELD chipProcessedImfile.class_id,       5, %s,     Class ID
    1925FIELD chipRun.chip_id,                    7, %s,     chip ID
    20 FIELD chipRun.exp_id,                     5, %s,     Exp ID,      value,  rawImfile.php,           ARG1
    21 FIELD chipProcessedImfile.class_id,       5, %s,     Class ID
    22 FIELD rawExp.exp_name,                    5, %s,     Exp Name,    value,  chipProcessedImfile.php, ARG2
    2326FIELD rawExp.telescope,                  10, %s,     Telescope
    2427FIELD rawExp.camera,                     10, %s,     Camera
    2528FIELD rawExp.dateobs,                    20, %s,     Date/Time
    2629FIELD rawExp.filter,                     10, %s,     FILTER
    27 FIELD rawExp.ra,                          5, %s,     RA   
    28 FIELD rawExp.decl,                        5, %s,     Dec
     30FIELD rawExp.ra,                          8, %10.6f, RA,           op=OP1     
     31FIELD rawExp.decl,                        8, %10.6f, DEC,          op=OP2
     32FIELD rawExp.object,                      8, %s,     Object
     33FIELD rawExp.filter,                      8, %s,     Filter
    2934FIELD rawExp.exp_time,                    5, %s,     exp_time   
    30 FIELD rawExp.sat_pixel_frac,              5, %s,     f(sat pixels)
    3135FIELD rawExp.airmass,                     5, %s,     airmass     
    3236FIELD chipProcessedImfile.bg,             5, %s,     backgnd
    3337FIELD chipProcessedImfile.bg_stdev,       5, %s,     stdev   
    34 FIELD chipProcessedImfile.bg_mean_stdev,  5, %s,     <backgnd>
    3538FIELD chipProcessedImfile.n_stars,        5, %s,     Nstars
    3639FIELD chipProcessedImfile.n_astrom,       5, %s,     Nastrom
     
    4043# FIELD chipPendingExp.reduction,        20, %s,     reduction
    4144# FIELD chipPendingExp.guide_id,         20, %s,     guide ID
     45# FIELD chipProcessedImfile.bg_mean_stdev,  5, %s,     <backgnd>
    4246
    4347TAIL PHP insert_log ('LOG.IMFILE');
  • trunk/ippMonitor/def/rawDetrendExp.d

    r15954 r15992  
    99ARGS ARG1 exp_id=$exp_id
    1010
    11 #        field        size  format  name       show     link to         extras
    12 FIELD    exp_id,      5,    %s,     Exp ID
    13 FIELD    exp_name,    10,   %s,     Exp Name,  value,   rawImfile.php,  ARG1
    14 FIELD    telescope,   10,   %s,     Telescope
    15 FIELD    camera,      10,   %s,     Camera
    16 FIELD    exp_type,    10,   %s,     Type   
    17 FIELD    filter,      10,   %s,     FILTER
    18 FIELD    dateobs,     20,   %s,     Date/Time
    19 FIELD    exp_time,     5,   %s,     exp_time   
    20 FIELD    sat_pixel_frac, 5, %s,     f(sat pixels)
    21 FIELD    airmass,      5,   %s,     airmass     
    22 FIELD    bg,           5,   %s,     backgnd
    23 FIELD    bg_stdev,     5,   %s,     stdev   
    24 FIELD    bg_mean_stdev, 5,  %s,     <backgnd>
    25 # FIELD  ra,           8,   %s,     ra         
    26 # FIELD  decl,         8,   %s,     decl       
    27 # FIELD  object,      10,   %s,     object
    28 # FIELD  imfiles,     20,   %s,     imfiles     
    29 # FIELD  airmass,     20,   %s,     airmass     
    30 # FIELD  bg_mean_stdev, 20, %s,     bg_mean_stdev   
    31 # FIELD  alt,         20,   %s,     alt         
    32 # FIELD  az,          20,   %s,     az         
    33 # FIELD  ccd_temp,    20,   %s,     ccd_temp   
    34 # FIELD  posang,      20,   %s,     posang     
     11#        field          size  format  name       show     link to         extras
     12FIELD    exp_id,        5,    %s,     Exp ID
     13FIELD    exp_name,      10,   %s,     Exp Name,  value,   rawImfile.php,  ARG1
     14FIELD    telescope,     10,   %s,     Telescope
     15FIELD    camera,        10,   %s,     Camera
     16FIELD    exp_type,      10,   %s,     Type   
     17FIELD    filter,        10,   %s,     FILTER
     18FIELD    dateobs,       20,   %s,     Date/Time
     19FIELD    exp_time,       5,   %s,     exp_time   
     20FIELD    sat_pixel_frac, 5,   %s,     f(sat pixels)
     21FIELD    airmass,        5,   %s,     airmass     
     22FIELD    bg,             5,   %s,     backgnd
     23FIELD    bg_stdev,       5,   %s,     stdev   
     24FIELD    bg_mean_stdev,  5,   %s,     <backgnd>
  • trunk/ippMonitor/def/rawDetrendExp_detrend.d

    r15954 r15992  
    99ARGS ARG1 exp_id=$exp_id
    1010
    11 #        field        size  format  name           show     link to         extras
    12 FIELD    exp_id,       5,   %s,     Exp ID
    13 FIELD    exp_name,    10,   %s,     Exp Name,     value,   rawImfile.php,  ARG1
    14 FIELD    telescope,   10,   %s,     Telescope
    15 FIELD    camera,      10,   %s,     Camera
    16 FIELD    exp_type,    10,   %s,     Type   
    17 FIELD    filter,      10,   %s,     FILTER
    18 FIELD    dateobs,     20,   %s,     Date/Time
    19 FIELD    exp_time,     5,   %s,     exp_time   
    20 FIELD    sat_pixel_frac, 5, %s,     f(sat pixels)
    21 FIELD    airmass,      5,   %s,     airmass     
    22 FIELD    bg,           5,   %s,     backgnd
    23 FIELD    bg_stdev,     5,   %s,     stdev   
    24 FIELD    bg_mean_stdev, 5,  %s,     <backgnd>
    25 # FIELD    imfiles,   20,   %s,     imfiles     
    26 # FIELD    airmass,   20,   %s,     airmass     
    27 # FIELD    ra,        20,   %s,     ra         
    28 # FIELD    decl,      20,   %s,     decl       
    29 # FIELD    exp_time,  20,   %s,     exp_time   
    30 # FIELD    bg,        20,   %s,     bg         
    31 # FIELD    bg_stdev,  20,   %s,     bg_stdev   
    32 # FIELD    bg_mean_stdev, 20,   bg_mean_stdev   
    33 # FIELD    alt,       20,   alt         
    34 # FIELD    az,        20,   az         
    35 # FIELD    ccd_temp,  20,   ccd_temp   
    36 # FIELD    posang,    20,   posang     
     11#        field          size  format  name           show     link to         extras
     12FIELD    exp_id,         5,   %s,     Exp ID
     13FIELD    exp_name,      10,   %s,     Exp Name,     value,   rawImfile.php,  ARG1
     14FIELD    telescope,     10,   %s,     Telescope
     15FIELD    camera,        10,   %s,     Camera
     16FIELD    exp_type,      10,   %s,     Type   
     17FIELD    filter,        10,   %s,     FILTER
     18FIELD    dateobs,       20,   %s,     Date/Time
     19FIELD    exp_time,       5,   %s,     exp_time   
     20FIELD    sat_pixel_frac, 5,   %s,     f(sat pixels)
     21FIELD    airmass,        5,   %s,     airmass     
     22FIELD    bg,             5,   %s,     backgnd
     23FIELD    bg_stdev,       5,   %s,     stdev   
     24FIELD    bg_mean_stdev,  5,   %s,     <backgnd>
  • trunk/ippMonitor/def/rawExp.d

    r15954 r15992  
    66ARGS ARG1 exp_id=$exp_id
    77
     8OP   OP1  $ra * 57.295783
     9OP   OP2  $decl * 57.295783
     10
    811#        field        size format  name           show          link to   extras
    912FIELD    exp_id,       5,  %s,     Exp ID
     
    1215FIELD    camera,      10,  %s,     Camera
    1316FIELD    exp_type,     8,  %s,     Type   
     17FIELD    dateobs,      8,  %s,     Date/Time
     18FIELD    ra,           8,  %10.6f, RA,           op=OP1     
     19FIELD    decl,         8,  %10.6f, DEC,          op=OP2
     20FIELD    object,      10,  %s,     object
    1421FIELD    filter,      10,  %s,     FILTER
    15 FIELD    ra,           8,  %s,     ra         
    16 FIELD    decl,         8,  %s,     decl       
    17 FIELD    object,      10,  %s,     object
    1822FIELD    airmass,      5,  %s,     airmass     
    1923FIELD    exp_time,     5,  %s,     exp_time   
  • trunk/ippMonitor/def/rawExp_failed.d

    r15954 r15992  
    66# limit this table to non-OBJECT types of images
    77WHERE fault > 0
     8WHERE rawExp.exp_type = 'OBJECT'
    89
    910ARGS ARG1 exp_id=$exp_id
     11
     12OP   OP1  $ra * 57.295783
     13OP   OP2  $decl * 57.295783
    1014
    1115#        field        size  format  name       show     link to         extras
     
    1418FIELD    telescope,   10,   %s,     Telescope
    1519FIELD    camera,      10,   %s,     Camera
    16 FIELD    exp_type,    10,   %s,     Type   
     20FIELD    ra,           8,  %10.6f, RA,           op=OP1     
     21FIELD    decl,         8,  %10.6f, DEC,          op=OP2
    1722FIELD    filter,      10,   %s,     FILTER
    1823FIELD    dateobs,     20,   %s,     Date/Time
  • trunk/ippMonitor/def/rawImfile.d

    r15954 r15992  
    66HEAD PHP insert_backref ("rawExp.php", "exp_id", $ID['link']);
    77
     8OP   OP1  $ra * 57.295783
     9OP   OP2  $decl * 57.295783
     10
    811#        field       size  format  name   show         link to         extras
    912FIELD    exp_id,        5, %s,      Exp ID
    1013FIELD    exp_name,      5, %s,      Exposure
    1114FIELD    class_id,      8, %s,      Chip ID
     15FIELD    ra,            8, %10.6f,  RA,           op=OP1     
     16FIELD    decl,          8, %10.6f,  DEC,          op=OP2
     17FIELD    object,        8, %s,      object
     18FIELD    filter,        8, %s,      FILTER
     19FIELD    airmass,       5, %s,      airmass     
     20FIELD    exp_time,      5, %s,      exp_time   
    1221FIELD    bg,            8, %s,      backgnd
    1322FIELD    bg_stdev,      8, %s,      stdev
    1423FIELD    bg_mean_stdev, 8, %s,      [stdev]
     24FIELD    exp_type,      8, %s,      exp_type
    1525FIELD    uri,          10, %s,      uri
    16 # FIELD    class,      20, %s,      Class
    17 # FIELD    uri,       20,   uri
    18 # FIELD    exp_type,  20,   exp_type
    19 # FIELD    filter,    20,   filter
    2026# FIELD    airmass,   20,   airmass
    21 # FIELD    ra,        20,   ra
    22 # FIELD    decl,      20,   decl
    2327# FIELD    exp_time,  20,   exp_time
    2428# FIELD    alt,       20,   alt
  • trunk/ippMonitor/def/rawImfile_failed.d

    r15954 r15992  
    77WHERE fault > 0
    88
     9OP   OP1  $ra * 57.295783
     10OP   OP2  $decl * 57.295783
     11
    912#        field       size  format  name    show         link to         extras
    1013FIELD    exp_id,        5, %s,        Exp ID
    1114FIELD    exp_name,      5, %s,        Exposure
    1215FIELD    class_id,      8, %s,        Chip ID
     16FIELD    ra,           8,  %10.6f, RA,           op=OP1     
     17FIELD    decl,         8,  %10.6f, DEC,          op=OP2
    1318FIELD    bg,            8, %s,        backgnd
    1419FIELD    bg_stdev,      8, %s,        stdev
  • trunk/ippMonitor/def/rawScienceExp.d

    r15954 r15992  
    1414#        field        size format  name           show          link to   extras
    1515FIELD    exp_id,       5,  %s,     Exp ID
    16 FIELD    exp_name,    10,  %s,     Exp Name,     value,   rawImfile.php,  ARG1
    17 FIELD    telescope,   10,  %s,     Telescope
    18 FIELD    camera,      10,  %s,     Camera
    19 FIELD    exp_type,     8,  %s,     Type   
    20 FIELD    filter,      10,  %s,     FILTER
     16FIELD    exp_name,     8,  %s,     Exp Name,     value,   rawImfile.php,  ARG1
     17FIELD    telescope,    8,  %s,     Telescope
     18FIELD    camera,       8,  %s,     Camera
     19FIELD    dateobs,      8,  %s,     Date/Time
    2120FIELD    ra,           8,  %10.6f, RA,           op=OP1     
    2221FIELD    decl,         8,  %10.6f, DEC,          op=OP2
    23 FIELD    object,      10,  %s,     object
     22FIELD    object,       8,  %s,     object
     23FIELD    filter,       8,  %s,     FILTER
     24FIELD    exp_time,     5,  %s,     exp_time   
    2425FIELD    airmass,      5,  %s,     airmass     
    25 FIELD    exp_time,     5,  %s,     exp_time   
    2626FIELD    bg,           5,  %s,     bg         
    2727FIELD    bg_stdev,     5,  %s,     bg_stdev   
     
    3232# FIELD    ccd_temp, 20,   ccd_temp   
    3333# FIELD    posang, 20,   posang     
     34# FIELD    exp_type,     8,  %s,     Type   
  • trunk/ippMonitor/def/rawUnknownExp.d

    r15954 r15992  
    99ARGS ARG1 exp_id=$exp_id
    1010
     11OP   OP1  $ra * 57.295783
     12OP   OP2  $decl * 57.295783
     13
    1114#        field        size  format  name           show     link to        extras
    1215FIELD    exp_id,       5,   %s,     Exp ID
    1316FIELD    exp_name,    10,   %s,     Exp Name,     value,   rawImfile.php,  ARG1
     17FIELD    exp_type,     8,   %s,     Type   
    1418FIELD    telescope,   10,   %s,     Telescope
    1519FIELD    camera,      10,   %s,     Camera
    16 FIELD    exp_type,    10,   %s,     Type   
     20FIELD    dateobs,     20,   %s,     Date/Time
     21FIELD    ra,           8,  %10.6f, RA,           op=OP1     
     22FIELD    decl,         8,  %10.6f, DEC,          op=OP2
     23FIELD    object,       8,   %s,     object
    1724FIELD    filter,      10,   %s,     FILTER
    18 FIELD    dateobs,     20,   %s,     Date/Time
    1925FIELD    exp_time,     5,   %s,     exp_time   
    2026FIELD    airmass,      5,   %s,     airmass     
    2127FIELD    bg,           5,   %s,     backgnd
    2228FIELD    bg_stdev,     5,   %s,     stdev   
    23 FIELD    bg_mean_stdev, 5,  %s,     <backgnd>
     29# FIELD  bg_mean_stdev, 5,  %s,     <backgnd>
    2430# FIELD  ra,           8,   %s,     ra         
    2531# FIELD  decl,         8,   %s,     decl       
    26 # FIELD  object,      10,   %s,     object
    2732# FIELD  imfiles,     20,   %s,     imfiles     
    2833# FIELD  airmass,     20,   %s,     airmass     
  • trunk/ippMonitor/def/stackInputSkyfile.d

    r15970 r15992  
    1 TABLE stackInputSkyfile
     1TABLE stackInputSkyfile, warpInputExp, camProcessedExp, chipRun, rawExp
    22TITLE stackInputSkyfile
    33FILE  stackInputSkyfile.php
    44MENU  ipp.stack.dat
    55
    6 #        field          size  format  name           show     link to         extras
    7 FIELD    stack_id,       5,   %s,     stack ID
    8 FIELD    warp_id,        5,   %s,     warp ID
     6WHERE stackInputSkyfile.warp_id = warpInputExp.warp_id
     7WHERE warpInputExp.cam_id = camProcessedExp.cam_id
     8WHERE camProcessedExp.chip_id = chipRun.chip_id
     9WHERE chipRun.exp_id = rawExp.exp_id
     10
     11OP   OP1  $rawExp.ra * 57.295783
     12OP   OP2  $rawExp.decl * 57.295783
     13
     14#        field                          size  format  name           show     link to         extras
     15FIELD    chipRun.exp_id,               5,   %s,     Exp ID
     16FIELD    rawExp.exp_name,              8,   %s,     Exp Name
     17FIELD    chipRun.chip_id,              5,   %s,     Chip ID
     18FIELD    camProcessedExp.cam_id,       5,   %s,     Cam ID
     19FIELD    warpInputExp.warp_id,         5,   %s,     Warp ID
     20FIELD    stackInputSkyfile.stack_id,   5,   %s,     stack ID
     21FIELD    warpInputExp.magiced,         5,   %s,     magic?
     22FIELD    rawExp.telescope,            10,   %s,     Telescope
     23FIELD    rawExp.camera,               10,   %s,     Camera
     24FIELD    rawExp.dateobs,              20,   %s,     Date/Time
     25FIELD    rawExp.ra,                    8,   %10.6f, RA,           op=OP1     
     26FIELD    rawExp.decl,                  8,   %10.6f, DEC,          op=OP2
     27FIELD    rawExp.object,                8,   %s,     Object
     28FIELD    rawExp.filter,                8,   %s,     Filter
     29FIELD    rawExp.exp_time,              5,   %s,     exptime   
     30FIELD    rawExp.airmass,               5,   %s,     airmass
     31FIELD    rawExp.bg,                    5,   %s,     bg
     32FIELD    rawExp.bg_stdev,              5,   %s,     bg_stdev
  • trunk/ippMonitor/def/warpInputExp.d

    r15970 r15992  
    88WHERE chipRun.exp_id = rawExp.exp_id
    99
     10OP   OP1  $rawExp.ra * 57.295783
     11OP   OP2  $rawExp.decl * 57.295783
     12
    1013#        field                        size format  name           show     link to         extras
    11 FIELD    rawExp.exp_tag,               5,   %s,     Exp Tag
    12 FIELD    chipRun.exp_id,               5,   %s,     Exp ID
    13 FIELD    chipRun.chip_id,              5,   %s,     Chip ID
     14FIELD    chipRun.exp_id,               5,   %s,     Exp ID
     15FIELD    rawExp.exp_name,              8,   %s,     Exp Name
     16FIELD    chipRun.chip_id,              5,   %s,     Chip ID
    1417FIELD    camProcessedExp.cam_id,       5,   %s,     Cam ID
    15 FIELD    warpInputExp.warp_id,         5,   %s,     Warp ID
     18FIELD    warpInputExp.warp_id,         5,   %s,     Warp ID
    1619FIELD    warpInputExp.magiced,         5,   %s,     magic?
     20FIELD    rawExp.telescope,            10,   %s,     Telescope
     21FIELD    rawExp.camera,               10,   %s,     Camera
     22FIELD    rawExp.dateobs,              20,   %s,     Date/Time
     23FIELD    rawExp.ra,                    8,   %10.6f, RA,           op=OP1     
     24FIELD    rawExp.decl,                  8,   %10.6f, DEC,          op=OP2
     25FIELD    rawExp.object,                8,   %s,     Object
     26FIELD    rawExp.filter,                8,   %s,     Filter
     27FIELD    rawExp.exp_time,              5,   %s,     exptime   
     28FIELD    rawExp.airmass,               5,   %s,     airmass
     29FIELD    rawExp.bg,                    5,   %s,     bg
     30FIELD    rawExp.bg_stdev,              5,   %s,     bg_stdev
  • trunk/ippMonitor/raw/ipp.science.dat

    r14113 r15992  
    3030menulink  | menuselect   | link    | Chip Processed Exp           | chipProcessedExp.php           
    3131menulink  | menuselect   | link    | Chip Processed Imfiles       | chipProcessedImfile.php           
    32 menulink  | menuselect   | link    | Cam Processed Exp            | camProcessedExp.php           
     32menulink  | menuselect   | link    | Cam Processed Exp            | camProcessedExp_NoImages.php           
     33menulink  | menuselect   | link    | Cam Proc. Exp w/ Images      | camProcessedExp.php           
    3334menutop   | menutop      | plain   |                         |
    3435menutop   | menuselect   | plain   | Guide Pending Exp            | guidePendingExp.php             
Note: See TracChangeset for help on using the changeset viewer.