Changeset 42125 for trunk/ippTests/ippCheck/warpmask.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/warpmask.pro
r41941 r42125 44 44 # NOTE: Mref is chosen to match filter for this exposure 45 45 data $refsrcs ; 46 47 # first check if the FITS table has any entries 48 read -fits DATA -sizes 49 if ($table:Ny == 0) 50 echo "WARNING: empty reference table $refsrcs" 51 52 # generate empty output vectors for output file 53 $OUT_FIELDS = 54 foreach field $REF_FIELDS_WRP $XTR_FIELDS_WRP 55 $OUT_FIELDS = $OUT_FIELDS $field\_out 56 create -empty $field\_out 57 end 58 59 sprintf output "%s/%s.%s.wrp.stf" $OUTDIR $expname $OUTVERSION 60 write -fits DATA $output $OUT_FIELDS 61 62 return 63 end 64 46 65 if ($USE_CAMSOURCE) 47 66 read -fits DATA Rref_out Dref_out Mref_out
Note:
See TracChangeset
for help on using the changeset viewer.
