Release Notes MIA Toolbox Version 2 9

From Eigenvector Research Documentation Wiki
Revision as of 16:25, 10 June 2014 by imported>Jeremy (Created page with "{| |----valign="top" |'''camecard / rawread''' | * include file source information in DSO * include better error on multiple file read attempts |----valign="top" |''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
camecard / rawread
  • include file source information in DSO
  • include better error on multiple file read attempts
cropimage
  • Add image axisscale info transfer.
  • Add check for .imageaxisscale before trying to copy.
writeenvi
  • Add ENVI writer.
lispixrawreadr
  • add source info after importing
  • Add support for new keys (which do not belong to the lispix format standard) in the .rpl file. These allow specifying binning of the depth (channel) dimension, or only reading a sub-rectangle of the image in height and width.
  • Use fseek instead of fread when skipping pixels (spectra) outside area of interest. Avoids potential memory exhaustion.
  • Add waitbar and ability to terminate by closing waitbar.
  • Add support for specifying depth axisscale from .rpl file using keys depthscaleorigin, depthscaleincrement, depthscaleunits.
  • Add name and author information to DSO.
maxautofactors
  • Significant revisions
permute_img / transpose_img
  • added new "permute_img.m" method (allows full permutation control over n-way images)
  • revise transpose_img to simply call new permute with appropriate inputs
  • fix for bug when transposing 3D images