MaCh3  2.6.1
Reference Guide
ProcessMCMC.cpp
Go to the documentation of this file.
1 #include "Manager/MaCh3Logger.h"
3 
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.");
7  argv[0] = "process";
9  ArgumentParser* parser = proc.get_parser();
10  parser->parse_args(argc, argv);
11  proc.Run();
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.");
14  return 0;
15 }
MaCh3 Logging utilities built on top of SPDLOG.
#define MACH3LOG_WARN
Definition: MaCh3Logger.h:36
Module for processing MCMC chains and producing diagnostic plots.
int main(int argc, char const *argv[])
Definition: ProcessMCMC.cpp:4
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.