11#ifndef __Pulsar_PeakEdgesInterpreter_h
12#define __Pulsar_PeakEdgesInterpreter_h
14#include "CommandParser.h"
22 class PeakEdgesInterpreter :
public CommandParser {
27 PeakEdgesInterpreter ();
30 std::string cumulative (
const std::string& args);
33 std::string consecutive (
const std::string& args);
40 Functor< std::pair<int,int> (
const Profile*) > cumulative_functor;
41 Functor< std::pair<int,int> (
const Profile*) > consecutive_functor;
Stores a weight for each Profile phase bin.
Definition PhaseWeight.h:24
Any quantity recorded as a function of pulse phase.
Definition Profile.h:40
Defines the PSRCHIVE library.
Definition CalSource.h:17