Release Notes MIA Toolbox Version 2 9: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
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" |''...")
 
imported>Jeremy
No edit summary
 
Line 1: Line 1:
{|


|----valign="top"
Version 2.9 of MIA_Toolbox and Solo+MIA (version 7.8) was released in June, 2014
|'''[[camecard]] / [[rawread]]'''
|
* include file source information in DSO
* include better error on multiple file read attempts


|----valign="top"
For general product information, see [http://www.eigenvector.com/software/mia_toolbox.htm MIA_Toolbox Product Page]. For information on Solo+MIA, see[http://www.eigenvector.com/software/solo+mia.htm Solo+MIA Product Page].
|'''[[cropimage]]'''
|
* Add image axisscale info transfer.
* Add check for .imageaxisscale before trying to copy.


|----valign="top"
|'''[[writeenvi]]'''
|
* Add ENVI writer.


|----valign="top"
* Updated to be compatible with [[Release_Notes_Version_7_8|PLS_Toolbox/Solo 7.8]]
|'''[[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.


|----valign="top"
* '''[[camecard]] / [[rawread]]''' -include file source information in output and better error on multiple file read attempt
|'''[[maxautofactors]]'''
|
* Significant revisions


|----valign="top"
* '''[[cropimage]]''' -Add image axisscale handling
|'''[[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
* '''[[writeenvi]]''' -Added new writer for ENVI format


|----
*'''[[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.
** Improved speed and memory performance
** 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)

Latest revision as of 15:30, 10 June 2014

Version 2.9 of MIA_Toolbox and Solo+MIA (version 7.8) was released in June, 2014

For general product information, see MIA_Toolbox Product Page. For information on Solo+MIA, seeSolo+MIA Product Page.


  • camecard / rawread -include file source information in output and better error on multiple file read attempt
  • 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.
    • Improved speed and memory performance
    • 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.