00001 puts("The format of the -log output is:");
00002 puts("YYYY.MM.DD-hh.mm.ss epoch name:serial key0 value0_0 value0_1 ... key1 value1_0 key2...");
00003 puts("");
00004 puts("The time (first and second fields) represents the uncorrected time");
00005 puts("(station system time).");
00006 puts("");
00007 puts("A key may be followed by one or more values. The number of values for a");
00008 puts("given key is constant.");
00009 puts("");
00010 puts("The lines beginning with '#' should be ignored.");
00011 puts("The information is issued when a significant change of a value is");
00012 puts("detected: e.g. the software release won't be issued each time the frame");
00013 puts("is decoded.");
00014 puts("");
00015 puts("Below is a full description of each key/value pair of the log:");
00016 puts("");
00017 puts("FormatVersion value0");
00018 puts("value0: Titan format version (A.B.C)");
00019 puts("");
00020 puts("ReaderVersion value0");
00021 puts("value0: Titan2Reader release (X.Y.Z)");
00022 puts("X.Y.Z must be higher than A.B.C.");
00023 puts("");
00024 puts("");
00025 puts("StationBoot value0");
00026 puts("value0: epoch time since the station boot");
00027 puts("");
00028 puts("TimeReset value0");
00029 puts("value0: epoch time used during the previous time reset.");
00030 puts("");
00031 puts("");
00032 puts("StationName value0");
00033 puts("value0: the station name (as setup in the station parameters).");
00034 puts("");
00035 puts("SerialNumber value0");
00036 puts("value0: serial number of the station.");
00037 puts("");
00038 puts("SoftwareRelease value0");
00039 puts("value0: Dddd-Aaaa, ddd is the DSP firwmare release, aaa is the Osiris");
00040 puts("system release. Does not apply for Titan digitizers.");
00041 puts("");
00042 puts("");
00043 puts("Freq0, Decim0, Len0, Len1, Delay, ADCId describe the decimation chain");
00044 puts("and is used internally to compute the filter delay times. These");
00045 puts("informations are also issued in the .info files.");
00046 puts("");
00047 puts("Freq0 value0");
00048 puts("value0: A/D converter head sampling rate.");
00049 puts("");
00050 puts("Decim0 value0");
00051 puts("value0: first decimation order (applied at most once)");
00052 puts("");
00053 puts("Len0 value0");
00054 puts("value0: length of the first decimation filter");
00055 puts("");
00056 puts("Len1 value0");
00057 puts("value0: length of the secondary decimation filters");
00058 puts("Vbatt value0");
00059 puts("value0: external power supply");
00060 puts("");
00061 puts("ADCId value0");
00062 puts("value0: A/D converter numeric identification");
00063 puts("");
00064 puts("Delay value0");
00065 puts("value0: static delay time for the A/D converter (samples at the head");
00066 puts("frequency Freq0)");
00067 puts("");
00068 puts("");
00069 puts("LSB(nV) value0");
00070 puts("value0: LSB");
00071 puts("");
00072 puts("InputImp(kOhm)");
00073 puts("value0: input impedance in kOhm");
00074 puts("");
00075 puts("G0 value0");
00076 puts("G1 value0");
00077 puts("G2 value0");
00078 puts("G3 value0");
00079 puts("value0: gain value for index 0 (always value 1), 1, 2, and 3.");
00080 puts("");
00081 puts("ChannelName value0 value1");
00082 puts("value0: channel number");
00083 puts("value1: channel name.");
00084 puts("");
00085 puts("The channel name is built after the network name, station name, channel");
00086 puts("code and location name, as in the following example:");
00087 puts("2007.12.06-00.00.02 1196899202 LEPF:057.0002 ChannelName 00 FR:LEPF.EHZ.00");
00088 puts("");
00089 puts("HPFilterPeriodX value0");
00090 puts("value0: high pass cut-off frequency for channel X");
00091 puts("");
00092 puts("FSChannelX value0");
00093 puts("value0: sampling rate for channel X");
00094 puts("");
00095 puts("");
00096 puts("ClockMode value0");
00097 puts("value0: requested clock mode");
00098 puts("The clock mode reflects the ClockMode parameter, refer to the Osiris");
00099 puts("family documentation. This key/value pair as well as the ClockState pair");
00100 puts("should be ignored for stations that do not have the hardware for clock");
00101 puts("adjustement (Osiris data loggers do not implement this feature).");
00102 puts("");
00103 puts("");
00104 puts("ClockState value0");
00105 puts("value0: actual state");
00106 puts("The value indicates the current state of the internal clock");
00107 puts("(free/frequency_locked/phase_locked).");
00108 puts("");
00109 puts("");
00110 puts("FlashBytes value0");
00111 puts("value0: flash used");
00112 puts("");
00113 puts("HardDiskData(MB) value0");
00114 puts("value0: storage used (Mbytes)");
00115 puts("");
00116 puts("AvgLat value0");
00117 puts("AvgLon value0");
00118 puts("AvgElev value0");
00119 puts("value0: average latitude, longitude, elevation");
00120 puts("");
00121 puts("InstLat value0");
00122 puts("InstLon value0");
00123 puts("InstElev value0");
00124 puts("value0: instantaneous latitude, longitude, elevation");
00125 puts("");
00126 puts("NSat value0");
00127 puts("value0: instantaneous number of satellites used");
00128 puts("");
00129 puts("");
00130 puts("");
00131 puts("");
00132 puts("The following keys report the Titan1 configuration and state. They are");
00133 puts("issued only for Titan1 digitizers.");
00134 puts("");
00135 puts("PreEvent(s) value0");
00136 puts("value0: pre event time");
00137 puts("");
00138 puts("PostEvent(s) value0");
00139 puts("value0: post event time");
00140 puts("");
00141 puts("EndDuration(s) value0");
00142 puts("value0: en duration");
00143 puts("");
00144 puts("EndMode value0");
00145 puts("value0: LTA/LTA0 or STA/LTA0");
00146 puts("");
00147 puts("CyclePolicy value0");
00148 puts("value0: cycle or stop");
00149 puts("");
00150 puts("Gain value0");
00151 puts("value0: gain");
00152 puts("");
00153 puts("PulseLength(ms) value0");
00154 puts("value0: reference duration for the time mark");
00155 puts("");
00156 puts("ValidIf value0");
00157 puts("value0: shorter/longer, defines the validity of a time mark");
00158 puts("");
00159 puts("PPM value0");
00160 puts("value0: number of pulses per minute expected");
00161 puts("");
00162 puts("Reboot value0");
00163 puts("value0: yes/no, time was or was not set by a reboot");
00164 puts("");
00165 puts("Triplet value0 sta value1 lta value2 FS value3 Thr value4 ON value5 OFFSET value6");
00166 puts("value0: triplet number");
00167 puts("value1: STA window length (s)");
00168 puts("value2: LTA window length (s)");
00169 puts("value3: sampling rate");
00170 puts("value4: trigger threshold");
00171 puts("value5: 1/0, active/not active");
00172 puts("value6: 1/0, offset correction enable/disable");
00173 puts("");
00174 puts("ADCNumber value0");
00175 puts("value0: number of A/D converters");
00176 puts("");
00177 puts("ADCId value0");
00178 puts("value0: numeric id of the A/D converters");
00179 puts("");
00180 puts("ADCName value0");
00181 puts("value0: name of the A/D converters");
00182 puts("");
00183 puts("SamplingSet value0");
00184 puts("value0: base sampling rate (250 or 160Hz)");
00185 puts("");
00186 puts("TimeKeeper value0");
00187 puts("value0: yes/no station has a time keeper");
00188 puts("");
00189 puts("ParallelLink value0");
00190 puts("value0: yes/no, station implements the data dump over a parallel link");
00191 puts("");
00192 puts("AUXChannels value0");
00193 puts("value0: yes/no, station implements aux. channels");
00194 puts("");
00195 puts("RadioMode value0");
00196 puts("value0: yes/no, station is running with radio mode enable");
00197 puts("");
00198 puts("LostFlushMediumError value0");
00199 puts("value0: number of flush lost because of medium errors");
00200 puts("");
00201 puts("LostFlushLowBatt value0");
00202 puts("value0: number of flush lost because of low battery level");
00203 puts("");
00204 puts("FlashCycles value0");
00205 puts("value0: number of flash cycles");
00206 puts("");
00207 puts("FlushState value0");
00208 puts("value0: NotRunning, LoadingMedium, SeekingEnd, WritingData, Rewinding,");
00209 puts("WritingIndex, UnloadingMedium");
00210 puts("");
00211 puts("FlushRunning value0");
00212 puts("value0: 1/0 flush is currently running");
00213 puts("");
00214 puts("MEDIUMERROR value");
00215 puts("vaule0: last medium error reported, one or more of: TimeOut, LinkSCSI,");
00216 puts("LowBatt, UnexpectedSCSIAnswer, LoadingError, MediumFull, Unknown,");
00217 puts("NoMedium.");
00218 puts("");
00219 puts("TriggerInProcess value0");
00220 puts("value0: yes/no, an triggered event is going on");
00221 puts("");
00222 puts("Detections value0");
00223 puts("value0: number of triggered events");
00224 puts("");
00225 puts("RecordingMode value0");
00226 puts("value0: continuous/trigger");
00227 puts("");
00228 puts("RecordingTarget value0");
00229 puts("value0: disk/DAT");
00230 puts("");
00231 puts("ContinuousGPS value0");
00232 puts("value0: yes/no");
00233 puts("");
00234 puts("FlashCapacity(MB) value0");
00235 puts("value0: flash capacity");
00236 puts("");
00237 puts("StorageCapacity(2+GB) value0");
00238 puts("value0: yse/no, the storage medium is larger than 2Gbytes");
00239 puts("");
00240 puts("");
00241 puts("");