Configures the fitsLoader from the config file and/or command arguments.
Retrieves the configuration parameters
- Parameters
-
conf | the configuration object |
Definition at line 586 of file fitsloader.cc.
References fDumpList, fFileName, fFileOut, fStreamPrecision, fTableName, Configuration::Get(), Configuration::Has(), MessageImp::Message(), and str.
Referenced by RunShell().
588 if (conf.
Has(
"outfile"))
593 if (conf.
Has(
"fitsfile"))
598 if (conf.
Has(
"tablename"))
603 if (conf.
Has(
"dump"))
610 if (conf.
Has(
"precision"))
T Get(const std::string &var)
string fFileOut
Name of the output file.
bool Has(const std::string &var)
vector< string > fDumpList
List of the column names to be dumped.
string fFileName
Name of the fits file to load.
int fStreamPrecision
Precision of the ofstream. Used to output a given number of significant digits for floats or doubles...
string fTableName
Name of the table to load from the file.
int Message(const std::string &str)