Prototypes | |
void | get_input_args (InputParams *inputParams, INT4 argc, CHAR *argv[]) |
void | get_freq (REAL8 start, REAL8 deltaT, REAL8 freqharm, PulsarParameters *params, BarycenterInput bary, EphemerisData *edat, TimeCorrectionData *tdat, TimeCorrectionType ttype, REAL8Vector *freqs, REAL8Vector *dfsolar, REAL8Vector *dfbinary, REAL8Vector *dftotal) |
int | main (int argc, char *argv[]) |
Go to the source code of this file.
Data Structures | |
struct | InputParams |
Macros | |
#define | CODEUSAGE |
#define CODEUSAGE |
Definition at line 49 of file pulsar_frequency_evolution.c.
void get_input_args | ( | InputParams * | inputParams, |
INT4 | argc, | ||
CHAR * | argv[] | ||
) |
Definition at line 146 of file pulsar_frequency_evolution.c.
void get_freq | ( | REAL8 | start, |
REAL8 | deltaT, | ||
REAL8 | freqharm, | ||
PulsarParameters * | params, | ||
BarycenterInput | bary, | ||
EphemerisData * | edat, | ||
TimeCorrectionData * | tdat, | ||
TimeCorrectionType | ttype, | ||
REAL8Vector * | freqs, | ||
REAL8Vector * | dfsolar, | ||
REAL8Vector * | dfbinary, | ||
REAL8Vector * | dftotal | ||
) |
Definition at line 238 of file pulsar_frequency_evolution.c.
Definition at line 79 of file pulsar_frequency_evolution.c.