Changeset 41742 for trunk/tools/eam/teleff/diffmask.pro
- Timestamp:
- Jul 30, 2021, 11:25:08 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/tools/eam/teleff/diffmask.pro (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/eam/teleff/diffmask.pro
r41720 r41742 12 12 13 13 if (not($?MATCH_RADIUS)) set MATCH_RADIUS = 2.0 14 15 14 if (not($?USE_CAMSOURCE)) set USE_CAMSOURCE = 0 16 15 … … 228 227 end 229 228 230 sprintf filename "%s.cmf" $diffPath:$i 229 if ($diffOrder == 0) 230 sprintf filename "%s.cmf" $diffPath:$i 231 else 232 sprintf filename "%s.inv.cmf" $diffPath:$i 233 end 231 234 $diffCMF:$i = `neb-locate -p $filename` 232 235 if ($VERBOSE) echo "found mask: $diffMask:$i CMF: $diffCMF:$i" … … 288 291 $diffMode = $4 289 292 290 $diffID = 0 293 $diffID = 0 294 $diffOrder = 0; # 0 : A of A-B, 1 : B of A-B 295 296 # we do not know if the exposure was used as A or B in the A-B diff. First try A: 291 297 #$command = difftool -dbname $dbname -listrun -exp_name $expname -warp_id $warpID -dist_group $distGroup -diff_mode $diffMode 292 298 $command = difftool -dbname $dbname -listrun -exp_name $expname -warp_id $warpID -diff_mode $diffMode … … 302 308 303 309 $command = difftool -dbname $dbname -listrun -exp_name $expname -warp_id $warpID -diff_mode $diffMode -template 310 $diffOrder = 1 304 311 305 312 queueload myqueue -x "$command"
Note:
See TracChangeset
for help on using the changeset viewer.
