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.reject.pro

    r11012 r11019  
    4545  task.exit    0
    4646    # convert 'stdout' to book format
    47     ipptool2book stdout DetrendRejectExp -key det_id:iter -uniq
     47    ipptool2book stdout DetrendRejectExp -key det_id:iteration -uniq
    4848    if ($VERBOSE > 2)
    4949      book listbook DetrendRejectExp
     
    8181
    8282    book setword DetrendRejectExp $pageName state RUN
    83     book getword DetrendRejectExp $pageName DET_ID   -var DET_ID   
    84     book getword DetrendRejectExp $pageName ITER     -var ITER     
    85     book getword DetrendRejectExp $pageName DET_TYPE -var DET_TYPE
    86     book getword DetrendRejectExp $pageName MODE     -var MODE     
    87     book getword DetrendRejectExp $pageName CAMERA   -var CAMERA   
     83    book getword DetrendRejectExp $pageName det_id    -var DET_ID   
     84    book getword DetrendRejectExp $pageName iteration -var ITERATION     
     85    book getword DetrendRejectExp $pageName det_type -var DET_TYPE
     86    book getword DetrendRejectExp $pageName mode      -var MODE     
     87    book getword DetrendRejectExp $pageName camera    -var CAMERA   
    8888
    8989    # specify choice of remote host:
     
    9595
    9696    # I'd like to add CAMERA to the log file...
    97     stdout $LOGSUBDIR/$CAMERA.$DET_TYPE.$DET_ID.$ITER.log
    98     stderr $LOGSUBDIR/$CAMERA.$DET_TYPE.$DET_ID.$ITER.log
     97    stdout $LOGSUBDIR/$CAMERA.$DET_TYPE.$DET_ID.$ITERATION.log
     98    stderr $LOGSUBDIR/$CAMERA.$DET_TYPE.$DET_ID.$ITERATION.log
    9999
    100100    # save the pageName for future reference below
     
    103103    # create example job options as a demonstration
    104104    if ($VERBOSE > 1)
    105       echo command detrend_reject_exp.pl --det_id $DET_ID --iteration $ITER --det_type $DET_TYPE --camera $CAMERA
     105      echo command detrend_reject_exp.pl --det_id $DET_ID --iteration $ITERATION --det_type $DET_TYPE --camera $CAMERA
    106106    end
    107     command detrend_reject_exp.pl --det_id $DET_ID --iteration $ITER --det_type $DET_TYPE --camera $CAMERA
     107    command detrend_reject_exp.pl --det_id $DET_ID --iteration $ITERATION --det_type $DET_TYPE --camera $CAMERA
    108108 end
    109109
Note: See TracChangeset for help on using the changeset viewer.