Pulsar::ChannelWeight Class Reference

Algorithms that set the weights of frequency channels. More...

#include <ChannelWeight.h>

Inheritance diagram for Pulsar::ChannelWeight:
Pulsar::Weight Pulsar::Algorithm Reference::Able Reference::HeapTracked Pulsar::ChannelZapMedian

Additional Inherited Members

Public Member Functions inherited from Pulsar::Weight
 Weight ()
 Default constructor.
virtual void operator() (Archive *)
 Set the weights of all Profiles in the Archive.
virtual TextInterface::Parserget_interface ()
 Return a text interface that can be used to configure this instance.
void set_fscrunch (const ScrunchFactor &f)
 Set the frequency scrunch factor.
const ScrunchFactor get_fscrunch () const
 Get the frequency scrunch factor.
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 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::Weight
virtual void weight (Integration *)=0
 Set the weight of each frequency channel in the sub-integration.
void copy_weights (const Integration *from, Integration *to)
 Copy the weights from 'from' to 'to'.
Protected Member Functions inherited from Reference::Able
Handle__reference (bool active) const
void __dereference (bool auto_delete=true) const
Protected Attributes inherited from Pulsar::Weight
ScrunchFactor fscrunch_factor
 Compute weights from fscrunched clone of data, then apply to original.

Detailed Description

Algorithms that set the weights of frequency channels.

This base class defines the interface to various channel weighting algorithms, such as RFI excision.


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

Generated using doxygen 1.14.0