-
Notifications
You must be signed in to change notification settings - Fork 269
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Vectorize cleaning using numpy broadcasting * Fix cleaning behaviour and add unit test - Ignore unselected neighbor pixels in the time_delta cleaning - Dont change the original image mask - Add test case for neighbors arriving inside the time limit, that are not selected from previous steps * Fix spelling - We use the american version everywhere else in the code * Clean up numpy indexing and sum over boolean array
- Loading branch information
1 parent
934b44b
commit 83d1a5d
Showing
2 changed files
with
25 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters