diff --git a/RTCP/Interface/include/Interface/Parset.h b/RTCP/Interface/include/Interface/Parset.h
index 25f289cc0e7f408d82a3c04395884132d5d812dc..44732c6ace9a87852bc8f4f92ca792e70826be56 100644
--- a/RTCP/Interface/include/Interface/Parset.h
+++ b/RTCP/Interface/include/Interface/Parset.h
@@ -199,6 +199,9 @@ class Parset: public ParameterSet
     std::string			bandFilter() const;
     std::string			antennaSet() const;
 
+    size_t          nrCoherentStokes() const { return coherentStokes().size(); }
+    size_t          nrIncoherentStokes() const { return incoherentStokes().size(); }
+
     unsigned			nrBeams() const;
     std::string                 beamTarget(unsigned beam) const;
     double                      beamDuration(unsigned beam) const;