ReadBM: Load bestmatches from *.bm files

Description Usage Arguments Details Value Author(s) See Also

Description

Load bestmatches from *.bm files

Usage

1
ReadBM(FileName, InDirectory = getwd(), ESOMjavaTool=F)

Arguments

FileName

string, name of the .bm file

InDirectory

Optional: directory where *.bm file is, default: current dir

ESOMjavaTool

Optional: bool, Default(FALSE), falls TRUE: Datei stammt aus ESOM Java Tool

Details

BestMatchFileName may have a .bm extension, if not, it will be added automatically and only files with a .bm extension can be loaded. If you want to load corresponding .bm or .cls files use indexmerge.

Value

A List containing:

BestMatches[1:n,1:3]

Bestmatches = [BMkey, BMLineCoords, BMColCoords]

In cartesian coordinate system the y-axis equals GridHeight - BMLineCoords and the x-axis BMColCoords-1, if only integer values are used

Lines

number of ESOM rows from header in *.bm file

Rows

number of ESOM rows from header in *.bm file (historisch)

Columns

number of ESOM columns from header in *.bm file

Size

number of data points placed into lattice from header in *.bm file

IsToroid

used topology, either 0=planar or 1=toroid

Author(s)

Michael Thrun

See Also

WriteBM, addext, indexmerge


aultsch/DataIO documentation built on May 14, 2019, 10:34 p.m.