Changeset 41980 for branches/eam_branches/ipp-20211108
- Timestamp:
- Jan 7, 2022, 4:37:45 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20211108/ippTests/ippCheck/truth.pro
r41941 r41980 1 1 #!/usr/bin/env dvo 2 3 # provides the following: 4 # make.truth.sources (camera) (expname) (source) (type) 5 # make.truth.sources.mpc (camera) (expname) (source) 6 # make.truth.sources.dvo (camera) (expname) (source) 7 # get.exposure.metadata (camera) (expname) 2 8 3 9 $VERBOSE = 1 … … 139 145 $regcommand = regtool -dbname $dbname -processedexp -exp_name $expname 140 146 141 queueload regqueue -x "$regcommand" 147 queueload -trap regqueue -x "$regcommand" 148 142 149 queue2book regqueue regbook 143 150 … … 146 153 147 154 if ($npages > 1) 148 echo "ERROR: too many exposures for $ word:0$1 : $regcommand"155 echo "ERROR: too many exposures for $expname $1 : $regcommand" 149 156 book delete regbook 150 157 next … … 152 159 153 160 if ($npages < 1) 154 echo "ERROR: missing exposure for $ word:0$1 : $regcommand"161 echo "ERROR: missing exposure for $expname $1 : $regcommand" 155 162 book delete regbook 156 163 next
Note:
See TracChangeset
for help on using the changeset viewer.
