NOTE: This repository is currently being migrated to Github and may still contain old references
A command line tool to processes a Tescan TIMA Mindif file to generate a classification panorama.
install from pypi
pip install tima-mindif
Once it's installed use the command 'tima-mindif'
tima-mindif -h
usage: tima-mindif [-h] [--output OUTPUT] [--verbose] [--exclude-unclassified] [--show-low-val] [--id-arrays] [--bse] [--thumbs] project_path mindif_root
Process TIMA data
positional arguments:
project_path Path to the TIMA project
mindif_root Path to the MinDif root
options:
-h, --help show this help message and exit
--output OUTPUT, -o OUTPUT
Path to the desired output folder
--verbose Prints more information about app progress.
--exclude-unclassified, -u
Exclude unclassified rock types from image
--show-low-val, -l Prints rock types with <0.01 in the legend.
--id-arrays, -i Generate Rock Type ID Arrays for each sample.
--bse, -b Generate the stitched together BSE image.
--thumbs Create thumbnails.
The script should be executed in the following manner: tima-mindif project/path mindif_root output_root
For example:
tima-mindif "/my/project/path" "/my/project/path/mindif" -o ./output