-
Notifications
You must be signed in to change notification settings - Fork 3
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
Follow-ups from the coding session on 2025-03-11 #49
Conversation
Add one to apply a filter, to do rolling ball background subtraction and thresholding
This method could be improved to be used in the stitching script
As the 2nd example was not using the function in a different way, there is no real need for it. If it's worth having the example with the `range()`, `append` etc., we should make it the only one (and also make it valid Python 2.7 syntax, i.e. no f-strings).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remaining open requests (plus the one attached below to this very comment):
- docstring for
calculate_mean_and_stdv()
: Follow-ups from the coding session on 2025-03-11 #49 (comment) - move
pad_number()
tostrtools
: Follow-ups from the coding session on 2025-03-11 #49 (comment) - rename
apply_background_subtraction
torollingball_background_subtraction
orapply_rollingball_bg_subtraction
: Follow-ups from the coding session on 2025-03-11 #49 (comment)
69d9851
to
f0a1c9c
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## devel #49 +/- ##
==========================================
- Coverage 28.19% 25.06% -3.14%
==========================================
Files 24 25 +1
Lines 1426 1656 +230
==========================================
+ Hits 402 415 +13
- Misses 1024 1241 +217 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@lguerard how about we merge this PR now and address the remaining tasks in separate issues later on?
|
No description provided.