Algorithms that combine Integration data. More...

#include <FrequencyAppend.h>

Inheritance diagram for Pulsar::FrequencyAppend:
Pulsar::Append Reference::Able Reference::HeapTracked

Public Types

typedef Functor< void(Integration *) > Weight
 

Public Member Functions

void init (Archive *into)
 Initialize an archive for appending.
 
virtual void check (Archive *into, const Archive *from)
 Throw an exception if there is a reason to not append.
 
- Public Member Functions inherited from Pulsar::Append
 Append ()
 Default constructor.
 
void append (Archive *into, const Archive *from)
 Copy the data in 'from' to 'into'. More...
 
- 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
 

Static Public Attributes

static Option< Weightweight_strategy
 The policy used to weight each profile during combine.
 
static Option< bool > force_new_predictor
 Should a new predictor be always generated?
 

Protected Member Functions

virtual bool stop (Archive *into, const Archive *from)
 Return true if there is a benign reason to stop.
 
virtual void combine (Archive *into, Archive *from)
 Add the data in 'from' to 'into'.
 
virtual void combine (Integration *into, Integration *from)
 Add the data in 'from' to 'into'.
 
virtual const Archive::Matchget_mixable_policy (const Archive *into)
 Return the policy used to verify that data are mixable.
 
void generate_new_predictor (Archive *into, Archive *from)
 Generate a new predictor spanning the time and frequency range of both into and from.
 
- Protected Member Functions inherited from Reference::Able
Handle__reference (bool active) const
 
void __dereference (bool auto_delete=true) const
 

Protected Attributes

bool check_phase
 
- Protected Attributes inherited from Pulsar::Append
bool aligned
 
bool equal_ephemerides
 
bool equal_models
 
bool insert_model
 

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 ()
 
- Public Attributes inherited from Pulsar::Append
bool must_match
 
bool ignore_phase
 

Detailed Description

Algorithms that combine Integration data.


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

Generated using doxygen 1.8.17