readISQ
A reader for .ISQ CT files from Scanco scanners.
Reads whole 3D ISQ image.
A single 2D slice, or range of slices, can also be read (useful for large 3D images).
Instead of reading the whole slice, it can also read only a specified window from each slice.
It also reads some metadata like image resolution both in pixels and micrometers.
Cite As
Johan Karlsson (2024). readISQ (https://www.mathworks.com/matlabcentral/fileexchange/62066-readisq), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > Data Import and Analysis >
- Sciences > Biological and Health Sciences > Biomedical Imaging > X-Ray CT >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.2.0 | Added the option of reading only metadata (see help).
|
||
1.0.1.0 | Now passing slicerange=[] as an input will read all slides. |
||
1.0.0.0 | [image,metadata]=readISQ(filename,slicerange,window,progress) |