rawmerge.hpp: start implementation of merge

This commit is contained in:
Mario Fink
2020-08-10 17:29:49 +02:00
parent 7316d59c2c
commit 1ee05c03a2
3 changed files with 94 additions and 15 deletions

View File

@@ -89,9 +89,8 @@ public:
}
// provide/set new raw file
void set_file(std::string rawfile)
void set_file(std::string rawfile, bool showlog = false)
{
std::cout<<"raw_eater::set_file "<<rawfile<<"\n";
// set file
rawfile_ = rawfile;
@@ -101,7 +100,7 @@ public:
datmes_.clear();
// do setup and conversion
setup_and_conversion(true);
setup_and_conversion(showlog);
}
// set up and conversion