Go to the source code of this file.
| 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_ | ( | LALFrameUFrTOC * | toc | ) |
| 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.
| 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.
| 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.
| 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 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.
| int XLALFrameUFrChanVectorSetUnitY_FrameL_ | ( | LALFrameUFrChan * | channel, |
| const char * | unit | ||
| ) |
Definition at line 1398 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.