IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 4, 2007, 9:46:32 AM (19 years ago)
Author:
eugene
Message:

updating the getimage concepts

File:
1 edited

Legend:

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

    r12835 r13241  
    1 TABLE detResidExp
     1TABLE detResidExp, rawExp
    22TITLE detResidExp
    33FILE  detResidExp.php
    44MENU  ipp.detrend.dat
    55
    6 #     field        size    name       show    link to              extras
    7 FIELD det_id,        7,    Det ID,    value
    8 FIELD exp_tag,      15,    Exposure,  value,  rawImfile.php,       exp_tag=$exp_tag
    9 FIELD bg,            8,    backgnd,   value
    10 FIELD bg_mean_stdev, 8,    [stdev]
    11 FIELD bg_stdev,      8,    stdev,     value
    12 FIELD iteration,     5,    iter,      value
    13 FIELD *,             8,    image,     image=$path_base@PPIMAGE.JPEG2, detResidImfile.php, det_id=$det_id,iteration=$iteration,exp_tag=$exp_tag,image=$path_base@PPIMAGE.JPEG1
    14 FIELD accept,        4,    keep,      value
    15 FIELD path_base,    20,    path_base, none
     6# the following WHERE clauses are added to all queries joined by AND
     7WHERE detResidExp.exp_tag = rawExp.exp_tag
     8
     9# define image names to be used below
     10VALUE JPEG1 $detResidExp.path_base PPIMAGE.JPEG2 $rawExp.camera NONE
     11
     12#     field                   size    name       show    link to              extras
     13FIELD detResidExp.det_id,        7,   Det ID,    value
     14FIELD detResidExp.exp_tag,      15,   Exposure,  value,  rawImfile.php,       exp_tag=$exp_tag
     15FIELD detResidExp.bg,            8,   backgnd,   value
     16FIELD detResidExp.bg_mean_stdev, 8,   [stdev]
     17FIELD detResidExp.bg_stdev,      8,   stdev,     value
     18FIELD detResidExp.iteration,     5,   iter,      value
     19FIELD *,                         8,   image,     image=JPEG1, detResidImfile.php, det_id=$det_id,iteration=$iteration,exp_tag=$exp_tag,image=1
     20FIELD detResidExp.accept,        4,   keep,      value
     21FIELD detResidExp.path_base,    20,   path_base, none
     22
    1623# FIELD recipe,     15,    recipe,    value
     24
     25# ipp_filename.pl --filerule $rule --basename $name --camera $camera --class_id $class_id
     26# getimage.php name=$1 rule=$2 camera=$3 class_id=$4
Note: See TracChangeset for help on using the changeset viewer.