Changeset 42125 for trunk/ippTests/ippCheck/cammask.pro
- Timestamp:
- Mar 17, 2022, 1:54:21 PM (4 years ago)
- Location:
- trunk/ippTests
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTests
-
Property svn:mergeinfo
set to
/tags/ipp-ops-20220303-rc/ippTests merged eligible
-
Property svn:mergeinfo
set to
-
trunk/ippTests/ippCheck
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/eam_branches/ipp-20211108/ippTests/ippCheck merged eligible /tags/ipp-ops-20220303-rc/ippTests/ippCheck merged eligible /branches/IPP-308_move_backups_folder/ippTests/ippCheck 40969-40970 /branches/czw_branch/20160809/ippTests/ippCheck 39651-39924 /branches/czw_branch/20170908/ippTests/ippCheck 40128-40486 /branches/eam_branches/ipp-20191011/ippTests/ippCheck 40935-41170 /branches/eam_branches/ipp-dev-20210817/ippTests/ippCheck 41797-41890 /branches/ipp-259_genericise_backups/ippTests/ippCheck 40910-40966 /tags/ipp-ps1-20210510/ippTests/ippCheck 41576-41704 /tags/ipp-ps1-20210708/ippTests/ippCheck 41709-41749
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/ippTests/ippCheck/cammask.pro
r42114 r42125 78 78 if ($table:Ny == 0) 79 79 echo "ERROR: no reference sources found in $refsrcs" 80 81 # generate an empty output file 82 $OUT_FIELDS = 83 foreach field $SMF_FIELDS_CAM $REF_FIELDS_CAM $XTR_FIELDS_CAM 84 $OUT_FIELDS = $OUT_FIELDS $field\_out 85 create -empty $field\_out 86 end 87 88 sprintf output "%s/%s.%s.cam.stf" $OUTDIR $expname $OUTVERSION 89 write -fits DATA $output $OUT_FIELDS 90 91 # save this name for warp and diff analysis, if desired 92 $CAMSOURCE = $output 93 80 94 break 81 95 end … … 271 285 if ($COPYMASKS) exec neb-copy $camMask:$i $OUTDIR 272 286 $j ++ 273 end 274 $camMask:n = $chipName:n 287 if ($j >= $tmpName:n) last 288 end 289 $camMask:n = $tmpName:n 275 290 end 276 291
Note:
See TracChangeset
for help on using the changeset viewer.
