- Timestamp:
- Apr 8, 2022, 5:04:42 PM (4 years ago)
- Location:
- branches/eam_branches/ipp-20220316
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20220316
- Property svn:mergeinfo changed
/trunk (added) merged: 42122,42124-42136,42142,42146,42149-42152,42154-42155
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20220316/ippTests
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/IPP-308_move_backups_folder/ippTests merged eligible /branches/czw_branch/20160809/ippTests merged eligible /branches/czw_branch/20170908/ippTests merged eligible /branches/eam_branches/ipp-20191011/ippTests merged eligible /branches/eam_branches/ipp-20211108/ippTests merged eligible /branches/eam_branches/ipp-dev-20210817/ippTests merged eligible /tags/ipp-ops-20220303-rc/ippTests merged eligible /tags/ipp-ps1-20210510/ippTests merged eligible /tags/ipp-ps1-20210708/ippTests merged eligible /trunk/ippTests merged eligible /branches/ipp-259_genericise_backups/ippTests 40910-40966
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/eam_branches/ipp-20220316/ippTests/ippCheck/warpmask.pro
r41941 r42166 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.
