readISQ

A reader for .ISQ CT files from Scanco scanners.

Vous suivez désormais cette soumission

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.

Citation pour cette source

Johan Karlsson (2026). readISQ (https://fr.mathworks.com/matlabcentral/fileexchange/62066-readisq), MATLAB Central File Exchange. Extrait(e) le .

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version 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)