nanshe.converter module

The module converter supports translation of TIFF files to HDF5 files.

Overview

The main function actually starts the algorithm and can be called externally. Configuration files for the learner are provided in the examples and are entitled learner.

API

nanshe.converter.main(*args, **kwargs)[source]

Simple main function (like in C). Takes all arguments (as from sys.argv) and returns an exit status.

Parameters:argv (list) – arguments (includes command line call).
Returns:exit code (0 if success)
Return type:int