IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11490 for trunk/ippMonitor/def


Ignore:
Timestamp:
Jan 31, 2007, 11:20:53 AM (20 years ago)
Author:
eugene
Message:

update to use the new database columns

Location:
trunk/ippMonitor/def
Files:
9 edited

Legend:

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

    r9439 r11490  
    1010FIELD bg_stdev,      8,     stdev
    1111FIELD iteration,     5,     iteration
    12 FIELD b2_uri,        8,     image,     image=$b2_uri,  detNormalizedImfile.php, det_id=$det_id,iteration=$iteration,image=$b1_uri
     12FIELD b2_uri,        8,     image,     image=$b1_uri@PPIMAGE.JPEG2,  detNormalizedImfile.php, det_id=$det_id,iteration=$iteration,image=$b1_uri@PPIMAGE.JPEG1
    1313#FIELD b1_uri, 20,   b1_uri
    1414#FIELD recipe, 20,   recipe
  • trunk/ippMonitor/def/detProcessedExp.d

    r9439 r11490  
    77FIELD det_id,     7,   Det ID,    value
    88FIELD exp_tag,   15,   Exposure,  value
    9 FIELD b2_uri,     8,   image,     image=$b2_uri,  detProcessedImfile.php, det_id=$det_id,exp_tag=$exp_tag,image=$b1_uri
     9FIELD b2_uri,     8,   image,     image=$b1_uri@PPIMAGE.JPEG2,  detProcessedImfile.php, det_id=$det_id,exp_tag=$exp_tag,image=$b1_uri@PPIMAGE.JPEG1
    1010FIELD bg,         8,   backgnd,   value
    1111FIELD bg_mean_stdev, 8, [stdev],  value
  • trunk/ippMonitor/def/detResidExp.d

    r9439 r11490  
    44MENU  ipp.detrend.dat
    55
    6 #     field        size    name       show            link to             extras
     6#     field        size    name       show    link to              extras
    77FIELD det_id,        7,    Det ID,    value
    8 FIELD exp_tag,      15,    Exposure,  value,          rawImfile.php,      exp_tag=$exp_tag
    9 FIELD b2_uri,        8,    image,     image=$b2_uri,  detResidImfile.php, det_id=$det_id,iteration=$iteration,exp_tag=$exp_tag,image=$b1_uri
     8FIELD exp_tag,      15,    Exposure,  value,  rawImfile.php,       exp_tag=$exp_tag
     9FIELD b2_uri,        8,    image,     image=$b1_uri@PPIMAGE.JPEG2, detResidImfile.php, det_id=$det_id,iteration=$iteration,exp_tag=$exp_tag,image=$b1_uri@PPIMAGE.JPEG1
    1010FIELD bg,            8,    backgnd,   value
    1111FIELD bg_mean_stdev, 8,    [stdev]
  • trunk/ippMonitor/def/newExp.d

    r9323 r11490  
    99FIELD    camera,        20,   camera
    1010FIELD    telescope,     20,   telescope
    11 FIELD    exp_type,      20,   type
    1211FIELD    imfiles,       20,   N imfiles
  • trunk/ippMonitor/def/p3ProcessedExp.d

    r9398 r11490  
    66#     field         size   name       show            link to                extras
    77FIELD exp_tag,       15,   Exposure,  value
    8 FIELD b2_uri,         8,   image,     image=$b2_uri,  p2ProcessedImfile.php, exp_tag=$exp_tag,image=$b1_uri
     8FIELD b2_uri,         8,   image,     image=$b1_uri@PPIMAGE.JPEG2, p2ProcessedImfile.php, exp_tag=$exp_tag,image=$b1_uri@PPIMAGE.JPEG1
    99FIELD bg,             8,   backgnd,   value
    1010FIELD bg_mean_stdev,  8,   [stdev],   value
  • trunk/ippMonitor/def/rawDetrendExp.d

    r10963 r11490  
    1 TABLE rawDetrendExp
     1TABLE rawExp
    22TITLE Raw Detrend Exposures
    33FILE  rawDetrendExp.php
    44MENU  ipp.copy.dat
     5
     6# limit this table to non-OBJECT types of images
     7WHERE rawExp.exp_type != 'OBJECT'
    58
    69#        field        name  show           link to  extras
  • trunk/ippMonitor/def/rawDetrendExp_detrend.d

    r9323 r11490  
    1 TABLE rawDetrendExp
     1TABLE rawExp
    22TITLE Raw Detrend Exposures
    33FILE  rawDetrendExp.php
    44MENU  ipp.detrend.dat
    55
     6# limit this table to non-OBJECT types of images
     7WHERE rawExp.exp_type != 'OBJECT'
     8
    69#        field        name           show     link to         extras
    7 FIELD    exp_tag,      20,   exposure ID,   value,   rawImfile.php,  exp_tag=$exp_tag
    8 FIELD    telescope,   20,   Telescope
    9 FIELD    camera,      20,   Camera
    10 FIELD    exp_type,    20,   Type   
    11 FIELD    filter,      20,   FILTER
     10FIELD    exp_tag,     10,   exposure ID,   value,   rawImfile.php,  exp_tag=$exp_tag
     11FIELD    telescope,   10,   Telescope
     12FIELD    camera,      10,   Camera
     13FIELD    exp_type,    10,   Type   
     14FIELD    filter,      10,   FILTER
     15FIELD    dateobs,     20,   Date/Time
     16FIELD    exp_time,     5,   exp_time   
     17FIELD    airmass,      5,   airmass     
     18FIELD    bg,           5,   backgnd
     19FIELD    bg_stdev,     5,   stdev   
     20FIELD    bg_mean_stdev, 5,  <backgnd>
    1221# FIELD    imfiles,   20,   imfiles     
    1322# FIELD    airmass,   20,   airmass     
  • trunk/ippMonitor/def/rawImfile.d

    r10963 r11490  
    33FILE  rawImfile.php
    44MENU  ipp.imfiles.dat
     5
     6HEAD PHP insert_backref ("rawUnknownExp.php", "exp_tag", $ID['link']);
    57
    68#        field        name   show         link to         extras
  • trunk/ippMonitor/def/rawScienceExp.d

    r10963 r11490  
    1 TABLE rawScienceExp
     1TABLE rawExp
    22TITLE Raw Science Exposures
    33FILE  rawScienceExp.php
    44MENU  ipp.copy.dat
     5
     6# limit this table to OBJECT types of images
     7WHERE rawExp.exp_type = 'OBJECT'
    58
    69#        field        name           show          link to   extras
Note: See TracChangeset for help on using the changeset viewer.