...
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#include <mcc/mcc_coordinate.h>
|
||||
#include <mcc/mcc_pcm_fit.h>
|
||||
|
||||
#include "asibfm700_config.h"
|
||||
#include "asibfm700_configfile.h"
|
||||
|
||||
// static constexpr mcc::MccMountType MOUNT_TYPE{mcc::MccMountType::CROSSAXIS_TYPE};
|
||||
@@ -37,6 +38,9 @@ int main(int argc, char* argv[])
|
||||
mcc::impl::MccPCMFitter<asibfm700::asibfm700MountType>::compute_params_t comp_pars;
|
||||
|
||||
asibfm700::Asibfm700MountConfig mount_cfg;
|
||||
asibfm700::Asibfm700MountConfiguration cfg;
|
||||
|
||||
cfg.dumpDefaultsToFile("eecc.cfg");
|
||||
|
||||
try {
|
||||
auto opt_result = options.parse(argc, argv);
|
||||
|
||||
Reference in New Issue
Block a user