728cf15f19Demean: 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
ac99ec8a76added 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 explicitlySebastian Wehling-Benatelli2015-06-24 09:24:21 +02:00
b1990e6e1cfilter waveform with default parameter for selected phase prior to initial phase identificationSebastian Wehling-Benatelli2015-06-23 13:22:01 +02:00
2393b88f05rearranged 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 advanceSebastian Wehling-Benatelli2015-06-23 13:15:39 +02:00
f1c7f00193new local variable reused in plotting command for noise level positioning while plottingSebastian Wehling-Benatelli2015-06-23 13:12:20 +02:00
c1818622de[bugfix] obsolete plotting command causing the plot to appear differently than desiredSebastian Wehling-Benatelli2015-06-23 13:09:03 +02:00
c94c569fcbcloses ticket #151 : in the picking window always the entire waveform data is plotted with varying zoom window sizesSebastian Wehling-Benatelli2015-06-23 13:07:24 +02:00
c851fa6901avoid direct manipulation of attributes of an object; use get and set methods instead; new methods added to feature the desired behaviorSebastian Wehling-Benatelli2015-06-23 12:57:36 +02:00
c35dd456feMerge 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 windowSebastian Wehling-Benatelli2015-06-23 08:24:21 +02:00
245a7455ffFilterOptions class has new method parseFilterOptions which establishes a valid keyword arguments dictionary to be parsed to the obspy.core.stream.Stream 's filter methodSebastian Wehling-Benatelli2015-06-22 10:59:14 +02:00
ff52ec5410started 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
3330a3ae35Corrected 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
a95caa5efcWeight 9 now for skiped S onsets, turned rank warning off.
Ludger Küperkoch
2015-06-19 15:48:04 +02:00
aa624c0358Added new function wadaticheck to test certainty of S-onsets using Wadati diagram.
Ludger Küperkoch
2015-06-19 15:28:53 +02:00
b91f4c9619Implemented 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
63849177bepackage active will provide capabilities for processing reflection seismic surveys automaticallySebastian Wehling-Benatelli2015-06-11 05:36:56 +02:00
93dfe76b7efixed some bugs concerning plotting and implemented a more flexible way of drawing the picks including error plottingSebastian 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 objectsSebastian Wehling-Benatelli2015-06-10 15:45:49 +02:00
15b245c2e8Debuging, 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
5488d4e0fcDebuged loop, seperate loops for single event or complete data structure processing, respectively.
Ludger Küperkoch
2015-06-01 16:28:27 +02:00
85f0717f10Implemented first-motion picker, some debugging.
Ludger Küperkoch
2015-06-01 14:18:18 +02:00
ab9a49a727Additional parameters for first-motion picker.
Ludger Küperkoch
2015-06-01 14:16:52 +02:00
c676fc5762Modified loop over all available stations to prevent processing of one station several times.
Ludger Küperkoch
2015-06-01 14:15:37 +02:00
74682952e7New 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
5be662524fDebuged 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
6e51c05c94Running 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
1c71286fd8Modified picking parameter input file for new function run_autopicking.
Ludger Küperkoch
2015-05-29 16:30:12 +02:00
c04235dffcMerge branch 'develop' of ariadne.geophysik.rub.de:/data/git/pylot into develop
Ludger Küperkoch
2015-05-27 09:36:21 +02:00
caa0dce637Adopted zero-crossing plotting to output of new function for calculating zero-crossings.
Ludger Küperkoch
2015-05-27 09:36:12 +02:00
a239de26e8bugfix: eventID is now appended to the path in autoPyLoT if eventID is given in autoPyLoT.inSebastian Wehling-Benatelli2015-05-27 08:48:07 +02:00