Index: trunk/ippTasks/detrend.process.pro
===================================================================
--- trunk/ippTasks/detrend.process.pro	(revision 12126)
+++ trunk/ippTasks/detrend.process.pro	(revision 12361)
@@ -139,5 +139,4 @@
     book getword detPendingProcessedImfile $pageName det_type -var DET_TYPE 
     book getword detPendingProcessedImfile $pageName exp_tag  -var EXP_TAG  
-    book getword detPendingProcessedImfile $pageName class    -var CLASS    
     book getword detPendingProcessedImfile $pageName class_id -var CLASS_ID 
     book getword detPendingProcessedImfile $pageName uri      -var URI      
@@ -167,7 +166,7 @@
     # create example job options as a demonstration
     if ($VERBOSE > 1)
-      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
-    end
-    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
+      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
+    end
+    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
   end
 
