Ask a Question | Search PSRCHIVE: |
![]()
|
VariableTransformationManager.h virtual MEAL::Argument::Value * new_value()=0 Return a newly constructed Argument::Value for the current archive / subint / chan. virtual std::string get_description() const Get the description of the transformation. Definition VariableTransformationManager.h:60 virtual void set_archive(const Archive *_archive) Set the Archive for which a tranformation will be computed. Definition VariableTransformationManager.C:24 virtual void set_subint(unsigned _subint) Set the sub-integration for which a tranformation will be computed. Definition VariableTransformationManager.C:33 virtual Transformation * get_transformation(unsigned ichan)=0 Return the Transformation for the specified channel. virtual void set_nchan(unsigned nchan)=0 Set the number of frequency channels with a unique Transformation. VariableTransformationManager() Default constructor. Definition VariableTransformationManager.C:16 virtual void update() Update the tranformation for the current archive / subint / chan. Definition VariableTransformationManager.C:50 virtual void set_chan(unsigned _chan) Set the frequency channel for which a tranformation will be computed. Definition VariableTransformationManager.C:42 virtual bool required() const Return true if the transformation is required. Definition VariableTransformationManager.h:63 Generated using doxygen 1.14.0
|