Index: trunk/tools/eam/rawfix.20230221/src/rawfix.pt
===================================================================
--- trunk/tools/eam/rawfix.20230221/src/rawfix.pt	(revision 42451)
+++ trunk/tools/eam/rawfix.20230221/src/rawfix.pt	(revision 42455)
@@ -1,43 +1,3 @@
 ## pantasks scripts to manage the raw exposure data repair / cleanup
-
-$TPOLL = 5
-$TEXEC = 5
-$RPOLL = 5
-$REXEC = 5
-$VERBOSE = 1
-$NETWORK = 1
-
-# use this to find the files in this local directory
-# $mypath = /home/panstarrs/eugene/rawfix.20230221
-
-# NOTE: use a directory located on a b-node so the results can
-# be seen by both ATRC and ITC machines
-$mypath = /data/ippb07.0/home/eugene/rawfix.20230221
-
-# I need to avoid ATRC machines for jobs which try to access Nebulous or GPC
-# I cannot define an avoidance list for a job, so I need to specify the 
-# required host
-
-# run check_chip_locations.pl on this machine:
-$HOST_CKCHIP  = ippc180
-
-if (not($?LOGDIR)) 
-  $LOGDIR = $mypath/pantasks_logs
-  mkdir $LOGDIR
-end
-
-# these are listed in stage order, but the 
-# order is this file is not determinative, only the
-# change of state from STAGE1.new -> STAGE1.done -> STAGE2.new
-input rawfix.advance.pt
-input rawfix.ckchip.pt
-input rawfix.fixchip.pt
-input rawfix.md5sum.pt
-input rawfix.md5chk.pt
-
-if (not($?INIT_RAWFIX)) 
-  control host add $HOST_CKCHIP
-  $INIT_RAWFIX = 1
-end
 
 ######################### UTILITIES #################################
