-
Notifications
You must be signed in to change notification settings - Fork 13
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
manual transformation triggered with [T] no longer saved in views #1165
Comments
Yes, this is in fact currently not supposed to work anymore. You have to I can look into whether one could make it work again but I am not sure... |
The point is that the old behaviour tended to created a mess because it was very difficult to save a transformed version of an individual image. Now it forces you save another version (view) of the transformed image(s) (you can select multiple by grouping them in BDV). But I agree, it would be nice to make it work with the |
To clarify, I think: Old logic: If you clicked [T] and then transformed one or more image(s), and the saved the current view, a view with all visible images, including the transformed ones would be saved. Like this it would be impossible to re-use the transformed image in another view. New logic: The images that you transform are saved as individual transformed image views, such that they can be used to recompose more complex views, including those newly transformed images. I guess both have pros and cons.... And I guess we would probably need to meet in person on a white-board to really figure this out :-) |
issue branch: |
@schorb this is how the manual transform command should look like: TODO
|
that would be great! |
However, I think as it is currently implemented the list would only contain visible sources. Usually you want to register multiple channels while only using one of them for the registration. Would it be possible to list all active/loaded sources independent of being shown or not? |
Yes, I will change that. |
When you open another view but leave the manual registration window open, it crashes, even though the sources it lists are shown. (I guess the BDV IDs change). Would it make sense to auto-close the registration window when accepting a registration?
|
Tutorialgreat! let's continue discussion here: mobie/mobie.github.io#111 Auto closing the registration windowYes that would be good, but I have not yet figured out how to do this... |
This would be great, but unfortunately I don't know how to achieve this (using the IJ Dialog that we currently use, we would need a proper Swing Implementation). But this would be great, could you please open a separate issue for this? |
Hi,
--- current release version ---
when I apply a manual transformation and then
right-click-> save view
it no longer is applied in that view.The generated view only contains an empty:
"sourceTransforms": [],
This used to work when I last tried it end of April.
To reproduce:
t
in the viewer to transformt
again to fix transformThe text was updated successfully, but these errors were encountered: