00001 puts("Environment variable: CVTIT_CONF or RTITAN2_CONF must be defined and");
00002 puts("must point to a file containing the following lines for each data base");
00003 puts("defined:");
00004 puts("<database>_dt /path/to/dt/directories");
00005 puts("<database>_dft /path/to/dft/directories");
00006 puts("<database>_tc /path/to/tc/directories");
00007 puts("<database>_stations /path/to/stations");
00008 puts("");
00009 puts("dft, dt, and tc directories contain one directory per station.");
00010 puts("");
00011 puts("<database>_dt/station is where rtitan2 writes dt files");
00012 puts("<database>_dft/station is where rtitan2 reads dft and flt files");
00013 puts("<database>_tc/station is where rtitan2 reads extra_tcorr files");
00014 puts("");
00015 puts("<database>_stations contains one or several files, each one containing");
00016 puts("one or several sections as the following example:");
00017 puts("");
00018 puts("begin_station SAOF 2004.03.18 present");
00019 puts("network RA");
00020 puts("coordinates location=00 43.986 7.553 595.0 0.0");
00021 puts("chan 0 comp 0 EST Z 0.00 -90.00");
00022 puts("chan 0 comp 1 EST N 0 00.00");
00023 puts("chan 0 comp 2 EST E 90 00.00");
00024 puts("chan 1 comp 0 EST Z 0.00 -90.00");
00025 puts("chan 1 comp 1 EST N 0 00.00");
00026 puts("chan 1 comp 2 EST E 90 00.00");
00027 puts("end_station");
00028 puts("");
00029 puts("variants:");
00030 puts("");
00031 puts("begin_station SAOF 2004.03.18 present");
00032 puts("network RA");
00033 puts("#no location= field:");
00034 puts("coordinates 43.986 7.553 595.0 0.0");
00035 puts("chan 0 comp 0 EST Z 0.00 -90.00");
00036 puts("chan 0 comp 1 EST N 0 00.00");
00037 puts("chan 0 comp 2 EST E 90 00.00");
00038 puts("chan 1 comp 0 EST Z 0.00 -90.00");
00039 puts("chan 1 comp 1 EST N 0 00.00");
00040 puts("chan 1 comp 2 EST E 90 00.00");
00041 puts("end_station");
00042 puts("");
00043 puts("begin_station SAOF 2004.03.18 present");
00044 puts("network RA");
00045 puts("coordinates location=00 43.986 7.553 595.0 0.0");
00046 puts("#linear channel numbering: channel=3*chan+comp");
00047 puts("channel 0 EST Z 0.00 -90.00");
00048 puts("channel 1 EST N 0 00.00");
00049 puts("channel 2 EST E 90 00.00");
00050 puts("channel 3 EST Z 0.00 -90.00");
00051 puts("channel 4 EST N 0 00.00");
00052 puts("channel 5 EST E 90 00.00");
00053 puts("end_station");
00054 puts("");