Index: /branches/eam_branches/ipp-20211108/ippTests/ippCheck/truth.pro
===================================================================
--- /branches/eam_branches/ipp-20211108/ippTests/ippCheck/truth.pro	(revision 41979)
+++ /branches/eam_branches/ipp-20211108/ippTests/ippCheck/truth.pro	(revision 41980)
@@ -1,3 +1,9 @@
 #!/usr/bin/env dvo
+
+# provides the following:
+# make.truth.sources (camera) (expname) (source) (type)
+# make.truth.sources.mpc (camera) (expname) (source)
+# make.truth.sources.dvo (camera) (expname) (source)
+# get.exposure.metadata (camera) (expname)
 
 $VERBOSE = 1	       
@@ -139,5 +145,6 @@
  $regcommand = regtool -dbname $dbname -processedexp -exp_name $expname 
 
- queueload  regqueue -x "$regcommand"
+ queueload -trap regqueue -x "$regcommand"
+
  queue2book regqueue regbook
 
@@ -146,5 +153,5 @@
 
  if ($npages > 1) 
-   echo "ERROR: too many exposures for $word:0 $1 : $regcommand"
+   echo "ERROR: too many exposures for $expname $1 : $regcommand"
    book delete regbook
    next
@@ -152,5 +159,5 @@
 
  if ($npages < 1) 
-   echo "ERROR: missing exposure for $word:0 $1 : $regcommand"
+   echo "ERROR: missing exposure for $expname $1 : $regcommand"
    book delete regbook
    next
