Skip to content

Commit d7b9af8

Browse files
committed
Tests/GenerateAnalysisFunctionTable: Update it
1 parent ef99d13 commit d7b9af8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Packages/MIES/analysis_function_parameters.itx

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
IGOR
2-
WAVES/T/N=(68,5) analysis_function_parameters
2+
WAVES/T/N=(69,5) analysis_function_parameters
33
BEGIN
44
"Name" "Type" "Optionality" "Used by" "Help"
55
"AbsFrequencyMinDistance" "variable" "optional" "DA" "Minimum absolute frequency distance for DAScale estimation. Only for \"AdaptiveSupra\"."
@@ -16,6 +16,7 @@ BEGIN
1616
"BaselineTargetVThreshold" "variable" "optional" "CR, DA, RA, RB" "Threshold value in mV for the target V baseline QC check (defaults to 1)"
1717
"BoundsEvaluationMode" "string" "required" "CR" "Select the bounds evaluation mode: Symmetric (Lower and Upper), Depolarized (Upper) or Hyperpolarized (Lower)"
1818
"DAScaleModifier" "variable" "mixed" "CR, DA, SC" "Modifier value to the DA Scale of headstages with spikes during chirp\rPercentage how the DAScale value is adapted if it is outside of the MinimumSpikeCount\"/\"MaximumSpikeCount\" band. Only for \"Supra\".\rModifier value to the DA Scale of headstages for too few spikes"
19+
"DAScaleNegativeSlopePercent" "variable" "optional" "DA" "Percentage to use for DAScale estimation once the f-I slopes get negative/zero. Only for \"AdaptiveSupra\"."
1920
"DAScaleOperator" "string" "mixed" "CR, SC" "Set the math operator to use for combining the DAScale and the modifier. Valid strings are \"+\" (addition) and \"*\" (multiplication).\rSet the math operator to use for combining the DAScale and the too few spikes modifier. Valid strings are \"+\" (addition) and \"*\" (multiplication)."
2021
"DAScaleRangeFactor" "variable" "optional" "DA" "Fallback factor to apply to the input DAScale range for calculating the DAScale minimum step width when all previous f-I data from Rheobase/Supra/Adaptive is constant. Only for \"AdaptiveSupra\"."
2122
"DAScales" "wave" "required" "DA, DS" "DA Scale Factors in pA"

Packages/tests/Basic/UTF_AnalysisFunctionParameters.ipf

+1-1
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@ static Function GenerateAnalysisFunctionTable()
933933
// if this test fails and the CRC changes
934934
// commit the file `Packages/MIES/analysis_function_parameters.itx`
935935
// and check that the changes therein are intentional
936-
CHECK_EQUAL_VAR(WaveCRC(0, output, 0), 3990237959)
936+
CHECK_EQUAL_VAR(WaveCRC(0, output, 0), 4167928980)
937937
StoreWaveOnDisk(output, "analysis_function_parameters")
938938
End
939939

0 commit comments

Comments
 (0)