... | @@ -50,7 +50,7 @@ Examples of configuration files can be found in |
... | @@ -50,7 +50,7 @@ Examples of configuration files can be found in |
|
Please, DO NOT EDIT THESE EXAMPLES! If you need to change the parameters, use a copy of the example files.
|
|
Please, DO NOT EDIT THESE EXAMPLES! If you need to change the parameters, use a copy of the example files.
|
|
Also, NOTE that the channel list in these examples may not be up-to-date. To update the list of channels, you can use the command:
|
|
Also, NOTE that the channel list in these examples may not be up-to-date. To update the list of channels, you can use the command:
|
|
```
|
|
```
|
|
printchannels /virgoData/ffl/raw.ffl $(( `tconvert now` - 1000 )) | awk '$2>100 {print "DATA CHANNELS", $1}'
|
|
gwl-print-channels /virgoData/ffl/raw.ffl $(( `lal_tconvert now` - 1000 )) | awk '$2>100 {print "DATA CHANNELS", $1}'
|
|
```
|
|
```
|
|
This command prints all the channels with a sampling rate larger than 100 Hz and with the correct format for Omicron configuration files. Of course, you can filter these channels with extra bash command (e.g. `grep`).
|
|
This command prints all the channels with a sampling rate larger than 100 Hz and with the correct format for Omicron configuration files. Of course, you can filter these channels with extra bash command (e.g. `grep`).
|
|
|
|
|
... | | ... | |