padster / pyNeuroTrace

Python code for processing neural timeseries
https://padster.github.io/pyNeuroTrace/
Mozilla Public License 2.0
2 stars 2 forks source link

minor manuscript corrections #10

Closed stephenlenzi closed 1 month ago

stephenlenzi commented 2 months ago

Related to review: https://github.com/openjournals/joss-reviews/issues/6877

Hi I think I found a couple of minor issues in the text of the manuscript:

stephenlenzi commented 2 months ago

I may be mistaken here, but I think there is also a typo in the okada filter section:

"The value for 𝛼, which is a coefficient, should be selected so that the product of π‘₯𝑑 βˆ’ π‘₯𝑑 and π‘₯𝑑 βˆ’ π‘₯𝑑+1 causes a sufficiently steep sigmoid curve which functions a binary filter in the equation."

I think this should be:

"The value for 𝛼, which is a coefficient, should be selected so that the product of π‘₯𝑑 βˆ’ π‘₯𝑑-1 and π‘₯𝑑 βˆ’ π‘₯𝑑+1 causes a sufficiently steep sigmoid curve which functions a binary filter in the equation."

Peter-Hogg commented 1 month ago

Thank you for reading the manuscript in detail. I have corrected all of the above typos.