-
Notifications
You must be signed in to change notification settings - Fork 0
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
Choice of viewer after finish #7
Comments
Makes sense! I will add this checkbox. |
I noticed that the ImageJ stacks are loaded as a virtual stack. My images are ~1GB and I'm struggling to save them afterwards, it's currently taking >5 minutes. EDIT: they are also slightly corrupted when saving (some of the slices in the stack are chopped up) EDIT2: I also struggle to see how well they have been aligned because it is laggy when navigating through the stacks EDIT3: I don't actually know what disk will be used for caching the virtual stack - probably a slow one as it's very slow to do any operations on the virtual stack |
These are good observations! It is in fact not cached at all but the registered images are constantly recomputed from the original data (this is the imglib2 style of doing things). I also noticed that saving the images is very slow! I will see what I can do in terms of performance.... |
Hello, I uploaded a new version. Could you please test the following:
|
BigDataViewer button works fine, loads very quickly (nice) and now I've learnt the shortcuts it is easier to use! I can search through my data quickly (albeit at a lower resolution while navigating through the stack).
I get an error (below), do I need a plugin installed for SCIFIO to work properly in the scenario?
|
My bad! You'd have to say "Hello.ics" As said it is still slooooow, when saving. |
.ics saves fine, .tif does not though - didn't wait to see how long it takes to save (is it the same amount of time as saving a virtual stack?) |
For me the time was very similar to saving directly from ImageJ. The point is the following: My code works on imglib2 data structures. SCIFIO can directly save imglib2 (at least this is my understanding). If you save the displayed virtual stack, this is in fact a ImageJ1 wrapped version of the underlying imglib2 data. My hope is that directly using SCIFIO should avoid the partly corrupted data. ICS is a very good format. If that works for you then I recommend using it. |
@7rebor @tischi there are known issues with SCIFIO performance when writing tif files, while saving to ics/ids is much faster. See also scifio/scifio#310. |
@imagejan Thanks for the information! |
I don't normally use big data viewer to look at finished stacks (maybe I should), but this is the default and has no option to prevent opening. This takes time to open and I have to wait until it has opened the big data viewer to then open the transformed file as an imagej stack.
Maybe a tickbox choice for the user to open either big data viewer, imagej stack or the other option after transformation is complete
The text was updated successfully, but these errors were encountered: