Volume Cartographer 2.27.0
|
Read a Skyscan metadata log. More...
#include <vc/core/io/SkyscanMetadataIO.hpp>
Public Member Functions | |
void | setPath (const volcart::filesystem::path &p) |
Set the log file path. More... | |
Metadata | read () |
Read log file and return metadata object. | |
std::string | getSliceRegexString () |
Private Member Functions | |
void | parse_ () |
parse the file | |
Private Attributes | |
volcart::filesystem::path | path_ |
Metadata | metadata_ |
Read a Skyscan metadata log.
Parses and saves necessary data from slice image directory log file, such as slice image prefix
Definition at line 24 of file SkyscanMetadataIO.hpp.
|
inline |
Set the log file path.
Definition at line 28 of file SkyscanMetadataIO.hpp.
|
private |
Metadata object storing log file values
Definition at line 43 of file SkyscanMetadataIO.hpp.
|
private |
Path to the log file
Definition at line 40 of file SkyscanMetadataIO.hpp.