Changeset 80
- Timestamp:
- 11/19/2008 12:54:06 PM (15 years ago)
- Location:
- SH_SHM/trunk
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
SH_SHM/trunk/inputs/STATINF.DAT
r69 r80 49 49 WERN lat:+50.2874 lon: +12.3761 elevation: 600.0 array:01 xrel: 82.111969 yrel: 66.324837 50 50 FBE lat:+50.92117 lon: +13.35414 elevation: 234.9 array:01 xrel: 149.567154 yrel: 136.793716 name:Freiberg,_Saxonia 51 RUH lat:+50.94702 lon: +10.40325 elevation: 340.0 51 52 SCHD lat:+50.53508 lon: +11.21187 elevation: 760.8 52 53 SCHF lat:+50.6772 lon: +12.4031 elevation: 435. array:01 xrel: 83.339912 yrel:109.666695 name: Schoenfels,_OTSN/SXNET -
SH_SHM/trunk/inputs/filter_lookup.txt
r65 r80 51 51 SCHF-BH-N LE3D5 ... ... -FORCEFFT- 52 52 SCHF-BH-E LE3D5 ... ... -FORCEFFT- 53 SCHF-HH-Z LE3D5 ... ... -FORCEFFT- 54 SCHF-HH-N LE3D5 ... ... -FORCEFFT- 55 SCHF-HH-E LE3D5 ... ... -FORCEFFT- 53 56 SCHD-HH-Z CMG40T 54 57 SCHD-HH-N CMG40T … … 60 63 SCHD-LH-N CMG40T 61 64 SCHD-LH-E CMG40T 65 RUH-HH-Z CMG40T 66 RUH-HH-N CMG40T 67 RUH-HH-E CMG40T 68 RUH-BH-Z CMG40T 69 RUH-BH-N CMG40T 70 RUH-BH-E CMG40T 71 RUH-LH-Z CMG40T 72 RUH-LH-N CMG40T 73 RUH-LH-E CMG40T 62 74 TANN-BH-Z GRSN ... ... -FORCEFFT- 63 75 TANN-BH-N GRSN ... ... -FORCEFFT- … … 78 90 GTTG-BH-N GRSN 79 91 GTTG-BH-E GRSN 92 GTTG-HH-Z GRSN 93 GTTG-HH-N GRSN 94 GTTG-HH-E GRSN 80 95 HLG-BH-Z GRSN 81 96 HLG-BH-N GRSN … … 117 132 LEIB-HH-N LE3D5 118 133 LEIB-HH-E LE3D5 134 HKWD-BH-Z LE3D5 135 HKWD-BH-N LE3D5 136 HKWD-BH-E LE3D5 137 HKWD-HH-Z LE3D5 138 HKWD-HH-N LE3D5 139 HKWD-HH-E LE3D5 140 KBDG-BH-Z LE3D5 141 KBDG-BH-N LE3D5 142 KBDG-BH-E LE3D5 143 KBDG-HH-Z LE3D5 144 KBDG-HH-N LE3D5 145 KBDG-HH-E LE3D5 119 146 BFO-LH-Z GRSN 120 147 BFO-LH-N GRSN … … 171 198 TANN-LH-N GRSN 172 199 TANN-LH-E GRSN 200 MULD-BH-Z LE3D5 201 MULD-BH-N LE3D5 202 MULD-BH-E LE3D5 203 MULD-HH-Z LE3D5 204 MULD-HH-N LE3D5 205 MULD-HH-E LE3D5 206 ROHR-BH-Z LE3D5 207 ROHR-BH-N LE3D5 208 ROHR-BH-E LE3D5 209 ROHR-HH-Z LE3D5 210 ROHR-HH-N LE3D5 211 ROHR-HH-E LE3D5 212 TAUT-BH-Z LE3D5 213 TAUT-BH-N LE3D5 214 TAUT-BH-E LE3D5 215 TAUT-HH-Z LE3D5 216 TAUT-HH-N LE3D5 217 TAUT-HH-E LE3D5 173 218 WLF-LH-Z GRSN 174 219 WLF-LH-N GRSN -
SH_SHM/trunk/source/motif/shm.c
r77 r80 3 3 * ===== 4 4 * 5 * $Revision: 6 0 $, $Date: 2008-11-09 15:51:25 +0100 (So, 09Nov 2008) $5 * $Revision: 62 $, $Date: 2008-11-13 08:56:44 +0100 (Do, 13 Nov 2008) $ 6 6 * 7 7 * main module of shm … … 246 246 #define k_entry_spectrogram 159 247 247 #define k_entry_trc_del_badqual 160 248 #define k_entry_del_location 161 248 249 249 250 #define k_entry_key_arrow_up 300 … … 3450 3451 break; 3451 3452 } 3453 case k_entry_del_location: 3454 HELPTEXT( "del-location" ); 3455 xmv_cpar->source_lat = 0.0; 3456 xmv_cpar->source_lon = 0.0; 3457 xmv_cpar->depth = GpGetFloat( cGpF_default_depth ); 3458 xmv_cpar->source_type = GpGetInt( cGpI_default_event_type ); 3459 xmv_cpar->reg_id = 0; 3460 xmv_cpar->regname[0] = '\0'; 3461 xmv_cpar->loc_meth = CUC_LOCMETH_UNDEFINED; 3462 xmv_cpar->loc_quality = GpGetInt( cGpI_default_loc_quality ); 3463 xmv_cpar->loc_addpar[0] = '\0'; 3464 xmv_cpar->distance = 0.0; 3465 xmv_cpar->dist_unit = CUC_DIST_UNIT_DEG; 3466 xmv_cpar->source[0] = '\0'; 3467 xmv_cpar->soft_change = TRUE; 3468 cu_set_param_values( xmv_w, xmv_cpar, xmv_par.parno ); 3469 xmv_cpar->soft_change = FALSE; 3470 break; 3452 3471 case k_entry_match_location: 3453 3472 { char station[cBcShortStrLth+1]; /* station name */ -
SH_SHM/trunk/source/motif/shm.uil
r16 r80 116 116 k_entry_theo_extprog_text : 'Theo (ExtProg)'; 117 117 k_entry_deltheo_text : 'Del Theo'; 118 k_entry_del_location_text : 'Del Location'; 118 119 ! Title Amplitude: 119 120 k_entry_amplper_p_text : 'Ampl & Period auto Peak'; … … 395 396 k_acc_deltheo : "Ctrl<Key>d"; 396 397 k_acct_deltheo : "Ctrl/d"; 398 k_acc_del_location : ""; 399 k_acct_del_location : ""; 397 400 398 401 ! Title Amplitude: … … 1062 1065 k_entry_spectrogram : 159; 1063 1066 k_entry_trc_del_badqual : 160; 1067 k_entry_del_location : 161; 1064 1068 1065 1069 ! button numbers -
SH_SHM/trunk/source/motif/shm_main_window.uil
r16 r80 372 372 XmPushButton button_param_theo_ext; 373 373 XmPushButton entry_deltheo; 374 XmSeparator entry_sep; 375 XmPushButton entry_del_location; 374 376 }; 375 377 }; … … 2127 2129 }; 2128 2130 2129 2130 2131 object 2132 entry_del_location: XmPushButton { 2133 arguments { 2134 XmNlabelString = k_entry_del_location_text; 2135 XmNaccelerator = k_acc_del_location; 2136 XmNacceleratorText = k_acct_del_location; 2137 XmNfontList = k_menu_font; 2138 }; 2139 callbacks { 2140 XmNactivateCallback = 2141 procedure xm_call_menu_select(k_entry_del_location); 2142 }; 2143 }; 2144 2145 2146 -
SH_SHM/trunk/util/check_evt.c
r69 r80 379 379 380 380 /* no telex phase */ 381 /* disabled 12-Nov-2008 K.S. 381 382 if (!efv_telex_phase) 382 383 fprintf( out, "F016 %s: no telex phase found\n", efv_infile ); 384 */ 383 385 384 386 /* mb determined? */
Note: See TracChangeset
for help on using the changeset viewer.