Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changes deconvolved filter, trace filter, and histogram changes PSX changes to baseline, peak, and tau calculations changes changes changes changes changes changes changes changes changes again updates to GetPSXEventWaveAsFree. Changes were made because the deconvolved peak aligns with the event's peak rather than the event onset. wip changes changes changes changes changes changes changes changes changes changes changes changes WIP from live testing WIP: Add panel version changes changes changes changes WIP: dev docu for commit message // New function: // PSX_OnsetTime(peak_t, baseline_t, DiffV) /// onset_t = time of the percentDiffThresh amplitude of the 1st differential of the event /// percentDiffThresh taken from psxRiseTime user input, default to 5% // Order of operations: // 1. DiffV = Differentiated sweep trace // 2. DiffPeak = the peak of the differentiated trace between [peak_t - baseline_t], peak = min for (–) kernel sign, max for (+) kernel sign // 3. DiffPeak_t = time of DiffPeak // 4. onset_t = findlevel/R= (DiffPeak_t, baseline_t) wave = DiffV, level=(percentDiffThresh * DiffPeak) // 5. Return onset_t changes changes wip from live testing cc changes changes changes tests/TestOperationRiseTime: Adapt it WIP: Docu update
- Loading branch information