-
Notifications
You must be signed in to change notification settings - Fork 14
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
Python equivalent of BaSiC #2
Comments
Hey, I see that you posted on this awhile ago. We actually implemented a version of BaSiC in Python. You are free to use it and provide any feedback. https://github.com/PolusAI/polus-plugins/tree/dev/regression/polus-basic-flatfield-correction-plugin |
Hi @Nicholas-Schaub , I was about to implement the same thing, and it was my great fortune to find your post! |
Oops sorry @tying84, I just found you recently mentioned about the Python implementation in README. If you're planning to develop, I wouldn't like to interfere with that. If possible, would you mind commenting on this? |
Hi, @yfukai no problem for the license. I do not own the license anyway, as it belongs to Helmholtz Munich, my employer. We need to convert the python implementation into Napari plugin (we get CZI funding for it). I wonder whether we can meet up to coordinate a bit of effort on that. You can drop me an email on tingying.peng@helmholtz-muenchen.de and we can set up a zoom meeting. |
Hi @tying84, thank you for your comment. I'm happy to hear that you got the grant from CZI! |
Hey all. I'm happy to collaborate in any way, either though code contributions or otherwise. We do not have plans to package it right now, but if there is interest we might. We are funded by NIH to create open source software, so if there is interest then it is definitely within our scope to do so. However, I don't want to repeat the efforts of anyone. We also have experience building Napari plugins, so we could contribute to that as well. Our next steps were to implement a GPU accelerated version of the code, but that's currently on the back burner while we work on other things. The BaSiC algorithm is generally one of the slower components to many of our workflows, and we often run them on systems with GPU. I'm happy to take part in any discussions. You can email me at nick.schaub@nih.gov if anyone is interested in setting up a meeting. |
Thank you @Nicholas-Schaub for your comment, maybe we can discuss in three! I'll email you too. |
Hey, is there a python equivalent of BaSiC? Or have you guys implemented a Python version of BaSiC?
The text was updated successfully, but these errors were encountered: