|
bb52f8ac83
|
moved the determination of the time resolution window to the utils module within the pick package
|
2015-06-25 10:27:00 +02:00 |
|
|
b42f88605b
|
the main application window now opens in fullscreen mode
|
2015-06-25 10:25:08 +02:00 |
|
|
7635f790fd
|
[bugfix] one filter parameter was type string and caused problems when parsing the parameters to the filter function of an obspy object
|
2015-06-25 10:24:17 +02:00 |
|
|
7ec28664b4
|
new function getResolutionWindow and doc testing added
|
2015-06-25 10:21:52 +02:00 |
|
Ludger Küperkoch
|
c9f07b6540
|
getSNR: demean using only mean determined from noise window.
|
2015-06-25 10:07:35 +02:00 |
|
Ludger Küperkoch
|
2cd7572ee4
|
Removed fixed plotting flag.
|
2015-06-24 16:44:15 +02:00 |
|
Ludger Küperkoch
|
7281220b55
|
wadaticheck: bug fixed, initialization of running index at wrong place.
|
2015-06-24 16:42:50 +02:00 |
|
Ludger Küperkoch
|
1abcb9d9a9
|
Merge branch 'develop' of ariadne.geophysik.rub.de:/data/git/pylot into develop
|
2015-06-24 15:47:14 +02:00 |
|
Ludger Küperkoch
|
c68597ce62
|
Debugging.
|
2015-06-24 15:43:59 +02:00 |
|
|
311b3f1de1
|
Merge branch 'develop' of 134.147.164.251:/data/git/pylot into develop
|
2015-06-24 14:33:30 +02:00 |
|
|
c840e07635
|
filtering of the waveform in the picking window implemented (work in progress, still bugs inside which have to be located and fixed)
|
2015-06-24 14:33:19 +02:00 |
|
|
0d3fb8be93
|
[bugfix] false indentation corrected (broken program logic fixed)
|
2015-06-24 14:31:43 +02:00 |
|
|
8dd100792e
|
[bugfix] obspy filter function do not use order but corners as parameter name (keyword changed for argument parser)
|
2015-06-24 14:30:48 +02:00 |
|
Ludger Küperkoch
|
0cc29802a4
|
Added/modified parameters for new function checksignallength.
|
2015-06-24 14:25:18 +02:00 |
|
Ludger Küperkoch
|
a6d19eae7d
|
Added/modified parameters for new function checksignallength.
|
2015-06-24 14:25:09 +02:00 |
|
|
4548f361e4
|
Merge branch 'develop' of 134.147.164.251:/data/git/pylot into develop
|
2015-06-24 14:24:20 +02:00 |
|
Ludger Küperkoch
|
017532272f
|
Modified: new function checksignallength added.
|
2015-06-24 14:17:43 +02:00 |
|
Ludger Küperkoch
|
68bbea9854
|
Implemented new function for quality control: checksignallength, checks signal length in order to detect spuriously picked noise peaks.
|
2015-06-24 14:15:54 +02:00 |
|
Ludger Küperkoch
|
b44fbe0b02
|
Some Cosmetics.
|
2015-06-24 10:23:24 +02:00 |
|
Ludger Küperkoch
|
61c745cd79
|
Modified parameters.
|
2015-06-24 09:31:18 +02:00 |
|
Ludger Küperkoch
|
7ede5a7859
|
Modified parameters.
|
2015-06-24 09:31:01 +02:00 |
|
Ludger Küperkoch
|
728cf15f19
|
Demean: Mean to be subtracted from time series is now calculated from noise part only.
|
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
|
2015-06-24 09:24:21 +02:00 |
|
Ludger Küperkoch
|
123634924b
|
Removed fix iplot flag.
|
2015-06-23 16:27:28 +02:00 |
|
Ludger Küperkoch
|
8f0c1fb8ec
|
Debugging.
|
2015-06-23 16:24:10 +02:00 |
|
Ludger Küperkoch
|
5410b4481a
|
Debugging.
|
2015-06-23 16:23:18 +02:00 |
|
Ludger Küperkoch
|
54fd3004b4
|
Debugging.
|
2015-06-23 16:22:21 +02:00 |
|
|
2c9ad97a4a
|
avoid weird behavior of the picking window
|
2015-06-23 13:26:37 +02:00 |
|
|
37e50b12e6
|
use more reliable hard coded sample phase names
|
2015-06-23 13:25:27 +02:00 |
|
|
03219e69d6
|
substract the mean of the waveform data within the noise window prior to picking
|
2015-06-23 13:24:47 +02:00 |
|
|
dec3e733a2
|
use settings and defaults rather than hard coded parameters
|
2015-06-23 13:23:31 +02:00 |
|
|
ca4c5edb18
|
make the code more readable
|
2015-06-23 13:22:30 +02:00 |
|
|
b1990e6e1c
|
filter waveform with default parameter for selected phase prior to initial phase identification
|
2015-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
|
2015-06-23 13:15:39 +02:00 |
|
|
f1c7f00193
|
new local variable reused in plotting command for noise level positioning while plotting
|
2015-06-23 13:12:20 +02:00 |
|
|
c1818622de
|
[bugfix] obsolete plotting command causing the plot to appear differently than desired
|
2015-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
|
2015-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
|
2015-06-23 12:57:36 +02:00 |
|
|
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 |
|
|
231a8b0244
|
Merge branch 'develop' of 134.147.164.251:/data/git/pylot into develop
|
2015-06-23 08:49:34 +02:00 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
bb6ebc7ee1
|
reformatting code for reasons of coding conventions
|
2015-06-23 08:22:59 +02:00 |
|