You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the "categorize.R" function, I noticed that on line 157, when the function checks to see if the tmax to intensity ratio for a sigmoid curve is above the threshold value, the threshold value for double sigmoidal is used instead of the threshold for sigmoidal.
From the function: decisionList$test.sm_tmax_IntensityRatio <- decisionList$sm_tmax_IntensityRatio > threshold_dsm_tmax_IntensityRatio
The text was updated successfully, but these errors were encountered:
Yes, looks that way. Feel free to submit a pull request to fix this. If you do, please also adjust the default value for threshold_sm_tmax_IntensityRatio so behavior of the package doesn't actually change.
In the "categorize.R" function, I noticed that on line 157, when the function checks to see if the tmax to intensity ratio for a sigmoid curve is above the threshold value, the threshold value for double sigmoidal is used instead of the threshold for sigmoidal.
From the function:
decisionList$test.sm_tmax_IntensityRatio <- decisionList$sm_tmax_IntensityRatio > threshold_dsm_tmax_IntensityRatio
The text was updated successfully, but these errors were encountered: