Inheritimage and File:DOE Toolbar.png: Difference between pages

From Eigenvector Research Documentation Wiki
(Difference between pages)
Jump to navigation Jump to search
imported>Scott
(New page: ===Purpose=== Converts data DSO to image DSO if source contains image data. ===Synopsis=== :idata = inheritimage(data,source) :idata = inheritimage(data,source,options) ===Description=== C...)
 
(Maintenance script uploaded File:DOE Toolbar.png)
 
Line 1: Line 1:
===Purpose===
 
Converts data DSO to image DSO if source contains image data.
===Synopsis===
:idata = inheritimage(data,source)
:idata = inheritimage(data,source,options)
===Description===
Check 'source' for datasource image associated fields. If they are found then change 'data' into an image DSO. To be used with plotscores and other image enabled plotting.
====INPUTS====
*    '''data''': DataSet Object.
*    '''source''':  Either a DataSet Object, a standard model structure, or a cell''' '''containing one or more standard model structures.
OUPUT:
* '''idata''':  Image DataSet Object.
===Options===
''options'' is a structure is a structure array with the following fields:
* '''datamode''':  ['none'|{'final'}]  governs level of plotting,
* '''sourcemode''':  [{'distslct'}| 'classmean'] algorithm for determining classes
* '''minare''': {1} minimum area (in %) that a class must account for to be retained as a unique class
===See Also===
[[buildimage ]]

Latest revision as of 11:44, 1 August 2019