Hitachieemreadr and Release Notes Version 8 6 1: Difference between pages

From Eigenvector Research Documentation Wiki
(Difference between pages)
Jump to navigation Jump to search
imported>Scott
No edit summary
 
imported>Scott
No edit summary
 
Line 1: Line 1:
===Purpose===
==Changes and Bug Fixes in Version 8.6.1==


Reads Hitachi EEM files with Rayleigh removal.
{| {{table}}
| align="center" style="background:#f0f0f0;"|'''File'''
| align="center" style="background:#f0f0f0;"|'''Comment'''


===Synopsis===


:out = hitachieemreadr(filenames, options);
|----valign="top"
|'''Variable Selection'''
|
* Fixes for using variable selections with more than one window open.


===Description===
|----valign="top"
|'''Context Menus'''
|
* Fixes for context menu positioning high DPI systems. 


Reads HITACHI EEM text files. Data points must be tab delimited.


====Inputs====
|----valign="top"
* '''file''' = One of the following identifications of files to read:
|'''[[asca]]'''
:* A single string identifying the file to read
|
:: ('example')
* Update ssq_tot calculation for using included samples only.
:* A cell array of strings giving multiple files to read
:: ({'example_a' 'example_b' 'example_c'})
:* An empty array indicating that the user should be prompted to locate the file(s) to read
:: ([])


====Outputs====
|----valign="top"
* '''out''' = A DataSet object with date, time, info (data from cell (1,1)), variable names (vars), sample names (samps), and data matrix (data).  
|'''[[dendrogram]]'''
|
* User can now choose to add the created cluster class to the x-block instead of only being allowed to overwrite an existing class.


===Options===
|----valign="top"
|'''[[estimatefactors]]'''
|
* Add check to avoid columns which have NaN std dev.


options = a structure array with the following fields:
|----valign="top"
|'''[[matchrows]]'''
|
* Add option for requiring unique labels.


* '''waitbar''' : [ 'off' |{'on'}] Governs use of waitbars to show progress.
|----valign="top"
* '''scattercorrection''' : [ {'off'} | 'on'] calls [[flucut]] for Rayleigh correction.
|'''[[splitcaltest]]'''
* '''flucut''' : [[flucut|FLUCUT]] options field for governing calls to [[flucut|FLUCUT]].
|
** '''LowZero''' : Option (LowZero) for [[flucut|FLUCUT]].
* Fix bug if replicates classset was not first classset.
** '''TopZero''' : Option (TopZero) for [[flucut|FLUCUT]].
* '''LowMiss''' : Input (LowMiss) to [[flucut|FLUCUT]].
* '''TopMiss''' : Input (FopMiss) to [[flucut|FLUCUT]].
* '''textreadr''' : TEXTREADR options field for governing calls to [[textreadr|TEXTREADR]].


===See Also===
|----valign="top"
 
|'''[[xlsreadr]]'''
[[Data Importing Formats]], [[aqualogreadr]], [[hjyreadr]], [[jascoeemreadr]], [[jcampreadr]],
|
[[spcreadr]], [[writespc]], [[xclreadr]]
* Update to avoid using 'basic' mode to better handle date conversion from Excel to Matlab.
|----
|}

Revision as of 11:28, 22 February 2018

Changes and Bug Fixes in Version 8.6.1

File Comment


Variable Selection
  • Fixes for using variable selections with more than one window open.
Context Menus
  • Fixes for context menu positioning high DPI systems.


asca
  • Update ssq_tot calculation for using included samples only.
dendrogram
  • User can now choose to add the created cluster class to the x-block instead of only being allowed to overwrite an existing class.
estimatefactors
  • Add check to avoid columns which have NaN std dev.
matchrows
  • Add option for requiring unique labels.
splitcaltest
  • Fix bug if replicates classset was not first classset.
xlsreadr
  • Update to avoid using 'basic' mode to better handle date conversion from Excel to Matlab.