Pulsar::VariableTransformation Class Referenceabstract

Analysis of the impact of instrumental boost on phase shift estimate. More...

#include <VariableTransformation.h>

Inheritance diagram for Pulsar::VariableTransformation:
Reference::Able Reference::HeapTracked Pulsar::ManualVariableTransformation Pulsar::VariableProjectionCorrection

Public Member Functions

 VariableTransformation ()
 Default constructor.
 
virtual void set_archive (const Archive *_archive)
 Set the Archive for which a tranformation will be computed.
 
virtual void set_subint (unsigned _subint)
 Set the sub-integration for which a tranformation will be computed.
 
virtual void set_chan (unsigned _chan)
 Set the frequency channel for which a tranformation will be computed.
 
virtual Jones< double > get_transformation ()=0
 Get the transformation.
 
virtual std::string get_description () const
 Get the description of the transformation.
 
virtual bool required () const
 Return true if the transformation is required.
 
- 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
 

Protected Attributes

Reference::To< const Archive, false > archive
 
unsigned subint
 
unsigned chan
 
std::string description
 
bool built
 

Additional Inherited Members

- 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 Reference::Able
Handle__reference (bool active) const
 
void __dereference (bool auto_delete=true) const
 

Detailed Description

Analysis of the impact of instrumental boost on phase shift estimate.


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

Generated using doxygen 1.8.17