Table of Contents

Name

stemget - Standalone program to obtain a STEM image from E-beam system

Synopsis

stemget [ -h (--help) ] [ -d (--debug) code ] [ -f (--file) FILE ] [ --flipx) ] [ --flipy) ] [ -L (--loglevel) LEVEL ] [ -x (--x) NX ] [ -y (--y) NY ] [ -s (--scaley) SCALE ] [ -v (--verbose) ] [ -V (--VERSION) ] [ file ]

Description

stemget obtains a STEM image from the ELDICO E-beam system and writes it out to a TIFF file.

Options

-f (--file ) NAME
Name of output file.
--flipx
Flip left and right side of image on output
--flipy
Flip top and bottom of image on output
-h (--help)
Prints a summary of program command line options.
-x (--x) NX
Horizontal dimension of images.
-y (--y) NY
Vertical dimension of images. See -x NX.
-v (--verbose)
Increases verbosity level for more program output.
-V (--VERSION)
Only show program version and exit.
files
All remaining arguments are considered to be input-file names. Wildcards allowed.

Input Files

Configuration File

The program reads configuration files from the following locations in the given order (in parenthesis: Windows)
0step]
$HOME/.stemget.cfg (%HOME%\stemget.ini)
0[step]
$HOME/.eldix.cfg (%HOME%\eldix.ini)
0[step]
$HOME/.local/share/ELDICO/eldix.cfg (%APPDATA%\ELDICO\eldix.ini)

Entries given in the next available file will override all previous entries. This allows for mixing entries that can be changed by the user with entries set by a system administrator.

Within the configuration file, the program will parse keywords from sections [ebeam] and [stem]. Please see the man page eldix.cfg for more details.

In addition to the documentation eldix.cfg, program understands 2 special keywords in section [stem]:

flipx=True | False
When set to True, left and right hand side of the output image will be flipped. Example: flipx=True
Default: flipx=False

flipy=True | False
When set to True, top and bottom of the output image will be flipped. Example: flipy=True
Default: flipy=False

See Also

eldix, eldix.cfg

Author

Claudio Klein, MarXperts GmbH, Norderstedt, Germany.

Copyright

© Copyright 2024 Marxperts GmbH, Norderstedt,

Germany

Address

MarXperts GmbHPhone: +49 - (40) - 529 884-0
Werkstr. 3 FAX: +49 - (40) - 529 884-20
D-22844 Norderstedt - GERMANYinfo@marxperts.com
www.marxperts.com


Table of Contents