Changeset 344 for SH_SHM/trunk
- Timestamp:
- 03/10/2011 03:03:40 PM (12 years ago)
- Location:
- SH_SHM/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
SH_SHM/trunk/inputs/shm-config-default.txt
r338 r344 344 344 top_down_order false 345 345 346 ! scale traces separately (true) or with the same347 ! magnification (false) (Obsolete since SHM 2.4c)348 ! type: boolean349 auto_scaling false350 351 346 ! normalisation of traces on display; 352 347 ! 0 = use old style (auto_scaling value), 1 = use … … 403 398 ! the distance between the epicentre and the 404 399 ! reference station? 405 autofilter_by_distance true400 autofilter_by_distance false 406 401 ! if yes, what is the separation distance in degrees 407 402 autofilter_sepdist 5.0 … … 434 429 reads_invhdr false 435 430 431 ! Show EVT details in SHM waveform window. Used only 432 ! for lists of detections (eventlist). 433 show_evt_info false 434 436 435 ! debug level; 0 = no debug output, 1 = little 437 436 ! debug output, 2 = more debug output, ... -
SH_SHM/trunk/source/globalparams.c
r68 r344 3 3 * ============== 4 4 * 5 * $Revision: 53 $, $Date: 2008-10-21 09:13:49 +0200 (Di, 21 Okt 2008) $5 * $Revision: 183 $, $Date: 2011-03-10 15:03:12 +0100 (Do, 10 MÀr 2011) $ 6 6 * 7 7 * Management of global parameters … … 403 403 "autosort_by_distance", 404 404 "autofilter_by_distance", 405 "show_evt_info", 405 406 "b_last_parameter" 406 407 }; -
SH_SHM/trunk/source/globalparams.h
r68 r344 3 3 * ============== 4 4 * 5 * $Revision: 53 $, $Date: 2008-10-21 09:13:49 +0200 (Di, 21 Okt 2008) $5 * $Revision: 183 $, $Date: 2011-03-10 15:03:12 +0100 (Do, 10 MÀr 2011) $ 6 6 * 7 7 * Management of global parameters … … 240 240 cGpB_autosort_by_distance, 241 241 cGpB_autofilter_by_distance, 242 cGpB_show_evt_info, 242 243 cGpB_last 243 244 } TGpBooleanIndex; -
SH_SHM/trunk/source/motif/motifgraph.c
r66 r344 3498 3498 /* executable code */ 3499 3499 3500 /* check configuration parameter */ 3501 if (!GpGetBoolean(cGpB_show_evt_info)) 3502 return; 3503 3500 3504 if (ypos < 0) { 3501 3505 Window root_ret; /* root window */
Note: See TracChangeset
for help on using the changeset viewer.