Skip to content

Commit 28e0452

Browse files
committed
PSX_Operation: Backdown filtering order
A common tweaking algorithm done by users is to find the lowest filter order which has the data from all combinations passing. As that is manually quite tedious we now do that for her. The idea is to start at some maximum order and then get he realized order for each combination. If the realized order is constant for all combinations, we are done. Otherwise we try the minimum order again and should then be finished. This is done for both sweep and deconv.
1 parent 9f58f41 commit 28e0452

File tree

2 files changed

+168
-106
lines changed

2 files changed

+168
-106
lines changed

Packages/MIES/MIES_Cache.ipf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ End
452452

453453
Function/S CA_PSXAnalyzePeaks(string comboKey, string psxParameters)
454454

455-
return CA_PSXBaseKey(comboKey, psxParameters) + " Analyze Peaks " + ":Version 2"
455+
return CA_PSXBaseKey(comboKey, psxParameters) + " Analyze Peaks " + ":Version 3"
456456
End
457457

458458
/// @brief Return the key for the igor info entries

0 commit comments

Comments
 (0)