-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Prototype of Gaussian smoothing by GSL * modify GSL building file * Prototype of Gaussian smoothing with fixed kernel in spectral profiler * Smoothing Profile: added Boxcar method and Kernel options * added Smoothing panel * modify smoothing kernel size option * Added Hanning Smoothing in Spectral Profiler * modified Boxcar/Gaussian Smoothing * fix boxcar smoothing NaN value * Modified gsl vector * modified boxcar smoothing method * modified boxcar smoothing method * adjusted GSL build process and converted wrapper to C++ * updated lib and wrapper build scripts to use shared install directory * Improved GSL WebAssambly memory management * Added smoothing line color picker and overlay toggle * Modified color, width and type of smoothing setting * Added Decimation of profile smoothing * minor modification of decimation smoothing * Modified GSL lib building host from wasm32 to x86 in Emscripten * Remove host setting in GLS lib building script * Modified decimation method in profile smoothing * Modified decimation method gsl implementation * Added Binning in profile smoothin * temp 0611 savitzky-golay * Adjustment of plotdata method of smoothing data * Modified Savitzkt-Golay method * rename variables * Modified the order of fitting polynomial in Savitzy-Golay * change smoothing line default color * Added exported data of profile smoothing, and revised plot components, * Added ProfileSmoothingStore for applying smoothing in other profile widgets * Added profile smoothing in Histogram and adjusted decimation method * Added profile smoothing in spatial profiler * Removed profile smoothing from histogram * Added profile smoothing in stokes analysis * Minor modification of stokes analysis * Fixed decimation issue in spatial profiler and make minor modification * Added host setting in gsl lib building script * Modified GSL lib build script * Adjusted GSL lib build scirpt * Added endType controller for profile smoothing method with window function to handle edge value * Modified GSL libs build script * Improve local smoothing in spatial profiler * add min/max parameters * Minor adjustment * Widen spatial settings widget * remove smoothing endType * update gsl lib build script Co-authored-by: veggiesaurus <[email protected]>
- Loading branch information
1 parent
abac716
commit 0850b1c
Showing
32 changed files
with
1,246 additions
and
178 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
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
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
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
Oops, something went wrong.