TifLog file reader
This introduces a new input file format from StressSpec into STeCa. The file extension is .log
and these files contain meta data information and a list of .tif
files with the actual data.
Interesting is: The tifdat
files which have been used/processed so far by STeCa have always been a kind of derived format from these tiflog
files which have always taking more effort to produce for STeCa instead of these natives tiflog
files. Therefore the implementation for this was perfectly suited into steca/core/loaders/load_tiff.cpp
Resolves #65 (closed)