Changeset 180
- Timestamp:
- 01/05/2010 02:18:58 PM (13 years ago)
- Location:
- SH_SHM/trunk
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
SH_SHM/trunk/errors/ERR_5800.MSG
r16 r180 26 26 *** CL3-18 no more free plugin entry *** 27 27 *** CL3-19 all available plugins installed *** 28 *** CL3-20 operation not allowed for different sample rates *** -
SH_SHM/trunk/inputs/LocalSensitivities.dat
r172 r180 9 9 a5-hh-? 26-jun-2007_08:00 26-jun-2007_14:00 1.0593 10 10 11 a055-bh- z... ... 1.059312 a055-hh- z... ... 1.059311 a055-bh-? ... ... 1.0593 12 a055-hh-? ... ... 1.0593 13 13 14 14 clnz-hh-? 26-dec-2007_08:00 ... 1.0593 … … 68 68 han0-dh-? ... 10-nov-2009_11:37 55.174 69 69 han0-dh-? 10-nov-2009_11:37 ... 1.7242 70 han6-dh-? 16-Dec-2009 ... 3.9725 70 71 71 72 stf1-hh-? ... ... 1.0593 -
SH_SHM/trunk/inputs/LocalStatinf.dat
r172 r180 15 15 HAN4 lat: 52.415461 lon: 9.830351 16 16 HAN5 lat: 52.40488 lon: 9.81988 17 HAN6 lat: 52.4376 lon: 9.8105 17 18 18 19 -
SH_SHM/trunk/inputs/chantrans.txt
r172 r180 7 7 ahrw-++ hh 8 8 asse-++ hh 9 balst-++ hh 9 10 bfo-++ hh 10 11 brg-++ hh … … 52 53 neub-++ hh 53 54 pln-++ hh 55 plons-++ hh 54 56 rohr-++ hh 55 57 schd-++ hh … … 62 64 wern-++ hh 63 65 wimm-++ hh 66 67 han0-++ dh 68 han1-++ dh 69 han2-++ dh 70 han3-++ dh 71 han4-++ dh 72 han5-++ dh 73 han6-++ dh 74 han7-++ dh 75 han8-++ dh 76 han9-++ dh 64 77 65 78 gea0-++ sh … … 108 121 mem-++ hh 109 122 nkc-++ hh 123 sle-++ hh 124 sulz-++ hh 110 125 ucc-++ hh 126 wila-++ hh 111 127 112 128 *-++ bh -
SH_SHM/trunk/inputs/sensitivities.txt
r172 r180 2 2 ! ================= 3 3 ! 4 ! $Revision: 10 1 $, $Date: 2009-11-27 11:48:20 +0100 (Fr, 27 Nov2009) $4 ! $Revision: 102 $, $Date: 2009-12-22 16:09:43 +0100 (Di, 22 Dez 2009) $ 5 5 ! 6 6 ! Sensitivity file for data streams … … 27 27 asse-hh-? 01-jul-2007_00:00 ... 1.58946 28 28 29 balst-hh-? ... ... 1.59333 30 balst-bh-? ... ... 1.59333 31 29 32 bfo-bh-? ... ... 1.67 30 33 bfo-hh-? ... ... 1.67 … … 77 80 dreg-lh-? ... ... 1.0593 78 81 79 ech- lh-e ... ... 0.49580 ech- lh-n ... ... 0.50281 ech- lh-z ... ... 0.50282 ech-bh-z ... ... 4.0869 83 ech-bh-n ... ... 4.0903 84 ech-bh-e ... ... 4.1373 82 85 83 86 fbe-bh-? 24-apr-2005 ... 0.4743 … … 549 552 ojc-lh-? ... ... 0.198 550 553 551 pln-bh-? 1-feb-2007_11:34 ... 3.9725 552 pln-hh-? 1-feb-2007_11:34 ... 3.9725 553 pln-lh-? 1-feb-2007_11:34 ... 3.9725 554 plons-hh-? ... ... 1.59333 555 plons-bh-? ... ... 1.59333 554 556 555 557 pst-bh-? ... 1-feb-2007_11:34 1.986 … … 585 587 schf-lh-? 21-aug-2002 ... 2.50 586 588 589 sle-hh-? ... ... 1.59333 590 sle-bh-? ... ... 1.59333 591 587 592 ssb-lh-e ... ... 0.981 588 593 ssb-lh-n ... ... 0.991 … … 595 600 stu-lh-? ... 01-jan-2000 0.39 596 601 stu-lh-? 01-jan-2000 ... 1.63 602 603 sulz-hh-? ... ... 1.59333 604 sulz-bh-? ... ... 1.59333 597 605 598 606 suw-bh-? ... ... 1.7 … … 639 647 wet-hh-? 29-mar-2007_12:00 ... 1.0593 640 648 wet-lh-? 29-mar-2007_12:00 ... 1.0593 649 650 wila-hh-? ... ... 1.59333 651 wila-bh-? ... ... 1.59333 641 652 642 653 wimm-bh-? ... ... 0.5 -
SH_SHM/trunk/source/motif/cblib3.c
r16 r180 575 575 long lth; /* sample length */ 576 576 float dt; /* sample distance in sec */ 577 float xdt; /* current dt for dt check */ 577 578 char timeinf[BC_LINELTH+1]; /* time info string */ 578 579 … … 633 634 trc = db_getp( trc, EP_DSPN, status ); 634 635 if (Severe(status)) return; 636 xdt = db_getr( trc, ER_DELTA, status ); 637 if (Severe(status)) return; 638 if (fabs(xdt-dt) > dt/1000.0) { 639 *status = CL3E_DIFF_SAMPRATE; 640 return; 641 } /*endif*/ 635 642 db_gets( trc, ES_STATION, BC_SHORTSTRLTH, station, status ); 636 643 if (Severe(status)) return; -
SH_SHM/trunk/source/motif/cblib3.h
r16 r180 59 59 #define CL3E_NO_MORE_PLUGIN (CL3E_OFFSET+18) /* no more plugin available */ 60 60 #define CL3E_NO_NEW_PLUGIN (CL3E_OFFSET+19) /* all avail. plugins installed */ 61 #define CL3E_DIFF_SAMPRATE (CL3E_OFFSET+20) /* operation not allowed for different sample rates */ 61 62 62 63 -
SH_SHM/trunk/util/evt2phasetimes.c
r16 r180 47 47 #include "tcusrdef.h" 48 48 #include "eventdsc.h" 49 #include "globalparams.h" 49 50 50 51 … … 109 110 longdesc = pa_qspecified( "-longdesc" ); 110 111 112 GpReadParfile(); 113 114 #ifdef XXX 111 115 /* initialization of libraries */ 112 116 inputs = (char *)getenv( "SH_INPUTS" ); … … 120 124 strcat( str, "STATINF.DAT" ); 121 125 gl_locfile_name( str ); 122 123 #ifdef XXX124 /* travel time tables */125 strcpy( str, inputs );126 strcat( str, "/" );127 status = cBcNoError;128 pt_settabledir( str, &status );129 if (SySevere(&status)) err_writemsg( status, "", TRUE );130 126 #endif 131 127
Note: See TracChangeset
for help on using the changeset viewer.