From Eigenvector Research Documentation Wiki
Revision as of 16:25, 10 June 2014 by imported>Jeremy
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
|
|
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
|
|
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
|