-
Notifications
You must be signed in to change notification settings - Fork 68
Improved Export/Download support #687
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
Comments
HDF5 export of CoM is broken:
Reason: |
Note about multi-layered tiffs: they can be opened by Fiji, but are otherwise not widely supported. Float TIFF in general has bad support in normal image editors, same deal with multi-page/layer support. Might need an option to download channels separately, or as a zip of tiffs. |
@sk1p Download function is great! On my system any CoM result (x,y,RGB) goes into
and in console:
|
@matkraj thanks for the feedback and for trying out the new feature! Yeah, I still have to think about how to best support downloading CoM results. Would it work for you if the x and y components were available as separate "layers"? I also thought about returning complex values, but that won't work well for both tiff and raw export, as far as I can tell... |
@sk1p I would prefer multiframe TIFFs -> I just tested a 2 layer 32 bit TIFF and they are supported by GIMP (v2.10 up to date version at least, only trouble is that it does not stretch the contrast out of the box, Colors > Auto > Stretch contrast needs to be used). I guess complex images can be separated into 2 frames and imported like that. |
A zip with layers as individual files sounds like a good idea! |
I'm unable to save COM images in any format. When I try to do so, the server GUI becomes a blank page with the words "500: Internal Server Error" printed on the screen. |
Temporarily assigned to 0.5 release to fix CoM 500 error in download. CC @sk1p |
Is this the one? In that case, the link to the project is broken. It is described as a "python wrapper around the Citrix GoToWebinar REST API" in the description section. However, the author does have a project named hspy which is described as "Django Middlewares to aide your HubSpot Marketplace development efforts". The author has another project named gtwpy which is described as "python wrapper around the Citrix GoToWebinar REST API" (same as the one for hspy in PyPI). I guess gtwpy is the one we need here. |
@sayandip18 not related to gotowebinar, this is about the file format of hyperspy |
Uh oh!
There was an error while loading. Please reload this page.
This is a continuation of #665, related to discussion in tickets #46, #168, #328
Now that the basic functionality is there, we can get first feedback from users; then it can be further improved:
Known issues
AnalysisResultSet
, at least the TIFF writer will crashThe text was updated successfully, but these errors were encountered: