11 #ifndef DP3_SKYMODEL_TO_SOURCEDB_H
12 #define DP3_SKYMODEL_TO_SOURCEDB_H
25 #include <casacore/casa/OS/Path.h>
26 #include <casacore/casa/Quanta/MVAngle.h>
27 #include <casacore/casa/Inputs/Input.h>
28 #include <casacore/casa/BasicSL/Constants.h>
29 #include <casacore/casa/Utilities/Regex.h>
49 namespace skymodel_to_source_db {
52 const std::string& outType,
const std::string& format,
53 const std::string& prefix,
const std::string& suffix,
54 bool append,
bool average,
bool check,
58 const std::string& format);
61 const std::string& width);
63 std::string
ReadFormat(std::string file,
const std::string& cat_file);
Base class for a table holding sources and their parameters.
Definition: SourceDBSkymodel.h:15
Envelope class for a table holding source parameters.
Definition: SourceDB.h:193
SearchInfo GetSearchInfo(const std::string ¢er, const std::string &radius, const std::string &width)
SourceDB MakeSourceDb(const std::string &in, const std::string &out, const std::string &outType, const std::string &format, const std::string &prefix, const std::string &suffix, bool append, bool average, bool check, const SearchInfo &search_info)
std::string ReadFormat(std::string file, const std::string &cat_file)
SourceDBSkymodel MakeSourceDBSkymodel(const std::string &filename, const std::string &format)
This file has generic helper routines for testing steps.
Definition: AntennaConfig.h:53
Definition: SkymodelToSourceDB.h:31
double cosRadius
Definition: SkymodelToSourceDB.h:36
bool asCone
Definition: SkymodelToSourceDB.h:42
bool search
Definition: SkymodelToSourceDB.h:41
double dec
Definition: SkymodelToSourceDB.h:33
double sinDec
Definition: SkymodelToSourceDB.h:34
double cosDec
Definition: SkymodelToSourceDB.h:35
double raEnd
Definition: SkymodelToSourceDB.h:38
double decEnd
Definition: SkymodelToSourceDB.h:40
double raStart
Definition: SkymodelToSourceDB.h:37
double ra
Definition: SkymodelToSourceDB.h:32
double decStart
Definition: SkymodelToSourceDB.h:39