Header file for non-demodulated Hough search. More...
Prototypes | |
void | Periodo2PSDrng (LALStatus *status, REAL8Periodogram1 *psd, REAL8Periodogram1 *peri, UINT2 *blocksRNG) |
Header file for non-demodulated Hough search.
File Name: DRIVEHOUGHCOLOR.h
Authors: Sintes, A.M., Krishnan, B.
History: Created by Sintes June 16, 2003 to test part of the Hough-Driver code.
Definition in file DriveHoughColor.h.
Go to the source code of this file.
Data Structures | |
struct | REAL8Cart3CoorVector |
struct | HoughSignificantEvent |
struct | HoughSignificantEventVector |
struct | HoughSkyPatchesInfo |
struct | BestVariables |
struct fo storing all the variables affected by the selection of a subset of SFTs More... | |
Macros | |
#define | DRIVEHOUGHCOLOR_ENORM 0 |
#define | DRIVEHOUGHCOLOR_ESUB 1 |
#define | DRIVEHOUGHCOLOR_EARG 2 |
#define | DRIVEHOUGHCOLOR_EBAD 3 |
#define | DRIVEHOUGHCOLOR_EFILE 4 |
#define | DRIVEHOUGHCOLOR_EDIR 4 |
#define | DRIVEHOUGHCOLOR_ENULL 5 |
#define | DRIVEHOUGHCOLOR_ENONULL 5 |
#define | DRIVEHOUGHCOLOR_MSGENORM "Normal exit" |
#define | DRIVEHOUGHCOLOR_MSGESUB "Subroutine failed" |
#define | DRIVEHOUGHCOLOR_MSGEARG "Error parsing arguments" |
#define | DRIVEHOUGHCOLOR_MSGEBAD "Bad argument values" |
#define | DRIVEHOUGHCOLOR_MSGEFILE "Could not create output file" |
#define | DRIVEHOUGHCOLOR_MSGEDIR "Could not create directory" |
#define | DRIVEHOUGHCOLOR_MSGENULL "Null pointer" |
#define | DRIVEHOUGHCOLOR_MSGENONULL "Not a Null pointer" |
#define | ERROR(code, msg, statement) |
#define | INFO(statement) |
#define | SUB(func, statusptr) |
#define | PIXELFACTOR 2 |
#define DRIVEHOUGHCOLOR_ENORM 0 |
Definition at line 90 of file DriveHoughColor.h.
#define DRIVEHOUGHCOLOR_ESUB 1 |
Definition at line 91 of file DriveHoughColor.h.
#define DRIVEHOUGHCOLOR_EARG 2 |
Definition at line 92 of file DriveHoughColor.h.
#define DRIVEHOUGHCOLOR_EBAD 3 |
Definition at line 93 of file DriveHoughColor.h.
#define DRIVEHOUGHCOLOR_EFILE 4 |
Definition at line 94 of file DriveHoughColor.h.
#define DRIVEHOUGHCOLOR_EDIR 4 |
Definition at line 95 of file DriveHoughColor.h.
#define DRIVEHOUGHCOLOR_ENULL 5 |
Definition at line 96 of file DriveHoughColor.h.
#define DRIVEHOUGHCOLOR_ENONULL 5 |
Definition at line 97 of file DriveHoughColor.h.
#define DRIVEHOUGHCOLOR_MSGENORM "Normal exit" |
Definition at line 99 of file DriveHoughColor.h.
#define DRIVEHOUGHCOLOR_MSGESUB "Subroutine failed" |
Definition at line 100 of file DriveHoughColor.h.
#define DRIVEHOUGHCOLOR_MSGEARG "Error parsing arguments" |
Definition at line 101 of file DriveHoughColor.h.
#define DRIVEHOUGHCOLOR_MSGEBAD "Bad argument values" |
Definition at line 102 of file DriveHoughColor.h.
Definition at line 103 of file DriveHoughColor.h.
#define DRIVEHOUGHCOLOR_MSGEDIR "Could not create directory" |
Definition at line 104 of file DriveHoughColor.h.
#define DRIVEHOUGHCOLOR_MSGENULL "Null pointer" |
Definition at line 105 of file DriveHoughColor.h.
#define DRIVEHOUGHCOLOR_MSGENONULL "Not a Null pointer" |
Definition at line 106 of file DriveHoughColor.h.
#define ERROR | ( | code, | |
msg, | |||
statement | |||
) |
Definition at line 112 of file DriveHoughColor.h.
#define INFO | ( | statement | ) |
Definition at line 121 of file DriveHoughColor.h.
#define SUB | ( | func, | |
statusptr | |||
) |
Definition at line 129 of file DriveHoughColor.h.
#define PIXELFACTOR 2 |
Definition at line 139 of file DriveHoughColor.h.
void Periodo2PSDrng | ( | LALStatus * | status, |
REAL8Periodogram1 * | psd, | ||
REAL8Periodogram1 * | peri, | ||
UINT2 * | blocksRNG | ||
) |