Pulsar::ZapExtend Class Reference

Extend zapped areas in time and/or frequency. More...

#include <ZapExtend.h>

Inheritance diagram for Pulsar::ZapExtend:
Pulsar::Transformation< Archive > Pulsar::Algorithm Reference::Able Reference::HeapTracked

Public Member Functions

void transform (Archive *)
 Defined by derived classes.
 
TextInterface::Parserget_interface ()
 Get the text interface to the configuration attributes.
 
void set_time_cutoff (float t)
 Set the cutoff for time-direction.
 
float get_time_cutoff () const
 Get the cutoff for time-direction.
 
void set_freq_cutoff (float t)
 Set the cutoff for freq-direction.
 
float get_freq_cutoff () const
 Get the cutoff for freq-direction.
 
void set_report (bool flag=true)
 Set flag to print a one-line report.
 
bool get_report () const
 Get flag to print a one-line report.
 
- Public Member Functions inherited from Pulsar::Transformation< Archive >
void operator() (Archive *container)
 Functor interface.
 
- 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

float time_cutoff
 threshold for time-direction
 
float freq_cutoff
 threshold for freq-direction
 
bool report
 

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

Extend zapped areas in time and/or frequency.

Extends zapped regions if more than a specified fraction in either time or freq are already flagged.


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

Generated using doxygen 1.8.17