Changeset 42125 for trunk/ippTests/ippCheck/warpstats.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/warpstats.pro
r41941 r42125 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.
