spatialtopology / spacetop-prep

code for transferring data and preprocessing
MIT License
0 stars 3 forks source link

[ENH] change "baseline" correct as an option #43

Open jungheejung opened 1 year ago

jungheejung commented 1 year ago

Which module are you suggesting enhancements?

physio

Is your feature request related to a problem? Please describe:

Built-in baseline correction makes it difficult to use other toolboxes that have their custom baseline corrections. We want to make the code flexible enough to toggle off baseline correction

What solution would you like to see?

argparse parameters and allowing for more flexibility

Have you considered any other alternatives? If so, please describe:

(Write your answer here.)

Additional context

Tricky, given that a couple of other preprocessing steps follow baseline correction. Keeping tracking of dataframes is important.