Index: trunk/tools/eam/teleff/cammask.pro
===================================================================
--- trunk/tools/eam/teleff/cammask.pro	(revision 41742)
+++ trunk/tools/eam/teleff/cammask.pro	(revision 41900)
@@ -294,7 +294,10 @@
  $camlabel = $3
 
-#$command = camtool -dbname $dbname -processedexp -exp_name $expname -label $camlabel
-#XXX need to generically handle the question of which version / label
- $command = camtool -dbname $dbname -processedexp -exp_name $expname
+# need to generically handle the question of which version / label
+# this will be a problem for old exposures without a useful label (cleanup)
+# instead of label, we could specify the cam_id (which we might know)
+
+ $command = camtool -dbname $dbname -processedexp -exp_name $expname -label $camlabel
+#$command = camtool -dbname $dbname -processedexp -exp_name $expname
  
  queueload  myqueue -x "$command"
