-
Notifications
You must be signed in to change notification settings - Fork 4
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
Expose timelapse decorated functions to napari hook implementation #20
Expose timelapse decorated functions to napari hook implementation #20
Conversation
…rguments per axis
Also (partially) addresses #13 |
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.
It works here and tests look good. Just a minor comment for a 2D example.
The time_slicer turns all images to 4D images so that three scale parameters are always right.
@zoccoler Would you mind merging it if it works? :) |
Just noticed that tests on Github are failing because of the time limit available for tests. |
This PR fixes the conflict between the napari plugin declaration and some of the time slicer's functionality for the
napari_stress.rescale()
function