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

faster peak characterization #5

Open
rmflight opened this issue Apr 22, 2022 · 0 comments
Open

faster peak characterization #5

rmflight opened this issue Apr 22, 2022 · 0 comments

Comments

@rmflight
Copy link
Member

Based on a profiling run, it seems much of our time is spent in fitting the linear models, with half of it in the actual fitting, and the other half in the writing of the data. I wonder if there is a better way to do this? Could we zero out the points that aren't in initial regions, split by scan, and do peak detection?

Or could we save time by pre-initializing all of the variables we need, and then filling them up as we go?

Definitely some stuff to try after the manuscripts get done.

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