- 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/warpstats.pro
r41941 r42166 24 24 # results in magFound, fracFound, numFound 25 25 calc.warpstats 26 if ( $i== 0)26 if (numTotal_sum?[] == 0) 27 27 set numTotal_sum = numTotal 28 28 set numPoss_sum = numPoss … … 39 39 end 40 40 41 set numTotal = numTotal_sum 42 set numPoss = numPoss_sum 43 delete numTotal_sum numPoss_sum 41 if (numTotal_sum?[] == 0) 42 # generate vectors for empty inputs 43 calc.warpstats 44 else 45 set numTotal = numTotal_sum 46 set numPoss = numPoss_sum 47 delete numTotal_sum numPoss_sum 48 end 44 49 45 50 set fracPoss = (numTotal > 0) ? numPoss / numTotal : zero(numTotal) … … 89 94 $Mdel = 0.25 90 95 96 if (Mref_out?[] == 0) 97 create magBin $Mmin $Mmax $Mdel 98 set numTotal = zero(magBin) 99 set numPoss = zero(magBin) 100 return 101 end 102 91 103 delete -q magBin numTotal numPoss 92 104 for mag $Mmin $Mmax $Mdel
Note:
See TracChangeset
for help on using the changeset viewer.
