Commit Graph
2978 Commits
Author SHA1 Message Date
sebastianw f1c7f00193 new local variable reused in plotting command for noise level positioning while plotting 2015-06-23 13:12:20 +02:00
sebastianw c1818622de [bugfix] obsolete plotting command causing the plot to appear differently than desired 2015-06-23 13:09:03 +02:00
sebastianw c94c569fcb closes ticket #151 : in the picking window always the entire waveform data is plotted with varying zoom window sizes 2015-06-23 13:07:24 +02:00
sebastianw c851fa6901 avoid direct manipulation of attributes of an object; use get and set methods instead; new methods added to feature the desired behavior 2015-06-23 12:57:36 +02:00
sebastianw 6d8a17b7e2 deleting obsolete class definition 2015-06-23 12:51:27 +02:00
Ludger Küperkoch 1c749dd9a8 Debugging. 2015-06-23 12:24:13 +02:00
Ludger Küperkoch c54ba04ae2 Marginal changes. 2015-06-23 12:19:16 +02:00
Ludger Küperkoch add4944c05 Marginal changes. 2015-06-23 12:18:45 +02:00
Ludger Küperkoch c35dd456fe Merge branch 'develop' of ariadne.geophysik.rub.de:/data/git/pylot into develop
Merge necessary after commit before pull.
2015-06-23 12:02:51 +02:00
Ludger Küperkoch 44050564b8 Debugging. 2015-06-23 12:02:04 +02:00
Ludger Küperkoch 931853016a Debugging. 2015-06-23 12:01:36 +02:00
sebastianw 231a8b0244 Merge branch 'develop' of 134.147.164.251:/data/git/pylot into develop 2015-06-23 08:49:34 +02:00
sebastianw 8d4aaab92a [bugfix] return value of getnoisewin and getsignalwin should be of expected type numpy.ndarray (was tuple) 2015-06-23 08:49:10 +02:00
sebastianw a2ca6fd66f [bugfix] return value of getnoisewin and getsignalwin should be of expected type numpy.ndarray (was tuple) 2015-06-23 08:48:14 +02:00
sebastianw dc281c6c0e [bugfix] determine the SNR according to the demeaned waveform between the beginning of the noise window and the end of the signal window 2015-06-23 08:24:21 +02:00
sebastianw bb6ebc7ee1 reformatting code for reasons of coding conventions 2015-06-23 08:22:59 +02:00
Ludger Küperkoch 9ec7da7e4e Example of autoPyLoT.in for regional data set. 2015-06-22 16:28:35 +02:00
Ludger Küperkoch cab58a10aa Example of autoPyLoT.in for local data set. 2015-06-22 16:28:21 +02:00
Ludger Küperkoch d25e791bb8 Debugging. 2015-06-22 16:01:25 +02:00
Ludger Küperkoch 833b29a488 Debugging. 2015-06-22 16:01:16 +02:00
Ludger Küperkoch f2510ff400 Switched off warnings. 2015-06-22 15:35:16 +02:00
Ludger Küperkoch 4a911a4ac9 Marginal changes only. 2015-06-22 15:20:03 +02:00
Ludger Küperkoch ab53a72c57 Debugging: If not enough S-P times are available, the plotting is modified. 2015-06-22 15:07:54 +02:00
Ludger Küperkoch 99a5a4499a Debugging: If no P-Pick was determined, no plot of of horizontal data comes up. 2015-06-22 14:59:57 +02:00
Ludger Küperkoch eb153679ba Removed axis limits from plotting part. 2015-06-22 14:37:47 +02:00
Ludger Küperkoch aba3997b20 Modified earllatepicker: Mean is removed from trace calculated from noise + signal window. 2015-06-22 12:39:29 +02:00
Ludger Küperkoch 635ac1686b Merge branch 'develop' of ariadne.geophysik.rub.de:/data/git/pylot into develop
Conflicts:
	pylot/core/pick/utils.py
2015-06-22 11:27:01 +02:00
Ludger Küperkoch fd6e4cb02a Uses now UTCDateTime.timestamp as this is more efficient and shorter. 2015-06-22 11:07:22 +02:00
sebastianw 30bc8ccd82 reformatting code to avoid indentation inconsistencies 2015-06-22 11:06:53 +02:00
sebastianw 245a7455ff FilterOptions class has new method parseFilterOptions which establishes a valid keyword arguments dictionary to be parsed to the obspy.core.stream.Stream 's filter method 2015-06-22 10:59:14 +02:00
sebastianw ff52ec5410 started implementation of running of external programs (work in progress, pending until release of picking window) 2015-06-22 10:56:16 +02:00
sebastianw 6b14c452e2 Merge branch 'develop' of 134.147.164.251:/data/git/pylot into develop
Conflicts:
	pylot/core/pick/utils.py
2015-06-22 10:54:30 +02:00
sebastianw 864ef6c64d [bugfix] determination of zero crossings breaks down if data is not demeaned in the signal window (explicitly demeaning data in the signal window when determining the zero crossings) 2015-06-22 10:52:26 +02:00
Ludger Küperkoch 3330a3ae35 Corrected calculation of Vp/Vs ratio in wadaticheck, now determined from slope of trend as it should be. 2015-06-22 09:32:33 +02:00
Ludger Küperkoch a95caa5efc Weight 9 now for skiped S onsets, turned rank warning off. 2015-06-19 15:48:04 +02:00
Ludger Küperkoch aa624c0358 Added new function wadaticheck to test certainty of S-onsets using Wadati diagram. 2015-06-19 15:28:53 +02:00
Ludger Küperkoch b91f4c9619 Implemented new function wadaticheck. 2015-06-19 15:27:24 +02:00
Ludger Küperkoch 613bef1678 Implmented dictionary containing onset parameters. 2015-06-19 09:09:22 +02:00
Ludger Küperkoch fd796ba6e1 Implemented dictionary containing onset parameters. 2015-06-19 09:08:28 +02:00
sebastianw 57dfb86819 [bugfix] importing of run_autopicking.py was inhibited by badly indented call to raw_input() (fixed) 2015-06-18 10:55:26 +02:00
sebastianw 04b6c53ec0 Merge branch 'develop' of 134.147.164.251:/data/git/pylot into develop
Conflicts:
	pylot/core/pick/Picker.py
2015-06-12 09:38:19 +02:00
sebastianw 883fdf6bf5 just cleaning up the code to meet coding conventions 2015-06-12 09:36:52 +02:00
sebastianw c5ce958a41 just cleaning up the code to meet coding conventions 2015-06-12 09:31:58 +02:00
sebastianw c5da8fd994 changed usage signature of some function from module utils and the corresponding calls 2015-06-11 10:12:50 +02:00
sebastianw 546e919dc9 code clean-up following several conventions 2015-06-11 10:07:21 +02:00
sebastianw 3d8bea8f7e deleted obsolete module 2015-06-11 10:02:44 +02:00
sebastianw 63849177be package active will provide capabilities for processing reflection seismic surveys automatically 2015-06-11 05:36:56 +02:00
sebastianw 77b7d26902 selectable phases should be edited elsewhere not in the combobox itself 2015-06-11 05:34:07 +02:00
sebastianw e6e38dbb95 Merge branch 'develop' of 134.147.164.251:/data/git/pylot into develop 2015-06-10 15:49:15 +02:00
sebastianw 93dfe76b7e fixed some bugs concerning plotting and implemented a more flexible way of drawing the picks including error plotting 2015-06-10 15:49:06 +02:00