-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
smoothing has been upgraded and uses pymoo instead with pattern searc…
…h for finding the max distance of the L-point and the max allowed error, the default is 1e-4 NRMSE (Normalized Root Mean Squared Error which is just RMSE with the max signal intensity set to 1.0) Derivative of the chromatogram is normalized before noise filtering bumped version All this work came out of working on writing up smoothing for the thesis
- Loading branch information
Showing
2 changed files
with
109 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,5 +18,5 @@ | |
__email__ = "[email protected]" | ||
__license__ = "GNU General Public License v3 (GPLv3)" | ||
__copyright__ = "2020 %s" % __author__ | ||
__version__ = "0.8.6" | ||
__version__ = "0.8.7" | ||
__uri__ = "https://github.com/modsim/CADET-Match" |