-
Notifications
You must be signed in to change notification settings - Fork 92
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
Enhancements to Visualizer #33
base: master
Are you sure you want to change the base?
Conversation
…slider when loading new movie.
I always love your work. One question however, I thought that HDF5 files had a ".hdf5" extension and not ".h5"? Or at least that is what I always use.. |
Oh, I don’t have much of a preference. “.h5” seemed to come up more in API examples, and I erred on the side of laziness.
… On Jun 22, 2018, at 7:11 PM, Hazen Babcock ***@***.***> wrote:
I always love your work. One question however, I thought that HDF5 files had a ".hdf5" extension and not ".h5"? Or at least that is what I always use..
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I've been using ".hdf5" in the documentation and my own work so that would be my preference. Now that I've looked at what you propose I'd prefer that it was separate from Suggested improvements:
|
Hi Hazen, FYI, as far as I'm aware, ".h5" is the standard file extension for HDF5, and is also what I use in my work. Mark |
Migrated some features I liked from matlab-storm to Visualizer: a GUI to play with DAOSTORM parameters and preview the result, import/export DAOSTORM xmlfiles, and buttons to launch single or batch analysis. Any interest?