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

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