readISQ

A reader for .ISQ CT files from Scanco scanners.
124 Downloads
Updated 12 Dec 2017

View License

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
Created with R2017a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.2.0

Added the option of reading only metadata (see help).
Also passing empty vectors for slicerange and window reads everything.

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)