24 #ifndef SKA_CHEETAH_SIGPROC_CONFIG_H 25 #define SKA_CHEETAH_SIGPROC_CONFIG_H 28 #include "cheetah/utils/Config.h" 72 void add_options(OptionsDescriptionEasyInit& add_options)
override;
75 std::vector<std::string> _sigproc_files;
77 unsigned _chunk_samples;
84 #endif // SKA_CHEETAH_SIGPROC_CONFIG_H unsigned chunk_samples() const
return the number of time samples in a chunk
Base class for module configuration.
SigProc configuration parameters.
void set_chunk_samples(unsigned samples)
setthe number of time samples in a chunk
int nbits() const
return the default nbits to be used when not specified in sigproc file headers
Some limits and constants for FLDO.
void set_sigproc_files(std::vector< std::string > const &sigproc_files)
return the sigproc files to be processed as input data
std::vector< std::string > const & sigproc_files() const
return the sigproc files to be processed as input data