728cf15f19
Demean: Mean to be subtracted from time series is now calculated from noise part only.
Ludger Küperkoch
2015-06-24 09:29:59 +02:00
ac99ec8a76
added static method to the FilterOptionsDialog in order to be able to directly get an filter object without having to create an dialog object in advance explicitly
Sebastian Wehling-Benatelli2015-06-24 09:24:21 +02:00
b1990e6e1c
filter waveform with default parameter for selected phase prior to initial phase identification
Sebastian Wehling-Benatelli2015-06-23 13:22:01 +02:00
2393b88f05
rearranged filter waveform data method to match signature of the parseFilterOptions method of the FilterOptions object which will be used to hold filter information which can be defined by the project leader in advance
Sebastian Wehling-Benatelli2015-06-23 13:15:39 +02:00
f1c7f00193
new local variable reused in plotting command for noise level positioning while plotting
Sebastian Wehling-Benatelli2015-06-23 13:12:20 +02:00
c1818622de
[bugfix] obsolete plotting command causing the plot to appear differently than desired
Sebastian Wehling-Benatelli2015-06-23 13:09:03 +02:00
c94c569fcb
closes ticket #151 : in the picking window always the entire waveform data is plotted with varying zoom window sizes
Sebastian Wehling-Benatelli2015-06-23 13:07:24 +02:00
c851fa6901
avoid direct manipulation of attributes of an object; use get and set methods instead; new methods added to feature the desired behavior
Sebastian Wehling-Benatelli2015-06-23 12:57:36 +02:00
c35dd456fe
Merge branch 'develop' of ariadne.geophysik.rub.de:/data/git/pylot into develop Merge necessary after commit before pull.
Ludger Küperkoch
2015-06-23 12:02:51 +02:00
8d4aaab92a
[bugfix] return value of getnoisewin and getsignalwin should be of expected type numpy.ndarray (was tuple)
Sebastian Wehling-Benatelli2015-06-23 08:48:14 +02:00
a2ca6fd66f
[bugfix] return value of getnoisewin and getsignalwin should be of expected type numpy.ndarray (was tuple)
Sebastian Wehling-Benatelli2015-06-23 08:48:14 +02:00
dc281c6c0e
[bugfix] determine the SNR according to the demeaned waveform between the beginning of the noise window and the end of the signal window
Sebastian Wehling-Benatelli2015-06-23 08:24:21 +02:00
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
Sebastian Wehling-Benatelli2015-06-22 10:59:14 +02:00
ff52ec5410
started implementation of running of external programs (work in progress, pending until release of picking window)
Sebastian Wehling-Benatelli2015-06-22 10:56:16 +02:00
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)
Sebastian Wehling-Benatelli2015-06-22 10:52:26 +02:00
3330a3ae35
Corrected calculation of Vp/Vs ratio in wadaticheck, now determined from slope of trend as it should be.
Ludger Küperkoch
2015-06-22 09:32:33 +02:00
a95caa5efc
Weight 9 now for skiped S onsets, turned rank warning off.
Ludger Küperkoch
2015-06-19 15:48:04 +02:00
aa624c0358
Added new function wadaticheck to test certainty of S-onsets using Wadati diagram.
Ludger Küperkoch
2015-06-19 15:28:53 +02:00
b91f4c9619
Implemented new function wadaticheck.
Ludger Küperkoch
2015-06-19 15:27:24 +02:00
57dfb86819
[bugfix] importing of run_autopicking.py was inhibited by badly indented call to raw_input() (fixed)
Sebastian Wehling-Benatelli2015-06-18 10:55:26 +02:00
c5da8fd994
changed usage signature of some function from module utils and the corresponding calls
Sebastian Wehling-Benatelli2015-06-11 10:12:50 +02:00
63849177be
package active will provide capabilities for processing reflection seismic surveys automatically
Sebastian Wehling-Benatelli2015-06-11 05:36:56 +02:00
93dfe76b7e
fixed some bugs concerning plotting and implemented a more flexible way of drawing the picks including error plotting
Sebastian Wehling-Benatelli2015-06-10 15:49:06 +02:00
1d70a236d1
[bugfix] avoid forming invalid pickID strings (line 194) do not use altered resource identifier for all kinds of event objects
Sebastian Wehling-Benatelli2015-06-10 15:45:49 +02:00
ce75a82f5b
Some cosmetics.
Ludger Küperkoch
2015-06-02 13:42:44 +02:00
15b245c2e8
Debuging, temporary solved problems occuring when reading channels of not oriented sondes (channels 1/2).
Ludger Küperkoch
2015-06-01 16:30:22 +02:00
5488d4e0fc
Debuged loop, seperate loops for single event or complete data structure processing, respectively.
Ludger Küperkoch
2015-06-01 16:28:27 +02:00
c676fc5762
Modified loop over all available stations to prevent processing of one station several times.
Ludger Küperkoch
2015-06-01 14:15:37 +02:00
74682952e7
New function invoked by autoPyLoT for automated picking of onset times. Main tool for automatic picking!
Ludger Küperkoch
2015-05-29 16:48:58 +02:00
5be662524f
Debuged AIC picker for plotting smoothed CF instead of unsmoothed CF, implemented quick and dirty a temporary solution to process restituted data in order to calculate apropriate slope (line 204).
Ludger Küperkoch
2015-05-29 16:43:32 +02:00
6e51c05c94
Running indicies changed after kai Olbert to calculate equal CF as done in MatLab, implemented some tools to compensate numerical artefacts.
Ludger Küperkoch
2015-05-29 16:35:00 +02:00
1c71286fd8
Modified picking parameter input file for new function run_autopicking.
Ludger Küperkoch
2015-05-29 16:30:12 +02:00
c04235dffc
Merge branch 'develop' of ariadne.geophysik.rub.de:/data/git/pylot into develop
Ludger Küperkoch
2015-05-27 09:36:21 +02:00
caa0dce637
Adopted zero-crossing plotting to output of new function for calculating zero-crossings.
Ludger Küperkoch
2015-05-27 09:36:12 +02:00
a239de26e8
bugfix: eventID is now appended to the path in autoPyLoT if eventID is given in autoPyLoT.in
Sebastian Wehling-Benatelli2015-05-27 08:48:07 +02:00