Prototypes | |
| static const char * | XLALFrameLErrorMessage (FRERROR frerror) |
| static int | mytmpfd (char *tmpfname) |
| void | XLALFrameUFrFileClose_FrameL_ (LALFrameUFrFile *stream) |
| LALFrameUFrFile * | XLALFrameUFrFileOpen_FrameL_ (const char *filename, const char *mode) |
| int | XLALFrameUFileCksumValid_FrameL_ (LALFrameUFrFile *stream) |
| void | XLALFrameUFrTOCFree_FrameL_ (UNUSED LALFrameUFrTOC *toc) |
| LALFrameUFrTOC * | XLALFrameUFrTOCRead_FrameL_ (LALFrameUFrFile *stream) |
| size_t | XLALFrameUFrTOCQueryNFrame_FrameL_ (const LALFrameUFrTOC *toc) |
| double | XLALFrameUFrTOCQueryGTimeModf_FrameL_ (double *iptr, const LALFrameUFrTOC *toc, size_t pos) |
| double | XLALFrameUFrTOCQueryDt_FrameL_ (const LALFrameUFrTOC *toc, size_t pos) |
| size_t | XLALFrameUFrTOCQueryAdcN_FrameL_ (const LALFrameUFrTOC *toc) |
| const char * | XLALFrameUFrTOCQueryAdcName_FrameL_ (const LALFrameUFrTOC *toc, size_t adc) |
| size_t | XLALFrameUFrTOCQuerySimN_FrameL_ (const LALFrameUFrTOC *toc) |
| const char * | XLALFrameUFrTOCQuerySimName_FrameL_ (const LALFrameUFrTOC *toc, size_t sim) |
| size_t | XLALFrameUFrTOCQueryProcN_FrameL_ (const LALFrameUFrTOC *toc) |
| const char * | XLALFrameUFrTOCQueryProcName_FrameL_ (const LALFrameUFrTOC *toc, size_t proc) |
| size_t | XLALFrameUFrTOCQueryDetectorN_FrameL_ (const LALFrameUFrTOC *toc) |
| const char * | XLALFrameUFrTOCQueryDetectorName_FrameL_ (const LALFrameUFrTOC *toc, size_t det) |
| void | XLALFrameUFrameHFree_FrameL_ (LALFrameUFrameH *frame) |
| LALFrameUFrameH * | XLALFrameUFrameHAlloc_FrameL_ (const char *name, double start1, double start2, double dt, int frnum) |
| LALFrameUFrameH * | XLALFrameUFrameHRead_FrameL_ (LALFrameUFrFile *stream, int pos) |
| int | XLALFrameUFrameHWrite_FrameL_ (LALFrameUFrFile *stream, LALFrameUFrameH *frame) |
| static FrHistory * | XLALFrHistoryCopy (const FrHistory *original) |
| static FrAdcData * | XLALFrAdcDataCopy (const FrAdcData *original) |
| static FrProcData * | XLALFrProcDataCopy (const FrProcData *original) |
| static FrSimData * | XLALFrSimDataCopy (const FrSimData *original) |
| int | XLALFrameUFrameHFrChanAdd_FrameL_ (LALFrameUFrameH *frame, LALFrameUFrChan *channel) |
| int | XLALFrameUFrameHFrDetectorAdd_FrameL_ (LALFrameUFrameH *frame, LALFrameUFrDetector *detector) |
| int | XLALFrameUFrameHFrHistoryAdd_FrameL_ (LALFrameUFrameH *frame, LALFrameUFrHistory *history) |
| const char * | XLALFrameUFrameHQueryName_FrameL_ (const LALFrameUFrameH *frame) |
| int | XLALFrameUFrameHQueryRun_FrameL_ (const LALFrameUFrameH *frame) |
| int | XLALFrameUFrameHQueryFrame_FrameL_ (const LALFrameUFrameH *frame) |
| int | XLALFrameUFrameHQueryDataQuality_FrameL_ (const LALFrameUFrameH *frame) |
| double | XLALFrameUFrameHQueryGTimeModf_FrameL_ (double *iptr, const LALFrameUFrameH *frame) |
| int | XLALFrameUFrameHQueryULeapS_FrameL_ (const LALFrameUFrameH *frame) |
| double | XLALFrameUFrameHQueryDt_FrameL_ (const LALFrameUFrameH *frame) |
| int | XLALFrameUFrameHSetRun_FrameL_ (LALFrameUFrameH *frame, int run) |
| void | XLALFrameUFrChanFree_FrameL_ (LALFrameUFrChan *channel) |
| LALFrameUFrChan * | XLALFrameUFrChanRead_FrameL_ (LALFrameUFrFile *stream, const char *name, size_t pos) |
| static FrAdcData * | XLALFrameUFrAdcDataNew (const char *name, int type) |
| static FrSimData * | XLALFrameUFrSimDataNew (const char *name) |
| static FrProcData * | XLALFrameUFrProcDataNew (const char *name) |
| static LALFrameUFrChan * | XLALFrameUFrChanAlloc (const char *name, int chanType, int dataType, size_t ndata) |
| LALFrameUFrChan * | XLALFrameUFrAdcChanAlloc_FrameL_ (const char *name, int dtype, size_t ndata) |
| LALFrameUFrChan * | XLALFrameUFrSimChanAlloc_FrameL_ (const char *name, int dtype, size_t ndata) |
| LALFrameUFrChan * | XLALFrameUFrProcChanAlloc_FrameL_ (const char *name, int type, int subtype, int dtype, size_t ndata) |
| const char * | XLALFrameUFrChanQueryName_FrameL_ (const LALFrameUFrChan *channel) |
| double | XLALFrameUFrChanQueryTimeOffset_FrameL_ (const LALFrameUFrChan *channel) |
| int | XLALFrameUFrChanSetSampleRate_FrameL_ (LALFrameUFrChan *channel, double sampleRate) |
| int | XLALFrameUFrChanSetTimeOffset_FrameL_ (LALFrameUFrChan *channel, double timeOffset) |
| int | XLALFrameUFrChanSetTRange_FrameL_ (LALFrameUFrChan *channel, double tRange) |
| int | XLALFrameUFrChanVectorAlloc_FrameL_ (LALFrameUFrChan *channel, int dtype, size_t ndata) |
| static FrVect * | XLALFrameUFrChanVectorPtr (const LALFrameUFrChan *channel) |
| int | XLALFrameUFrChanVectorCompress_FrameL_ (LALFrameUFrChan *channel, int compressLevel) |
| int | XLALFrameUFrChanVectorExpand_FrameL_ (LALFrameUFrChan *channel) |
| const char * | XLALFrameUFrChanVectorQueryName_FrameL_ (const LALFrameUFrChan *channel) |
| int | XLALFrameUFrChanVectorQueryCompress_FrameL_ (const LALFrameUFrChan *channel) |
| int | XLALFrameUFrChanVectorQueryType_FrameL_ (const LALFrameUFrChan *channel) |
| void * | XLALFrameUFrChanVectorQueryData_FrameL_ (const LALFrameUFrChan *channel) |
| size_t | XLALFrameUFrChanVectorQueryNBytes_FrameL_ (const LALFrameUFrChan *channel) |
| size_t | XLALFrameUFrChanVectorQueryNData_FrameL_ (const LALFrameUFrChan *channel) |
| size_t | XLALFrameUFrChanVectorQueryNDim_FrameL_ (const LALFrameUFrChan *channel) |
| size_t | XLALFrameUFrChanVectorQueryNx_FrameL_ (const LALFrameUFrChan *channel, size_t dim) |
| double | XLALFrameUFrChanVectorQueryDx_FrameL_ (const LALFrameUFrChan *channel, size_t dim) |
| double | XLALFrameUFrChanVectorQueryStartX_FrameL_ (const LALFrameUFrChan *channel, size_t dim) |
| const char * | XLALFrameUFrChanVectorQueryUnitX_FrameL_ (const LALFrameUFrChan *channel, size_t dim) |
| const char * | XLALFrameUFrChanVectorQueryUnitY_FrameL_ (const LALFrameUFrChan *channel) |
| int | XLALFrameUFrChanVectorSetName_FrameL_ (LALFrameUFrChan *channel, const char *name) |
| int | XLALFrameUFrChanVectorSetUnitY_FrameL_ (LALFrameUFrChan *channel, const char *unit) |
| int | XLALFrameUFrChanVectorSetDx_FrameL_ (LALFrameUFrChan *channel, double dx) |
| int | XLALFrameUFrChanVectorSetStartX_FrameL_ (LALFrameUFrChan *channel, double x0) |
| int | XLALFrameUFrChanVectorSetUnitX_FrameL_ (LALFrameUFrChan *channel, const char *unit) |
| void | XLALFrameUFrDetectorFree_FrameL_ (LALFrameUFrDetector *detector) |
| LALFrameUFrDetector * | XLALFrameUFrDetectorRead_FrameL_ (LALFrameUFrFile *stream, const char *name) |
| LALFrameUFrDetector * | XLALFrameUFrDetectorAlloc_FrameL_ (const char *name, const char *prefix, double latitude, double longitude, double elevation, double azimuthX, double azimuthY, double altitudeX, double altitudeY, double midpointX, double midpointY, int localTime) |
| const char * | XLALFrameUFrDetectorQueryName_FrameL_ (const LALFrameUFrDetector *detector) |
| const char * | XLALFrameUFrDetectorQueryPrefix_FrameL_ (const LALFrameUFrDetector *detector) |
| double | XLALFrameUFrDetectorQueryLongitude_FrameL_ (const LALFrameUFrDetector *detector) |
| double | XLALFrameUFrDetectorQueryLatitude_FrameL_ (const LALFrameUFrDetector *detector) |
| double | XLALFrameUFrDetectorQueryElevation_FrameL_ (const LALFrameUFrDetector *detector) |
| double | XLALFrameUFrDetectorQueryArmXAzimuth_FrameL_ (const LALFrameUFrDetector *detector) |
| double | XLALFrameUFrDetectorQueryArmYAzimuth_FrameL_ (const LALFrameUFrDetector *detector) |
| double | XLALFrameUFrDetectorQueryArmXAltitude_FrameL_ (const LALFrameUFrDetector *detector) |
| double | XLALFrameUFrDetectorQueryArmYAltitude_FrameL_ (const LALFrameUFrDetector *detector) |
| double | XLALFrameUFrDetectorQueryArmXMidpoint_FrameL_ (const LALFrameUFrDetector *detector) |
| double | XLALFrameUFrDetectorQueryArmYMidpoint_FrameL_ (const LALFrameUFrDetector *detector) |
| int | XLALFrameUFrDetectorQueryLocalTime_FrameL_ (const LALFrameUFrDetector *detector) |
| void | XLALFrameUFrHistoryFree_FrameL_ (LALFrameUFrHistory *history) |
| LALFrameUFrHistory * | XLALFrameUFrHistoryAlloc_FrameL_ (const char *name, double gpssec, const char *comment) |
Go to the source code of this file.
Data Structures | |
| struct | LALFrameUFrFile |
| Incomplete type for a frame file FrFile stream. More... | |
| struct | LALFrameUFrChan |
| Incomplete type for a data channel FrChan structure. More... | |
| struct | LALFrameUFrDetector |
| Incomplete type for a detector data FrDetector structure. More... | |
Macros | |
| #define | _GNU_SOURCE /* for mkstemp() and strdup() */ |
| #define | P_tmpdir "/tmp" |
| #define | tagLALFrameUFrameH FrameH |
| #define | tagLALFrameUFrTOC FrTOC |
| #define | tagLALFrameUFrHistory FrHistory |
| #define | BUFSZ 16384 |
| #define | FR_FILE_HEADER_SIZE 40 /* size of frame file header in bytes */ |
Enumerations | |
| enum | { XLAL_FRAMEU_FR_FILE_MODE_R , XLAL_FRAMEU_FR_FILE_MODE_W } |
| enum | { XLAL_FRAMEU_FR_CHAN_TYPE_ADC , XLAL_FRAMEU_FR_CHAN_TYPE_PROC , XLAL_FRAMEU_FR_CHAN_TYPE_SIM } |
| #define _GNU_SOURCE /* for mkstemp() and strdup() */ |
Definition at line 20 of file LALFrameL.c.
| #define P_tmpdir "/tmp" |
Definition at line 37 of file LALFrameL.c.
| #define tagLALFrameUFrameH FrameH |
Definition at line 50 of file LALFrameL.c.
| #define tagLALFrameUFrTOC FrTOC |
Definition at line 51 of file LALFrameL.c.
| #define tagLALFrameUFrHistory FrHistory |
Definition at line 52 of file LALFrameL.c.
| #define BUFSZ 16384 |
| #define FR_FILE_HEADER_SIZE 40 /* size of frame file header in bytes */ |
Definition at line 218 of file LALFrameL.c.
| anonymous enum |
| Enumerator | |
|---|---|
| XLAL_FRAMEU_FR_FILE_MODE_R | |
| XLAL_FRAMEU_FR_FILE_MODE_W | |
Definition at line 95 of file LALFrameL.c.
| anonymous enum |
| Enumerator | |
|---|---|
| XLAL_FRAMEU_FR_CHAN_TYPE_ADC | |
| XLAL_FRAMEU_FR_CHAN_TYPE_PROC | |
| XLAL_FRAMEU_FR_CHAN_TYPE_SIM | |
Definition at line 101 of file LALFrameL.c.
|
static |
Definition at line 56 of file LALFrameL.c.
|
static |
Definition at line 132 of file LALFrameL.c.
| void XLALFrameUFrFileClose_FrameL_ | ( | LALFrameUFrFile * | stream | ) |
Definition at line 144 of file LALFrameL.c.
| LALFrameUFrFile * XLALFrameUFrFileOpen_FrameL_ | ( | const char * | filename, |
| const char * | mode | ||
| ) |
Definition at line 155 of file LALFrameL.c.
| int XLALFrameUFileCksumValid_FrameL_ | ( | LALFrameUFrFile * | stream | ) |
Definition at line 220 of file LALFrameL.c.
| void XLALFrameUFrTOCFree_FrameL_ | ( | UNUSED LALFrameUFrTOC * | toc | ) |
Definition at line 251 of file LALFrameL.c.
| LALFrameUFrTOC * XLALFrameUFrTOCRead_FrameL_ | ( | LALFrameUFrFile * | stream | ) |
Definition at line 257 of file LALFrameL.c.
| size_t XLALFrameUFrTOCQueryNFrame_FrameL_ | ( | const LALFrameUFrTOC * | toc | ) |
Definition at line 262 of file LALFrameL.c.
| double XLALFrameUFrTOCQueryGTimeModf_FrameL_ | ( | double * | iptr, |
| const LALFrameUFrTOC * | toc, | ||
| size_t | pos | ||
| ) |
Definition at line 267 of file LALFrameL.c.
| double XLALFrameUFrTOCQueryDt_FrameL_ | ( | const LALFrameUFrTOC * | toc, |
| size_t | pos | ||
| ) |
Definition at line 277 of file LALFrameL.c.
| size_t XLALFrameUFrTOCQueryAdcN_FrameL_ | ( | const LALFrameUFrTOC * | toc | ) |
Definition at line 284 of file LALFrameL.c.
| const char * XLALFrameUFrTOCQueryAdcName_FrameL_ | ( | const LALFrameUFrTOC * | toc, |
| size_t | adc | ||
| ) |
Definition at line 294 of file LALFrameL.c.
| size_t XLALFrameUFrTOCQuerySimN_FrameL_ | ( | const LALFrameUFrTOC * | toc | ) |
Definition at line 306 of file LALFrameL.c.
| const char * XLALFrameUFrTOCQuerySimName_FrameL_ | ( | const LALFrameUFrTOC * | toc, |
| size_t | sim | ||
| ) |
Definition at line 316 of file LALFrameL.c.
| size_t XLALFrameUFrTOCQueryProcN_FrameL_ | ( | const LALFrameUFrTOC * | toc | ) |
Definition at line 328 of file LALFrameL.c.
| const char * XLALFrameUFrTOCQueryProcName_FrameL_ | ( | const LALFrameUFrTOC * | toc, |
| size_t | proc | ||
| ) |
Definition at line 338 of file LALFrameL.c.
| size_t XLALFrameUFrTOCQueryDetectorN_FrameL_ | ( | const LALFrameUFrTOC * | toc | ) |
Definition at line 350 of file LALFrameL.c.
| const char * XLALFrameUFrTOCQueryDetectorName_FrameL_ | ( | const LALFrameUFrTOC * | toc, |
| size_t | det | ||
| ) |
Definition at line 360 of file LALFrameL.c.
| void XLALFrameUFrameHFree_FrameL_ | ( | LALFrameUFrameH * | frame | ) |
Definition at line 376 of file LALFrameL.c.
| LALFrameUFrameH * XLALFrameUFrameHAlloc_FrameL_ | ( | const char * | name, |
| double | start1, | ||
| double | start2, | ||
| double | dt, | ||
| int | frnum | ||
| ) |
Definition at line 382 of file LALFrameL.c.
| LALFrameUFrameH * XLALFrameUFrameHRead_FrameL_ | ( | LALFrameUFrFile * | stream, |
| int | pos | ||
| ) |
Definition at line 416 of file LALFrameL.c.
| int XLALFrameUFrameHWrite_FrameL_ | ( | LALFrameUFrFile * | stream, |
| LALFrameUFrameH * | frame | ||
| ) |
Definition at line 443 of file LALFrameL.c.
|
static |
Definition at line 455 of file LALFrameL.c.
|
static |
Definition at line 489 of file LALFrameL.c.
|
static |
Definition at line 541 of file LALFrameL.c.
|
static |
Definition at line 613 of file LALFrameL.c.
| int XLALFrameUFrameHFrChanAdd_FrameL_ | ( | LALFrameUFrameH * | frame, |
| LALFrameUFrChan * | channel | ||
| ) |
Definition at line 665 of file LALFrameL.c.
| int XLALFrameUFrameHFrDetectorAdd_FrameL_ | ( | LALFrameUFrameH * | frame, |
| LALFrameUFrDetector * | detector | ||
| ) |
Definition at line 698 of file LALFrameL.c.
| int XLALFrameUFrameHFrHistoryAdd_FrameL_ | ( | LALFrameUFrameH * | frame, |
| LALFrameUFrHistory * | history | ||
| ) |
Definition at line 732 of file LALFrameL.c.
| const char * XLALFrameUFrameHQueryName_FrameL_ | ( | const LALFrameUFrameH * | frame | ) |
Definition at line 744 of file LALFrameL.c.
| int XLALFrameUFrameHQueryRun_FrameL_ | ( | const LALFrameUFrameH * | frame | ) |
Definition at line 749 of file LALFrameL.c.
| int XLALFrameUFrameHQueryFrame_FrameL_ | ( | const LALFrameUFrameH * | frame | ) |
Definition at line 754 of file LALFrameL.c.
| int XLALFrameUFrameHQueryDataQuality_FrameL_ | ( | const LALFrameUFrameH * | frame | ) |
Definition at line 759 of file LALFrameL.c.
| double XLALFrameUFrameHQueryGTimeModf_FrameL_ | ( | double * | iptr, |
| const LALFrameUFrameH * | frame | ||
| ) |
Definition at line 764 of file LALFrameL.c.
| int XLALFrameUFrameHQueryULeapS_FrameL_ | ( | const LALFrameUFrameH * | frame | ) |
Definition at line 771 of file LALFrameL.c.
| double XLALFrameUFrameHQueryDt_FrameL_ | ( | const LALFrameUFrameH * | frame | ) |
Definition at line 776 of file LALFrameL.c.
| int XLALFrameUFrameHSetRun_FrameL_ | ( | LALFrameUFrameH * | frame, |
| int | run | ||
| ) |
Definition at line 783 of file LALFrameL.c.
| void XLALFrameUFrChanFree_FrameL_ | ( | LALFrameUFrChan * | channel | ) |
Definition at line 793 of file LALFrameL.c.
| LALFrameUFrChan * XLALFrameUFrChanRead_FrameL_ | ( | LALFrameUFrFile * | stream, |
| const char * | name, | ||
| size_t | pos | ||
| ) |
Definition at line 814 of file LALFrameL.c.
|
static |
Definition at line 905 of file LALFrameL.c.
|
static |
Definition at line 948 of file LALFrameL.c.
|
static |
Definition at line 964 of file LALFrameL.c.
|
static |
Definition at line 980 of file LALFrameL.c.
| LALFrameUFrChan * XLALFrameUFrAdcChanAlloc_FrameL_ | ( | const char * | name, |
| int | dtype, | ||
| size_t | ndata | ||
| ) |
Definition at line 1020 of file LALFrameL.c.
| LALFrameUFrChan * XLALFrameUFrSimChanAlloc_FrameL_ | ( | const char * | name, |
| int | dtype, | ||
| size_t | ndata | ||
| ) |
Definition at line 1025 of file LALFrameL.c.
| LALFrameUFrChan * XLALFrameUFrProcChanAlloc_FrameL_ | ( | const char * | name, |
| int | type, | ||
| int | subtype, | ||
| int | dtype, | ||
| size_t | ndata | ||
| ) |
Definition at line 1030 of file LALFrameL.c.
| const char * XLALFrameUFrChanQueryName_FrameL_ | ( | const LALFrameUFrChan * | channel | ) |
Definition at line 1043 of file LALFrameL.c.
| double XLALFrameUFrChanQueryTimeOffset_FrameL_ | ( | const LALFrameUFrChan * | channel | ) |
Definition at line 1060 of file LALFrameL.c.
| int XLALFrameUFrChanSetSampleRate_FrameL_ | ( | LALFrameUFrChan * | channel, |
| double | sampleRate | ||
| ) |
Definition at line 1077 of file LALFrameL.c.
| int XLALFrameUFrChanSetTimeOffset_FrameL_ | ( | LALFrameUFrChan * | channel, |
| double | timeOffset | ||
| ) |
Definition at line 1092 of file LALFrameL.c.
| int XLALFrameUFrChanSetTRange_FrameL_ | ( | LALFrameUFrChan * | channel, |
| double | tRange | ||
| ) |
Definition at line 1111 of file LALFrameL.c.
| int XLALFrameUFrChanVectorAlloc_FrameL_ | ( | LALFrameUFrChan * | channel, |
| int | dtype, | ||
| size_t | ndata | ||
| ) |
Definition at line 1129 of file LALFrameL.c.
|
static |
Definition at line 1233 of file LALFrameL.c.
| int XLALFrameUFrChanVectorCompress_FrameL_ | ( | LALFrameUFrChan * | channel, |
| int | compressLevel | ||
| ) |
Definition at line 1247 of file LALFrameL.c.
| int XLALFrameUFrChanVectorExpand_FrameL_ | ( | LALFrameUFrChan * | channel | ) |
Definition at line 1258 of file LALFrameL.c.
| const char * XLALFrameUFrChanVectorQueryName_FrameL_ | ( | const LALFrameUFrChan * | channel | ) |
Definition at line 1269 of file LALFrameL.c.
| int XLALFrameUFrChanVectorQueryCompress_FrameL_ | ( | const LALFrameUFrChan * | channel | ) |
Definition at line 1278 of file LALFrameL.c.
| int XLALFrameUFrChanVectorQueryType_FrameL_ | ( | const LALFrameUFrChan * | channel | ) |
Definition at line 1287 of file LALFrameL.c.
| void * XLALFrameUFrChanVectorQueryData_FrameL_ | ( | const LALFrameUFrChan * | channel | ) |
Definition at line 1297 of file LALFrameL.c.
| size_t XLALFrameUFrChanVectorQueryNBytes_FrameL_ | ( | const LALFrameUFrChan * | channel | ) |
Definition at line 1306 of file LALFrameL.c.
| size_t XLALFrameUFrChanVectorQueryNData_FrameL_ | ( | const LALFrameUFrChan * | channel | ) |
Definition at line 1315 of file LALFrameL.c.
| size_t XLALFrameUFrChanVectorQueryNDim_FrameL_ | ( | const LALFrameUFrChan * | channel | ) |
Definition at line 1324 of file LALFrameL.c.
| size_t XLALFrameUFrChanVectorQueryNx_FrameL_ | ( | const LALFrameUFrChan * | channel, |
| size_t | dim | ||
| ) |
Definition at line 1333 of file LALFrameL.c.
| double XLALFrameUFrChanVectorQueryDx_FrameL_ | ( | const LALFrameUFrChan * | channel, |
| size_t | dim | ||
| ) |
Definition at line 1344 of file LALFrameL.c.
| double XLALFrameUFrChanVectorQueryStartX_FrameL_ | ( | const LALFrameUFrChan * | channel, |
| size_t | dim | ||
| ) |
Definition at line 1355 of file LALFrameL.c.
| const char * XLALFrameUFrChanVectorQueryUnitX_FrameL_ | ( | const LALFrameUFrChan * | channel, |
| size_t | dim | ||
| ) |
Definition at line 1367 of file LALFrameL.c.
| const char * XLALFrameUFrChanVectorQueryUnitY_FrameL_ | ( | const LALFrameUFrChan * | channel | ) |
Definition at line 1379 of file LALFrameL.c.
| int XLALFrameUFrChanVectorSetName_FrameL_ | ( | LALFrameUFrChan * | channel, |
| const char * | name | ||
| ) |
Definition at line 1388 of file LALFrameL.c.
| int XLALFrameUFrChanVectorSetUnitY_FrameL_ | ( | LALFrameUFrChan * | channel, |
| const char * | unit | ||
| ) |
Definition at line 1398 of file LALFrameL.c.
| int XLALFrameUFrChanVectorSetDx_FrameL_ | ( | LALFrameUFrChan * | channel, |
| double | dx | ||
| ) |
Definition at line 1410 of file LALFrameL.c.
| int XLALFrameUFrChanVectorSetStartX_FrameL_ | ( | LALFrameUFrChan * | channel, |
| double | x0 | ||
| ) |
Definition at line 1420 of file LALFrameL.c.
| int XLALFrameUFrChanVectorSetUnitX_FrameL_ | ( | LALFrameUFrChan * | channel, |
| const char * | unit | ||
| ) |
Definition at line 1430 of file LALFrameL.c.
| void XLALFrameUFrDetectorFree_FrameL_ | ( | LALFrameUFrDetector * | detector | ) |
Definition at line 1444 of file LALFrameL.c.
| LALFrameUFrDetector * XLALFrameUFrDetectorRead_FrameL_ | ( | LALFrameUFrFile * | stream, |
| const char * | name | ||
| ) |
Definition at line 1453 of file LALFrameL.c.
| LALFrameUFrDetector * XLALFrameUFrDetectorAlloc_FrameL_ | ( | const char * | name, |
| const char * | prefix, | ||
| double | latitude, | ||
| double | longitude, | ||
| double | elevation, | ||
| double | azimuthX, | ||
| double | azimuthY, | ||
| double | altitudeX, | ||
| double | altitudeY, | ||
| double | midpointX, | ||
| double | midpointY, | ||
| int | localTime | ||
| ) |
Definition at line 1477 of file LALFrameL.c.
| const char * XLALFrameUFrDetectorQueryName_FrameL_ | ( | const LALFrameUFrDetector * | detector | ) |
Definition at line 1514 of file LALFrameL.c.
| const char * XLALFrameUFrDetectorQueryPrefix_FrameL_ | ( | const LALFrameUFrDetector * | detector | ) |
Definition at line 1520 of file LALFrameL.c.
| double XLALFrameUFrDetectorQueryLongitude_FrameL_ | ( | const LALFrameUFrDetector * | detector | ) |
Definition at line 1525 of file LALFrameL.c.
| double XLALFrameUFrDetectorQueryLatitude_FrameL_ | ( | const LALFrameUFrDetector * | detector | ) |
Definition at line 1530 of file LALFrameL.c.
| double XLALFrameUFrDetectorQueryElevation_FrameL_ | ( | const LALFrameUFrDetector * | detector | ) |
Definition at line 1535 of file LALFrameL.c.
| double XLALFrameUFrDetectorQueryArmXAzimuth_FrameL_ | ( | const LALFrameUFrDetector * | detector | ) |
Definition at line 1540 of file LALFrameL.c.
| double XLALFrameUFrDetectorQueryArmYAzimuth_FrameL_ | ( | const LALFrameUFrDetector * | detector | ) |
Definition at line 1545 of file LALFrameL.c.
| double XLALFrameUFrDetectorQueryArmXAltitude_FrameL_ | ( | const LALFrameUFrDetector * | detector | ) |
Definition at line 1550 of file LALFrameL.c.
| double XLALFrameUFrDetectorQueryArmYAltitude_FrameL_ | ( | const LALFrameUFrDetector * | detector | ) |
Definition at line 1555 of file LALFrameL.c.
| double XLALFrameUFrDetectorQueryArmXMidpoint_FrameL_ | ( | const LALFrameUFrDetector * | detector | ) |
Definition at line 1560 of file LALFrameL.c.
| double XLALFrameUFrDetectorQueryArmYMidpoint_FrameL_ | ( | const LALFrameUFrDetector * | detector | ) |
Definition at line 1565 of file LALFrameL.c.
| int XLALFrameUFrDetectorQueryLocalTime_FrameL_ | ( | const LALFrameUFrDetector * | detector | ) |
Definition at line 1570 of file LALFrameL.c.
| void XLALFrameUFrHistoryFree_FrameL_ | ( | LALFrameUFrHistory * | history | ) |
Definition at line 1579 of file LALFrameL.c.
| LALFrameUFrHistory * XLALFrameUFrHistoryAlloc_FrameL_ | ( | const char * | name, |
| double | gpssec, | ||
| const char * | comment | ||
| ) |
Definition at line 1585 of file LALFrameL.c.