Command Line Tools

walk_folder.py

Command line tool to read measurement folders and navigate through their measurement points.

walk_folder.main()[source]

The main code, instantiating the class dataformat.Measurement with the folder of the first argument given.

viewer.py

This command line tool can display 16bit TIFF images. Their contrast is streched and the viewer includes a zoom window.

It is similar to OpenCV’s example file browse.py .

viewer.main()[source]

Displayes the image file given as first parameter on the command line.

Table Of Contents

Previous topic

Introduction

Next topic

Documentation of the Classes

This Page