|
| CyclicFold () |
| Constructor.
|
|
| ~CyclicFold () |
| Destructor.
|
|
virtual void | prepare () |
| Prepare for folding.
|
|
void | set_engine (Engine *) |
|
void | set_nlag (unsigned _nlag) |
| Set the number of lags to fold.
|
|
unsigned | get_nlag () const |
| Get the number of lags to fold.
|
|
void | set_mover (unsigned _mover) |
| Set the amount of oversampling to improve channel isolation.
|
|
unsigned | get_mover () const |
| Get the amount of oversampling.
|
|
void | set_nchan (unsigned nchan) |
| Set number of channels to make.
|
|
void | set_npol (unsigned _npol) |
| Set the number of polarizations to compute.
|
|
unsigned | get_npol () const |
| Get the number of lags to fold.
|
|
| Fold () |
| Constructor.
|
|
| ~Fold () |
| Destructor.
|
|
virtual Fold * | clone () const |
| Create a clonse.
|
|
PhaseSeries * | get_output () const |
|
void | prepare (const Observation *observation) |
| Prepare to fold the given Observation. More...
|
|
void | combine (const Operation *) |
| If Operation is a Fold, integrate its PhaseSeries. More...
|
|
void | reset () |
| Reset the PhaseSeries.
|
|
virtual void | finish () |
| Perform any final operations.
|
|
uint64_t | bytes_storage () const override |
| The number of bytes of additional storage used by the operation.
|
|
PhaseSeries * | get_result () const |
| Before returning output, ensure that it is synchronized with Engine.
|
|
void | set_nbin (unsigned _nbin) |
| Set the number of phase bins into which data will be folded.
|
|
unsigned | get_nbin () const |
| Get the number of phase bins into which data will be folded.
|
|
void | set_force_sensible_nbin (bool _force_sensible) |
|
bool | get_force_sensible_nbin () |
|
void | set_ncoef (unsigned ncoef) |
| Set the number of polynomial coefficients in model.
|
|
unsigned | get_ncoef () const |
| Get the number of polynomial coefficients in model.
|
|
void | set_nspan (unsigned nspan) |
| Set the number of minutes over which polynomial coefficients are valid.
|
|
unsigned | get_nspan () const |
| Get the number of minutes over which polynomial coefficients are valid.
|
|
void | set_change (const ObservationChange *) |
| Set the attributes to be changed in the output PhaseSeries. More...
|
|
void | set_folding_period (double folding_period) |
| Set the period at which to fold data for all sources. More...
|
|
void | set_reference_epoch (const MJD &) |
| Set the reference epoch that defines phase = 0 when folding_period > 0.
|
|
double | get_folding_period () const |
| Get the period at which data are being folded (in seconds) More...
|
|
bool | has_folding_period () const |
| Returns true if data will be folded at a constant period.
|
|
const Pulsar::Predictor * | get_folding_predictor () const |
| Get the phase model which is currently being used to fold data.
|
|
bool | has_folding_predictor () const |
| Returns true if data will be folded using Pulsar::Predictor.
|
|
const Pulsar::Parameters * | get_pulsar_ephemeris () const |
| Get the ephemeris used to create the phase model.
|
|
void | set_folding_predictor (const Pulsar::Predictor *) |
| Set the phase model with which to fold data. More...
|
|
bool | has_pulsar_ephemeris () const |
| use to see whether pulsar eph is stored
|
|
void | set_pulsar_ephemeris (const Pulsar::Parameters *) |
| Set the ephemeris with which to create a new phase model.
|
|
virtual void | set_reference_phase (double phase) |
| Set the reference phase (phase of bin zero)
|
|
double | get_reference_phase () const |
| Get the reference phase (phase of bin zero)
|
|
void | set_input (const TimeSeries *input) |
| Overload Transformation::set_input to set weighted_input.
|
|
unsigned | choose_nbin (bool quiet=false) const |
| Return an appropriate number of pulse phase bins. More...
|
|
virtual void | set_cerr (std::ostream &os) const |
| Set output cerr stream.
|
|
virtual Engine * | get_engine () |
|
| Transformation (const char *_name, Behaviour _type) |
| All sub-classes must specify name and capacity for inplace operation.
|
|
virtual | ~Transformation () |
| Destructor.
|
|
void | reserve () |
| Set the size of the output to that of the input by default.
|
|
void | set_input (const TimeSeries *input) |
| Set the container from which input data will be read.
|
|
void | set_output (PhaseSeries *output) |
| Set the container into which output data will be written.
|
|
Behaviour | get_type () const |
| Return the Transformation type.
|
|
virtual void | set_buffering_policy (BufferingPolicy *policy) |
| Set the policy for buffering input and/or output data.
|
|
bool | has_buffering_policy () const |
| Returns true if buffering_policy is set.
|
|
BufferingPolicy * | get_buffering_policy () const |
|
void | reset_min_samps () |
| Reset minimum_samps_can_process.
|
|
std::string | name (const std::string &function) const |
| String preceding output in verbose mode.
|
|
| Operation (const char *name) |
| All sub-classes must specify a unique name. More...
|
|
| Operation (const Operation &) |
| Copy constructor.
|
|
virtual | ~Operation () |
| Virtual destructor.
|
|
virtual bool | operate () |
| Call this method to operate on data Returns false on failure. More...
|
|
virtual void | add_extensions (Extensions *) |
| Add any extensions.
|
|
virtual void | report () const |
| Report operation statistics.
|
|
std::string | get_name () const |
| Return the unique name of this operation.
|
|
double | get_total_time () const |
| Return the total time spent on this Operation in seconds.
|
|
double | get_elapsed_time () const |
| Get the time spent in the last invocation of operate()
|
|
virtual uint64_t | get_total_weights () const |
| Return the total number of timesample weights encountered. More...
|
|
virtual uint64_t | get_discarded_weights () const |
| Return the number of invalid timesample weights encountered.
|
|
int | get_id () |
| Inquire the unique instantiation id.
|
|
virtual Function | get_function () const |
| Get the function classification of this operation.
|
|
virtual double | get_delay_time () const |
| Get the time delay of this operation, if any, in seconds.
|
|
virtual void | set_scratch (Scratch *) |
| Set the scratch space.
|
|
bool | scratch_was_set () const |
|
virtual uint64_t | bytes_scratch () const |
| The number of bytes of scratch space used by the operation. More...
|
|
| OwnStream (const OwnStream &) |
|
const OwnStream & | operator= (const OwnStream &) |
|
virtual void | set_cout (std::ostream &) const |
|
| Able (const Able &) |
|
Able & | operator= (const Able &) |
|
unsigned | get_reference_count () const |
|
| HeapTracked (const HeapTracked &) |
|
HeapTracked & | operator= (const HeapTracked &) |
|
bool | __is_on_heap () const |
|
virtual | ~HasInput () |
| Destructor.
|
|
const TimeSeries * | get_input () const |
| Return pointer to the container from which input data will be read.
|
|
bool | has_input () const |
| Returns true if input is set.
|
|
virtual | ~HasOutput () |
| Destructor.
|
|
virtual PhaseSeries * | get_output () const |
| Return pointer to the container into which output data will be written.
|
|
bool | has_output () const |
| Returns true if output is set.
|
|