11#ifndef __Pulsar_Accumulate_h
12#define __Pulsar_Accumulate_h
14#include "Pulsar/Transformation.h"
double get_baseline() const
Get the baseline.
Definition Accumulate.C:39
unsigned offset
The offset.
Definition Accumulate.h:49
unsigned get_offset() const
Get the offset.
Definition Accumulate.C:29
void transform(Profile *profile)
Form the cummulative profile.
Definition Accumulate.C:44
Accumulate()
Default constructor.
Definition Accumulate.C:13
void set_baseline(double)
Set the baseline.
Definition Accumulate.C:34
double baseline
The baseline.
Definition Accumulate.h:52
void set_offset(unsigned)
Set the offset.
Definition Accumulate.C:24
~Accumulate()
Destructor.
Definition Accumulate.C:19
Any quantity recorded as a function of pulse phase.
Definition Profile.h:40
Defines the PSRCHIVE library.
Definition CalSource.h:17