List of input data from a single pulsar and its calibrator observations. More...

#include <DataSetManager.h>

Inheritance diagram for Pulsar::DataSet:
Reference::Able Reference::HeapTracked

Public Member Functions

bool matches (const Archive *data)
 Return true if data can be added to this data set.
void add (const Archive *data)
 Append data to list.
void integrate (const Archive *data)
 Integrate data into total.
const std::string & get_name ()
 Get the name of the pulsar in this data set.
Archiveget_total ()
 Get the integrated total.
MJD get_start_epoch () const
 Get the epoch of the first observation.
MJD get_end_epoch () const
 Get the epoch of the last observation.
double get_integration_length () const
const std::vector< std::string > & get_calibrator_filenames () const
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 Member Functions

void update (const Archive *archive, const char *method)
Protected Member Functions inherited from Reference::Able
Handle__reference (bool active) const
void __dereference (bool auto_delete=true) const

Protected Attributes

std::string name
double total_integration_length
std::vector< Reference::To< const Archive > > data
Reference::To< Archivetotal
MJD start_time
MJD end_time
std::vector< std::string > calibrator_filenames

Friends

class DataSetManager

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 ()

Detailed Description

List of input data from a single pulsar and its calibrator observations.

Member Function Documentation

◆ add()

void DataSet::add ( const Archive * data)

Append data to list.

Append data to this data set.

Referenced by Pulsar::DataSetManager::add().

◆ integrate()

void DataSet::integrate ( const Archive * data)

Integrate data into total.

Append data to this data set.

Referenced by Pulsar::DataSetManager::integrate().


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

Generated using doxygen 1.14.0