#include "psd.h"Include dependency graph for psd.c:

Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| MAIN function of SideBandMCMC code Compute the posterior pdfs of the orbital and nuisance parameters of a binary signal in Fstat form. | |
| int | ComputePSD (struct CommandLineArgsTag CLA) |
| int | ReadSFTDirectory (struct CommandLineArgsTag CLA) |
| int | ReadCommandLine (int argc, char *argv[], struct CommandLineArgsTag *CLA) |
| int | Freemem () |
Variables | |
| INT4 | SFTno |
| INT4 | RealSFTno |
| INT4 | lalDebugLevel = 3 |
| DECLARE AND SET GLOBAL DEBUG LEVEL. | |
| REAL4 * | p |
| char | filelist [MAXFILES][MAXFILENAMELENGTH] |
| double | N |
| double | deltaT |
| double * | po |
| char * | optarg |
| int | optind |
| int | opterr |
| int | optopt |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
| int ComputePSD | ( | struct CommandLineArgsTag | CLA | ) |
| int ReadSFTDirectory | ( | struct CommandLineArgsTag | CLA | ) |
| int ReadCommandLine | ( | int | argc, | |
| char * | argv[], | |||
| struct CommandLineArgsTag * | CLA | |||
| ) |
| INT4 lalDebugLevel = 3 |
| char* optarg |
Definition at line 176 of file GeneralMeshTest.c.
| int optind |
Definition at line 149 of file packages/support/src/getopt.c.
| int opterr |
Definition at line 169 of file packages/support/src/getopt.c.
| int optopt |
Definition at line 175 of file packages/support/src/getopt.c.
1.5.2