Go to the source code of this file.
Functions | |
| puts ("Environment variable: CVTIT_CONF or RTITAN2_CONF must be defined and") | |
| puts ("must point to a file containing the following lines for each data base") | |
| puts ("defined:") | |
| puts ("<database>_dt /path/to/dt/directories") | |
| puts ("<database>_dft /path/to/dft/directories") | |
| puts ("<database>_tc /path/to/tc/directories") | |
| puts ("<database>_stations /path/to/stations") | |
| puts ("") | |
| puts ("dft, dt, and tc directories contain one directory per station.") | |
| puts ("<database>_dt/station is where rtitan2 writes dt files") | |
| puts ("<database>_dft/station is where rtitan2 reads dft and flt files") | |
| puts ("<database>_tc/station is where rtitan2 reads extra_tcorr files") | |
| puts ("<database>_stations contains one or several files, each one containing") | |
| puts ("one or several sections as the following example:") | |
| puts ("begin_station SAOF 2004.03.18 present") | |
| puts ("network RA") | |
| puts ("coordinates location=00 43.986 7.553 595.0 0.0") | |
| puts ("chan 0 comp 0 EST Z 0.00 -90.00") | |
| puts ("chan 0 comp 1 EST N 0 00.00") | |
| puts ("chan 0 comp 2 EST E 90 00.00") | |
| puts ("chan 1 comp 0 EST Z 0.00 -90.00") | |
| puts ("chan 1 comp 1 EST N 0 00.00") | |
| puts ("chan 1 comp 2 EST E 90 00.00") | |
| puts ("end_station") | |
| puts ("variants:") | |
| puts ("coordinates 43.986 7.553 595.0 0.0") | |
| puts ("channel 0 EST Z 0.00 -90.00") | |
| puts ("channel 1 EST N 0 00.00") | |
| puts ("channel 2 EST E 90 00.00") | |
| puts ("channel 3 EST Z 0.00 -90.00") | |
| puts ("channel 4 EST N 0 00.00") | |
| puts ("channel 5 EST E 90 00.00") | |
| puts | ( | "channel 5 EST E 90 00.00" | ) |
| puts | ( | "channel 4 EST N 0 00.00" | ) |
| puts | ( | "channel 3 EST Z 0.00 -90.00" | ) |
| puts | ( | "channel 2 EST E 90 00.00" | ) |
| puts | ( | "channel 1 EST N 0 00.00" | ) |
| puts | ( | "channel 0 EST Z 0.00 -90.00" | ) |
| puts | ( | "coordinates 43.986 7.553 595.0 0.0" | ) |
| puts | ( | "variants:" | ) |
| puts | ( | "end_station" | ) |
| puts | ( | "chan 1 comp 2 EST E 90 00.00" | ) |
| puts | ( | "chan 1 comp 1 EST N 0 00.00" | ) |
| puts | ( | "chan 1 comp 0 EST Z 0.00 -90.00" | ) |
| puts | ( | "chan 0 comp 2 EST E 90 00.00" | ) |
| puts | ( | "chan 0 comp 1 EST N 0 00.00" | ) |
| puts | ( | "chan 0 comp 0 EST Z 0.00 -90.00" | ) |
| puts | ( | ) |
| puts | ( | "network RA" | ) |
| puts | ( | "begin_station SAOF 2004.03.18 present" | ) |
| puts | ( | "one or several sections as the following example:" | ) |
| puts | ( | "<database>_stations contains one or several | files, | |
| each one containing" | ||||
| ) |
| puts | ( | "<database>_tc/station is where rtitan2 reads extra_tcorr files" | ) |
| puts | ( | "<database>_dft/station is where rtitan2 reads dft and flt files" | ) |
| puts | ( | "<database>_dt/station is where rtitan2 writes dt files" | ) |
| puts | ( | " | dft, | |
| dt | , | |||
| and tc directories contain one directory per station." | ||||
| ) |
| puts | ( | "" | ) |
| puts | ( | "<database>_stations /path/to/stations" | ) |
| puts | ( | "<database>_tc /path/to/tc/directories" | ) |
| puts | ( | "<database>_dft /path/to/dft/directories" | ) |
| puts | ( | "<database>_dt /path/to/dt/directories" | ) |
| puts | ( | "defined:" | ) |
| puts | ( | "must point to a file containing the following lines for each data base" | ) |
| puts | ( | "Environment variable: CVTIT_CONF or RTITAN2_CONF must be defined and" | ) |
1.5.6