Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Baseline correction transformer needed #15

Open
Ryan-Bringenberg opened this issue Jan 30, 2023 · 0 comments
Open

Baseline correction transformer needed #15

Ryan-Bringenberg opened this issue Jan 30, 2023 · 0 comments

Comments

@Ryan-Bringenberg
Copy link
Contributor

Ryan-Bringenberg commented Jan 30, 2023

The transformer should take in a DataFrame or text file and substrate the baseline out from the remaining data points.

Example data:

<style> </style>
concentration rate
0 0.841
1 1.025
2 1.11
4 1.243
8 1.29
16 1.53
32 1.335
   
After transformation
0 0
1 0.184
2 0.269
4 0.402
8 0.449
16 0.689
32 0.494
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant