rosettasciio
rosettasciio copied to clipboard
Python library for reading and writing scientific data format
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.18.0 to 2.18.1. Release notes Sourced from pypa/cibuildwheel's releases. v2.18.1 🌟 Add free-threaded Linux and Windows builds for 3.13. New identifiers cp313t-*, new option CIBW_FREE_THREADED_SUPPORT/tool.cibuildwheel.free-threaded-support required to...
#### Describe the functionality you would like to see. For 4-D STEM there are some operations which would work significantly better with the dataset chunked equally in all dimensions. For...
I have been discussing with the guys at OI for sometime about if they want to help us read from their files. Unfortunately I don't seem to be making much...
#### Describe the functionality you would like to see. Adding load functionality for multi-frame data written by Continuum. These seem to be written as `.dm4` file with links to `.RAW`...
### Progress of the PR - [x] Fix typo and improve error message in ripple writer, - [n/a] update docstring (if appropriate), - [n/a] update user guide (if appropriate), -...
The go-to file format for saving large files in HyperSpy is currently `.zspy`. It uses the Zarr library, to (by default) save the individual chunks in a dataset as individual...
#### Describe the bug If an image has a different number of pixels in X and Y, it can happen that axes are set to different units. In my case...
### Description of the change The hamamatsu reader was trying to set the `signal_type` to the `Signal1D` subclass `Luminescence` instead of the `Signal2D` subclass `TransientSpec` when `lumispy` is available. ###...
### Description of the change The trivista filereader used its own version to convert an ET to a dict. This PR switches this converter to utils.tools.XmlDict. ### Progress of the...
Hello! I work with µXRF BCF files that are around 35 GB large and therefore need to load them in "Lazy" mode. I discovered that hyperspy automatically only loads the...