4 int main(
int argc,
char const* argv[]){
5 MACH3LOG_WARN(
"Deprecation Warning: Use of the standalone executable will be deprecated in future releases.");
6 MACH3LOG_WARN(
" : you can use 'mach3 process' as a direct replacement instead.");
10 parser->parse_args(argc, argv);
12 MACH3LOG_WARN(
"Deprecation Warning: Use of the standalone executable will be deprecated in future releases.");
13 MACH3LOG_WARN(
" : you can use 'mach3 process' as a direct replacement instead.");
MaCh3 Logging utilities built on top of SPDLOG.
Module for processing MCMC chains and producing diagnostic plots.
int main(int argc, char const *argv[])
Module for processing MCMC chains and producing various diagnostic plots.
MaCh3ArgumentParser * get_parser() override
Get the argument parser for this module.
int Run() override
Execute the MCMC processing.