IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 4, 2007, 3:07:41 PM (19 years ago)
Author:
eugene
Message:

updates to use new API for images

File:
1 edited

Legend:

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

    r11490 r13264  
    77WHERE rawExp.exp_type = 'OBJECT'
    88
    9 #        field        name           show          link to   extras
    10 FIELD    exp_tag,     10,            exposure Tag, value,    rawImfile.php,  exp_tag=$exp_tag,camera=$camera,foo=bar
    11 FIELD    telescope,   10,            Telescope,    value,    telescopes.php
    12 FIELD    camera,      10,            Camera
    13 FIELD    exp_type,     8,            Type   
    14 FIELD    filter,      10,            FILTER
    15 FIELD    ra,           8,            ra         
    16 FIELD    decl,         8,            decl       
    17 FIELD    object,      10,            object
    18 FIELD    airmass,      5,            airmass     
    19 FIELD    exp_time,     5,            exp_time   
    20 FIELD    bg,           5,            bg         
    21 FIELD    bg_stdev,     5,            bg_stdev   
     9ARGS ARG1 exp_tag=$exp_tag
     10ARGS ARG1 camera=$camera
     11ARGS ARG1 foo=bar
     12
     13#        field        size name           show          link to   extras
     14FIELD    exp_tag,     10,  exposure Tag, value,    rawImfile.php,  ARG1
     15FIELD    telescope,   10,  Telescope,    value,    telescopes.php
     16FIELD    camera,      10,  Camera
     17FIELD    exp_type,     8,  Type   
     18FIELD    filter,      10,  FILTER
     19FIELD    ra,           8,  ra         
     20FIELD    decl,         8,  decl       
     21FIELD    object,      10,  object
     22FIELD    airmass,      5,  airmass     
     23FIELD    exp_time,     5,  exp_time   
     24FIELD    bg,           5,  bg         
     25FIELD    bg_stdev,     5,  bg_stdev   
    2226# FIELD    imfiles, 20,   imfiles     
    2327# FIELD    bg_mean_stdev, 20,   bg_mean_stdev   
Note: See TracChangeset for help on using the changeset viewer.