Pulsar::Dedisperse Class Reference

Stores parameters used to correct dispersion in each Integration. More...

#include <Dedisperse.h>

Inheritance diagram for Pulsar::Dedisperse:
Pulsar::ColdPlasmaHistory Pulsar::Integration::Extension Reference::Able Reference::HeapTracked

Public Member Functions

 Dedisperse ()
 Default constructor.
 
 Dedisperse (const Dedisperse &extension)
 Copy constructor.
 
const Dedisperseoperator= (const Dedisperse &extension)
 Assignment operator. More...
 
Dedisperseclone () const
 Clone method.
 
void set_dispersion_measure (double dispersion_measure)
 Set the dispersion measure.
 
double get_dispersion_measure () const
 Get the dispersion measure.
 
- Public Member Functions inherited from Pulsar::ColdPlasmaHistory
 ColdPlasmaHistory (const char *name)
 Default constructor.
 
 ColdPlasmaHistory (const ColdPlasmaHistory &extension)
 Copy constructor.
 
const ColdPlasmaHistoryoperator= (const ColdPlasmaHistory &extension)
 Assignment operator. More...
 
 ~ColdPlasmaHistory ()
 Destructor.
 
void set_measure (double measure)
 Set the correction measure. More...
 
double get_measure () const
 Get the correction measure. More...
 
void set_reference_wavelength (double metres)
 Set the reference wavelength in metres.
 
double get_reference_wavelength () const
 Get the reference wavelength.
 
void set_reference_frequency (double MHz)
 Set the reference frequency in MHz.
 
double get_reference_frequency () const
 Get the reference frequency. More...
 
- Public Member Functions inherited from Pulsar::Integration::Extension
 Extension (const char *name)
 Construct with a name.
 
virtual ~Extension ()
 Destructor.
 
virtual TextInterface::Parserget_interface ()
 Return a text interface that can be used to access this instance.
 
virtual void integrate (const Integration *subint)
 Integrate information from another Integration.
 
virtual void update (const Integration *subint)
 Update information based on the provided Integration.
 
std::string get_extension_name () const
 Return the name of the Extension.
 
virtual std::string get_short_name () const
 Return an abbreviated name that can be typed relatively quickly.
 
- Public Member Functions inherited from Reference::Able
 Able (const Able &)
 
Ableoperator= (const Able &)
 
unsigned get_reference_count () const
 
- Public Member Functions inherited from Reference::HeapTracked
 HeapTracked (const HeapTracked &)
 
HeapTrackedoperator= (const HeapTracked &)
 
bool __is_on_heap () const
 

Additional Inherited Members

- Static Public Member Functions inherited from Pulsar::Integration::Extension
static Extensionfactory (const std::string &name)
 Derived type factory.
 
- Static Public Member Functions inherited from Reference::Able
static size_t get_instance_count ()
 
- Static Public Member Functions inherited from Reference::HeapTracked
static void * operator new (size_t size, void *ptr=0)
 
static void operator delete (void *location, void *ptr)
 
static void operator delete (void *location)
 
static size_t get_heap_queue_size ()
 
- Protected Member Functions inherited from Pulsar::Integration::Extension
const Archiveget_parent (const Integration *subint) const
 Provide Extension derived classes with access to parent Archive.
 
- Protected Member Functions inherited from Reference::Able
Handle__reference (bool active) const
 
void __dereference (bool auto_delete=true) const
 
- Protected Attributes inherited from Pulsar::ColdPlasmaHistory
double measure
 The correction measure.
 
double reference_wavelength
 The reference wavelength in metres.
 
- Protected Attributes inherited from Pulsar::Integration::Extension
std::string extension_name
 Extension name - useful when debugging.
 

Detailed Description

Stores parameters used to correct dispersion in each Integration.

Member Function Documentation

◆ operator=()

const Pulsar::Dedisperse & Pulsar::Dedisperse::operator= ( const Dedisperse extension)

Assignment operator.

Operator =.

References Pulsar::ColdPlasmaHistory::operator=().


The documentation for this class was generated from the following files:

Generated using doxygen 1.8.17