![]() |
Omicron
4.2.0
An algorithm to detect and characterize transient events in gravitational-wave detectors
|
#include <ReadAscii.h>
#include <Streams.h>
#include "Oconfig.h"
Go to the source code of this file.
Functions | |
string | GetOmicronFilePattern (const string aChannelName, const unsigned int aTimeStart, const unsigned int aTimeEnd) |
Returns the list of Omicron trigger files. | |
Omicron utilities.
string GetOmicronFilePattern | ( | const string | aChannelName, |
const unsigned int | aTimeStart, | ||
const unsigned int | aTimeEnd | ||
) |
Returns the list of Omicron trigger files.
The standard omicron trigger directories are scanned:
$OMICRON_TRIGGERS
$OMICRON_TRIGGERS_ONLINE
The list of files matching the input time range are returned.
[in] | aChannelName | Channel name. |
[in] | aTimeStart | GPS start time. |
[in] | aTimeEnd | GPS end time. |