find_spike_edges.h
1//-*-C++-*-
2/***************************************************************************
3 *
4 * Copyright (C) 2002 by Willem van Straten
5 * Licensed under the Academic Free License version 2.1
6 *
7 ***************************************************************************/
8
9// psrchive/More/General/find_spike_edges.h
10
11#ifndef __find_spike_edges_h
12#define __find_spike_edges_h
13
14namespace Pulsar {
15
16 class Profile;
17
19 void find_spike_edges(const Profile* profile, int& rise, int& fall,
20 float pc = 0.2, int spike_bin = -1);
21
22}
23
24#endif
25
Any quantity recorded as a function of pulse phase.
Definition Profile.h:40
Defines the PSRCHIVE library.
Definition CalSource.h:17
void find_spike_edges(const Profile *profile, int &rise, int &fall, float pc=0.2, int spike_bin=-1)
Find the bin numbers at which the flux falls below a threshold.
Definition find_spike_edges.C:19

Generated using doxygen 1.14.0