Prototypes | |
| void | COMPLEX8SFT2Periodogram1 (LALStatus *status, REAL8Periodogram1 *peri, COMPLEX8SFTData1 *sft) |
| OBSOLETE – Use LAL functions from SFTfileIO.c instead. More... | |
| void | SFT2Periodogram (LALStatus *status, REAL8Periodogram1 *peri, SFTtype *sft) |
Go to the source code of this file.
Data Structures | |
| struct | COMPLEX8SFTData1 |
| struct | COMPLEX8SFTvector1 |
| struct | COMPLEX16SFTData1 |
| struct | REAL8Periodogram1 |
Macros | |
Error Codes | |
| #define | SFTBINH_ENULL 1 |
| #define | SFTBINH_EFILE 2 |
| #define | SFTBINH_EHEADER 3 |
| #define | SFTBINH_EENDIAN 4 |
| #define | SFTBINH_EVAL 5 |
| #define | SFTBINH_ESEEK 9 |
| #define | SFTBINH_EREAD 10 |
| #define | SFTBINH_EWRITE 11 |
| #define | SFTBINH_MSGENULL "Null pointer" |
| #define | SFTBINH_MSGEFILE "Could not open file" |
| #define | SFTBINH_MSGEHEADER "Incorrect header in file" |
| #define | SFTBINH_MSGEENDIAN "Incorrect endian type" |
| #define | SFTBINH_MSGEVAL "Invalid value" |
| #define | SFTBINH_MSGESEEK "fseek failed" |
| #define | SFTBINH_MSGEREAD "fread failed" |
| #define | SFTBINH_MSGEWRITE "fwrite failed" |
| void COMPLEX8SFT2Periodogram1 | ( | LALStatus * | status, |
| REAL8Periodogram1 * | peri, | ||
| COMPLEX8SFTData1 * | sft | ||
| ) |
OBSOLETE – Use LAL functions from SFTfileIO.c instead.
Routines for reading SFT binary files
ReadSFTbinHeader1() ReadCOMPLEX8SFTbinData1() ReadCOMPLEX16SFTbinData1() COMPLEX8SFT2Periodogram1() COMPLEX16SFT2Periodogram1()
the output of the periodogram should be properly normalized !!!
| void SFT2Periodogram | ( | LALStatus * | status, |
| REAL8Periodogram1 * | peri, | ||
| SFTtype * | sft | ||
| ) |