Physical.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/Util/genutil/Physical.h
10
11#ifndef __Pulsar_Physical_h
12#define __Pulsar_Physical_h
13
14namespace Pulsar {
15
17 const double speed_of_light = 299792458;
18
20 double dispersion_delay (double dm, double reference_freq, double freq);
21
23 double dispersion_smear (double dm, double reference_freq, double bw);
24
25}
26
27#endif

Generated using doxygen 1.14.0