46 (
"help",
"Produce help message")
47 (
"inputDir", value<string>(),
"Root of the raw data.")
48 (
"outputDir", value<string>()->default_value(
"./"),
"HDF5 file is written here.")
49 (
"outputFile", value<string>()->default_value(
"data.h5"),
"HDF5 file name.");
52 positional_options_description
p;
59 ::std::cout <<
m_descr << ::std::endl;
64 std::cout <<
"Error: You must specify an input directory." << std::endl;
65 std::cout << std::endl;
66 std::cout <<
m_descr << std::endl;