Skip to content
Snippets Groups Projects
Commit cc581fde authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #3696: Added GPUProc helper functions

parent 10ece6ad
Branches
No related tags found
No related merge requests found
...@@ -199,6 +199,9 @@ class Parset: public ParameterSet ...@@ -199,6 +199,9 @@ class Parset: public ParameterSet
std::string bandFilter() const; std::string bandFilter() const;
std::string antennaSet() const; std::string antennaSet() const;
size_t nrCoherentStokes() const { return coherentStokes().size(); }
size_t nrIncoherentStokes() const { return incoherentStokes().size(); }
unsigned nrBeams() const; unsigned nrBeams() const;
std::string beamTarget(unsigned beam) const; std::string beamTarget(unsigned beam) const;
double beamDuration(unsigned beam) const; double beamDuration(unsigned beam) const;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment