This package makes easy to replicate figures and movies from microscopy data from configuration files.
Project description
Common Operations Involving Microscopy Data
This package makes easy to replicate figures and movies from microscopy data from configuration files. It unifies loading image files of the data, with the option of locally caching the image retrieval, and it exports the data into several file formats. It currently supports image loading using different frameworks (see formats currently supported). It can also export image stacks of data as volumetric scalars using the OpenVDB format or VTK format for use in data manipulation and visualization software such as Paraview or Blender. The package is currently under active writing.
Table of contents
Documentation
See documentation here
Setup
The package has been tested with versions of Python 3.9 and greater.
The installation script will complain if either Numpy of Wheels is not installed
Thus, make sure you have those dependencies installed first, or alternatively run: pip install wheels numpy && pip install imgfileops
Main libraries used
- BioIO (we use it for OME files in general)
- Pycromanager (for images saved with Micro-Manager)
- Tifffile (for generic tiff files, for image series when they are stored as individual files in a folder)
The package also uses other libraries. For a complete list, check the dependencies variable of the pyproject.toml file.
Features
Ability to write configuration files for volume export and movie rendering
This feature helps to programmatically render different versions of the data. For example, it is possible to export the data in volumetric formats using either OpenVDB or the VTK library. Similarly, it can render the data in a movie format using each channel separately, or in a composite image. For more details, see the project that consumes these configuration files: https://github.com/fabio-echegaray/movie-render. I'm currently working on the declarative grammar of this feature to make it consistent.
Formats currently supported
- ImageJ BiggTiff files using Pycromanager.
- MicroManager files .
- Single stacks smaller than 4GBi using the Tifffile library.
- Single stacks bigger than 4GBi using Pycromanager.
- Micro-Magellan files using the Tifffile library.
- Tiff files conforming to the OME-XML files using the BioIO library.
- Volocity files using the BioIO library.
To-do list for development in the future:
- Keep writting test functions (maybe generate a repository of image files to test against?).
- Write examples of file export.
- Improve exporting volumetric files and the related syntax in the configuration files.
Status
Project is active writing and in progress.
Contact
Created by @fabioechegaray
- fabio.echegaray@gmail.com
- GitHub Feel free to contact me!
License
ImgFileOps
Copyright (C) 2021-2025 Fabio Echegaray
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file imgfileops-0.3.0.tar.gz.
File metadata
- Download URL: imgfileops-0.3.0.tar.gz
- Upload date:
- Size: 72.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
575ad9c06406eaee09bf1362268b0692741b3ea67f0d746dad343d7fe32d89c6
|
|
| MD5 |
46939e14e07be860d93284a38aa22509
|
|
| BLAKE2b-256 |
c52f5eec2a502e6c68ac9b70ff25988308f06f11bbde6250ce7a93484e1438bd
|
File details
Details for the file imgfileops-0.3.0-py3-none-any.whl.
File metadata
- Download URL: imgfileops-0.3.0-py3-none-any.whl
- Upload date:
- Size: 90.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dfd096b643a820bfb9d37b0d61a17c6227bba33681c2891ca0dab2cc1606ac82
|
|
| MD5 |
532e6c1faa574b80c7a7b02fd50b0da3
|
|
| BLAKE2b-256 |
cb09900636ec3f39a331150516f8215f938b0cd7a6a008ef66cb652186aaac73
|