IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12361 for trunk/ippTasks


Ignore:
Timestamp:
Mar 8, 2007, 4:41:23 PM (19 years ago)
Author:
Paul Price
Message:

Removing references to class (as opposed to class_id), because it isn't implemented yet.

Location:
trunk/ippTasks
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/detrend.process.pro

    r12126 r12361  
    139139    book getword detPendingProcessedImfile $pageName det_type -var DET_TYPE
    140140    book getword detPendingProcessedImfile $pageName exp_tag  -var EXP_TAG 
    141     book getword detPendingProcessedImfile $pageName class    -var CLASS   
    142141    book getword detPendingProcessedImfile $pageName class_id -var CLASS_ID
    143142    book getword detPendingProcessedImfile $pageName uri      -var URI     
     
    167166    # create example job options as a demonstration
    168167    if ($VERBOSE > 1)
    169       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 $ARGS
    170     end
    171     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 $ARGS
     168      echo command detrend_process_imfile.pl --det_id $DET_ID --det_type $DET_TYPE --exp_tag $EXP_TAG --class_id $CLASS_ID --input_uri $URI --camera $CAMERA $ARGS
     169    end
     170    command detrend_process_imfile.pl --det_id $DET_ID --det_type $DET_TYPE --exp_tag $EXP_TAG --class_id $CLASS_ID --input_uri $URI --camera $CAMERA $ARGS
    172171  end
    173172
  • trunk/ippTasks/register.pro

    r12126 r12361  
    138138
    139139    book getword regPendingImfile $pageName exp_tag -var EXP_TAG
    140     book getword regPendingImfile $pageName class -var CLASS
    141140    book getword regPendingImfile $pageName class_id -var CLASS_ID
    142141    book getword regPendingImfile $pageName uri -var URI
Note: See TracChangeset for help on using the changeset viewer.