-
Notifications
You must be signed in to change notification settings - Fork 9
Various PSX fixes #2362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Various PSX fixes #2362
Changes from all commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
639bfd6
PSX_RestoreGuiState: Prefer GUI control setter over PGC
t-b 92c02c0
PSX_GetEventIndexAndComboIndex: Handle vs in keyboard navigation
t-b f2fdced
PSX: Tweak detection algorithm
timjarsky 1691e34
PSX: Calculate the starting point for the average fit better
t-b e53a923
PSX_GetEventFitRange: Change starting position
t-b d8727e5
PSX_CalculateEventProperties: Tweak baseline calculation
t-b ad50bca
UTF_SweepFormula_PSX.ipf: Fix tests
t-b d5d8d9f
PSX_GetGoodTau: Handle edge case
t-b f61bab0
MIES_SweepFormula_PSX.ipf: Tweak PSX_TAU_CALC_FACTOR
timjarsky ce40b0f
MIES_SweepFormula_PSX.ipf: Tweak peak and baseline calculation
t-b 58b8dc8
PSX_CalculateRiseTime: Factor it out
t-b 2ec4962
PSX_CalculateRiseTime: Return error when xStart is NaN
t-b 96085d1
PSX_UpdateDisplayedFit: Remove yOffset
t-b 6f46e5b
PSX_FitAcceptAverage: Use different method for calculating start posi…
t-b 1484439
MIES_SweepFormula_PSX.ipf: Revise event peak and baseline calculation
t-b 5ecaa09
PSX_GetEventFitRange/PSX_FitEventDecay: Revise them
t-b 9e11faf
PSX_FitEventDecay: Switch from single exponential to double exponenti…
timjarsky c5daab8
PSX_FitAcceptAverage: Multiple simultaneous fits to the accepted all …
timjarsky be9d057
PSX_FilterEventsKernelAmpSign: Ignore events with non-finite deconv v…
t-b 5739a7e
PSX: Add more vertical lines for peak_t and baseline_t
t-b 14341d2
PSX_FitEventDecay: Support three tau instead of one
t-b 3e6dda9
BandPassWithRingingDetection: Add it
timjarsky 9cc0fed
psxDeconvFilter: Rework it
t-b bd91bdd
psxSweepBPFilter: Add it
t-b e97641f
PSX_FilterSweepData/PSX_DeconvoluteSweepData: Always make order even
t-b ea82d03
BandPassWithRingingDetection: Minor cleanup
t-b 90e5578
BandPassWithRingingDetection: Remove the offset for every iteration
t-b 7b6998a
BandPassWithRingingDetection: Reorganize the code
t-b d04391a
PSX_Operation: Fix data gathering after failure
t-b a789371
PSX: Use 2^x padding for FFT input
t-b 8adb123
PSX: Prefer odd number of historgram bins
timjarsky 80a8106
Revert "PSX: Use 2^x padding for FFT input"
timjarsky cb7d8e6
PSX_FitAcceptAverage: Calculate maximum of it as well
t-b c113d32
PSX: Add average fit for all states
t-b 71c1cc5
MIES_Utilities_Algorithm.ipf: Add helper routines for DoFFT
t-b 7555815
PSX: Implement sweep data shortening for faster FFT
t-b cbf5e67
PSX: Supply default values for filtering derived from the kernel
t-b 8a71928
PSX: Add Onset and Rise y values to psxEvent
t-b 7041da8
PSX_FitAverage: Store fit results in datafolder hierarchy
t-b cdde11a
Packages/doc/SweepFormula.rst: Add units for rise and decay tau
t-b 20a2564
PSX_Operation: Add peakThreshold to parameter JSON
t-b 1f4bbe3
PSX_OperationStatsImpl: Output more entries for stats postprocessing
t-b 8f97842
PSX_FitAverage: Enhance onset calculation
timjarsky 431ff0f
PSX_UpdateAverageTraces: Fix indexing confusion
t-b 14be857
new function to determine the fit end time for the decay to the avera…
timjarsky e7d1d4f
Packages/MIES/MIES_SweepFormula_PSX.ipf: Fix variable casing and enha…
timjarsky 9a33ce4
PSX_FitAverage: Don't clutter the current datafolder
t-b 1223c97
GetTestCode: Remove setting code twice
t-b 6980b33
PSX_CalculateOnsetTimeFromAvg: Make it more robust
t-b 3b2585b
Packages/doc/SweepFormula.rst: Update it
t-b 977970b
PSX_GetFindPeakBoxSize: Remove pointless special casing for the tests
t-b b1a2b69
PSX_FitAverage: Don't assert out on onsetX being NaN
t-b da16efa
MIES_SweepFormula_PSX.ipf: Remove commented out code
t-b 31c3574
UTF_SweepFormula_PSX.ipf: Fix tests again
t-b f57c291
GetAllFilesRecursivelyFromPath: Kill path before returning
t-b 759770e
UTF_SweepFormula_PSX.ipf: Add some more tests
t-b 8d71c75
Packages/MIES/SweepFormulaHelp.ifn: Update it
t-b File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.