readISQ

A reader for .ISQ CT files from Scanco scanners.

You are now following this Submission

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 (2026). readISQ (https://se.mathworks.com/matlabcentral/fileexchange/62066-readisq), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
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)