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/camProcessedExp.d

    r12835 r13264  
    1 TABLE camProcessedExp, chipProcessedExp
     1TABLE camProcessedExp, chipProcessedExp, rawExp
    22TITLE Camera-Level Processed Exposures
    33FILE  camProcessedExp.php
     
    55
    66WHERE camProcessedExp.chip_id = chipProcessedExp.chip_id
     7WHERE camProcessedExp.exp_tag = rawExp.exp_tag
    78
    8 #     field                           size  name       show                            link to                  extras
     9# define image names to be used below
     10# IMAGE VAR basename filerule camera class_id
     11IMAGE JPEG  $camProcessedExp.path_base PPIMAGE.JPEG2 $rawExp.camera NONE
     12
     13# show all chips for this camera exposure, summary stats from the camera tables
     14ARGS  ARG1  camera=$rawExp.camera
     15ARGS  ARG1  basename=$camProcessedExp.path_base
     16ARGS  ARG1  exp_tag=$chipProcessedExp.exp_tag
     17
     18#     field                           size  name       show        link to                  extras
    919FIELD chipProcessedExp.exp_tag,       15,   Exposure,  value
    10 FIELD *,                              8,    image,     image=$camProcessedExp.path_base@PPIMAGE.JPEG2, chipProcessedImfile.php, exp_tag=$chipProcessedExp.exp_tag,image=$$camProcessedExp.path_base@PPIMAGE.JPEG1
     20FIELD *,                              8,    image,     image=JPEG, chipProcessedImfile.php, ARG1
    1121FIELD camProcessedExp.bg,             8,    backgnd,   value
    1222FIELD camProcessedExp.bg_mean_stdev,  8,    [stdev],   value
Note: See TracChangeset for help on using the changeset viewer.