IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 10, 2007, 3:37:08 PM (20 years ago)
Author:
eugene
Message:

book version successful test with simtest

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_00/ippTasks/detrend.process.pro

    r11012 r11019  
    110110
    111111    # create example job options as a demonstration
    112     setcommand detrend_process_imfile.pl --det_id $DET_ID --det_type $DET_TYPE --exp_tag $EXP_TAG --class $CLASS --class_id $CLASS_ID --input_uri $URI --camera $CAMERA
     112    if ($VERBOSE > 1)
     113      echo command detrend_process_imfile.pl --det_id $DET_ID --det_type $DET_TYPE --exp_tag $EXP_TAG --class $CLASS --class_id $CLASS_ID --input_uri $URI --camera $CAMERA
     114    end
     115    command detrend_process_imfile.pl --det_id $DET_ID --det_type $DET_TYPE --exp_tag $EXP_TAG --class $CLASS --class_id $CLASS_ID --input_uri $URI --camera $CAMERA
    113116  end
    114117
     
    151154  task.exit    0
    152155    # convert 'stdout' to book format
    153     ipptool2book stdout DetrendProcessExposures -key det_id:iter:exp_tag -uniq
     156    ipptool2book stdout DetrendProcessExposures -key det_id:iteration:exp_tag -uniq
    154157    if ($VERBOSE > 2)
    155158      book listbook DetrendProcessExposures
     
    187190
    188191    book setword DetrendProcessExposures $pageName state RUN
    189     book getword DetrendProcessExposures $pageName det_id   -var DET_ID
    190     book getword DetrendProcessExposures $pageName iter     -var ITER
    191     book getword DetrendProcessExposures $pageName det_type -var DET_TYPE
    192     book getword DetrendProcessExposures $pageName exp_tag  -var EXP_TAG
    193     book getword DetrendProcessExposures $pageName camera   -var CAMERA 
     192    book getword DetrendProcessExposures $pageName det_id    -var DET_ID
     193    book getword DetrendProcessExposures $pageName iteration -var ITERATION
     194    book getword DetrendProcessExposures $pageName det_type  -var DET_TYPE
     195    book getword DetrendProcessExposures $pageName exp_tag   -var EXP_TAG
     196    book getword DetrendProcessExposures $pageName camera    -var CAMERA 
    194197
    195198    # specify choice of remote host:
Note: See TracChangeset for help on using the changeset viewer.