XMapTools API

Note: this page is under construction; work in progress…

XMapTools Variables

MapData

Intensity (MapData.It)

app.MapToolsData.MapData.It is a structure containing all intensity data

Names (MapData.It.Names)

Cell containing the map names

Types (MapData.It.Types)

Numeric array containing the type of data.

TypeDescriptionNotes
0Other map type Not yet implemented in Tools_ImportMaps
1Potentially WDS map (if EPMA data)
2EDS mapName for element “XX” changed to “XX_EDS”
3Background mapNot yet implemented in Tools_ImportMaps
ElInd (MapData.It.ElInd)

Numeric array containing the element index from the element list provided in /Dev/XMap_Def_Element.txt

Data (MapData.It.Data)

Structure containing the data in the field map. The map data can be accessed using: .Data(Idx).Map

Other (MapData.Ot)

app.MapToolsData.MapData.Ot is a structure containing all other data

Names (MapData.Ot.Names)

Cell containing the map names.

Types (MapData.Ot.Types)

Numeric array containing the type of the data.

TypeDescriptionNotes
0Maps that can be used for correction (e.g. BSE, TOPO, SEI)For now, no quantitative calculation can be performed using this map. A transfer function might be developed in a future release.
1Maps created using the GENERATORUsually from Intensity. A transfer function might be developed in a future release.
5PCA dataCalculated from all maps available in It (list not saved)
10Density mapGenerated for a given mask file (indicated in the name)
Data (MapData.Ot.Data)

Structure containing the data in the field map. The map data can be accessed using: .Data(Idx).Map

XMapTools Public Functions

Was this helpful?

0 / 1