- 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/diffmask.pro
r41941 r42166 51 51 # load the reference source table 52 52 # how to choose the name of the filter? 53 data $refsrcs; 53 data $refsrcs 54 55 # first check if the FITS table has any entries 56 read -fits DATA -sizes 57 if ($table:Ny == 0) 58 echo "WARNING: empty reference table $refsrcs" 59 60 $OUT_FIELDS = 61 foreach field $SMF_FIELDS_DIF $REF_FIELDS_DIF $XTR_FIELDS_DIF 62 $OUT_FIELDS = $OUT_FIELDS $field\_out 63 create -empty $field\_out 64 end 65 66 sprintf output "%s/%s.%s.dif.stf" $OUTDIR $expname $OUTVERSION 67 write -fits DATA $output $OUT_FIELDS 68 return 69 end 70 54 71 if ($USE_CAMSOURCE) 55 72 read -fits DATA Rref_out Dref_out Mref_out
Note:
See TracChangeset
for help on using the changeset viewer.
