327a22818a
added static method demeanWFData which simply returns the demeaned waveform stream object while the individual trace data are decreased by the average value of the waveform in a given window
2015-06-29 16:21:17 +02:00
a854cf2762
use default filter options for all expected phases set up by the project leader
2015-06-28 19:35:01 +02:00
e542aa70d9
doctesting added without having doctests inserted (pending)
2015-06-25 10:36:45 +02:00
4292197818
[bugfix] switching between zooming types now does not cause weird mouse event behavior anymore
2015-06-25 10:35:58 +02:00
ec3ecd04bb
pick colors now depend on the type of phase picked; blueish colors for compressional wave (p) phases and reddish colors for shear wave (s) phases
2015-06-25 10:34:15 +02:00
a383f8c769
[bugfix] labels are now drawn correctly after picking an onset
2015-06-25 10:31:55 +02:00
cb5bd7dc09
differentiate between initial picks for p and s phases as they are picked from different components; zoom window determination for s phases not implemented yet
2015-06-25 10:30:59 +02:00
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
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
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
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
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
546e919dc9
code clean-up following several conventions
2015-06-11 10:07:21 +02:00
77b7d26902
selectable phases should be edited elsewhere not in the combobox itself
2015-06-11 05:34:07 +02:00
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
c86adb4e6e
preparing storing the picks and making the GUI work more intuitively
2015-05-28 12:14:16 +02:00
4b641f1b3c
reversed polarity in picking mode
2015-04-21 08:21:59 +02:00
463535f01a
improved flexibility of the GUI actions (Matplotlib) implementation
2015-04-21 08:16:32 +02:00
4d268da435
suppress output of earllatepicker
2015-04-13 09:52:45 +02:00
7816e6342f
zooming for 3-component window changed now zooming is done by using the mouse wheel
...
bugfix: calculation of the snr corrected
2015-04-13 09:42:17 +02:00
67dd66535a
bugfix: zooming with scroll wheel now working properly
...
task: panning now available while in exploration mode, if a phase is selected initial pick can be set and afterwards the onset itself (procedure questionable as two picks are needed)
panning not tested yet!
2015-04-09 08:49:11 +02:00
d21798f633
test pickingdialog and prepare figures for the poster
2015-04-07 15:00:00 +02:00
043c45e02c
bugfix: undo filtering when checkbox is unchecked
...
code improvement: class PickDlg -> distinguish between setting the initial pick (for zooming) and setting the actual pick (phase onset); methods renamed -> setPick is now setIniPick and plotPick became setPick
2015-04-06 11:42:21 +02:00
b243be8075
task: implementation of picking (work in progress)
2015-04-02 18:48:06 +02:00
e35d6b9371
bugfix: modified icon management and corrected usage of references
2015-04-02 18:36:21 +02:00
27ecdb899b
plotting scheme restructured: the same widgets are used for plotting the overview and the station plots, the plotting method has been moved to the widget side which makes more sense than having it on the data side;
...
new functions in utils module: prepTimeAxis returns a proper time axis array for a given start time and an obspy trace; getGlobalTimes returns the minimum start time and the maximum end time (edges) of a given obspy stream object
2015-03-29 08:07:46 +02:00
474622027e
now the station selection works fine and a picking window is opened when the waveform has been clicked
2015-03-12 13:59:29 +01:00
a0bbe8ca04
trying to get the picking of plot coordinates working (pending for poster preparation)
2015-03-11 12:05:52 +01:00
c7aeb1959b
implement picking window and station selection (tests pending due to not working station selection so far)
2015-03-09 11:21:33 +01:00
54916fa421
Merge branch 'filter-handling' into develop
...
Conflicts:
pylot/core/util/widgets.py
2015-03-06 09:14:51 +01:00
78b41f3d57
initialization of a picking window (work doubled due to system crash before commit)
2015-03-06 09:05:52 +01:00
Sebastian Wehling
a86a2efb8a
debugging in progress (filter waveform not working)
2015-03-05 14:52:34 +01:00
Sebastian Wehling
567ae16f1d
bugfix: FilterOptionsDialog should only provide logic options
2015-03-04 15:42:08 +01:00
Sebastian Wehling
cc2d823272
user interface setup for picking dialog added
2015-03-04 11:54:56 +01:00
Sebastian Wehling
0dbcca1c6f
moved function createAction to the widgets module (reused in additional widget)
...
bugfix: on Linux systems os.getlogin raises an exception (reimplementation: getLogin)
2015-03-04 11:52:04 +01:00
b23c9d1104
initialized new widget and window for picking (work in progress)
2015-03-01 19:59:41 +01:00
addb8ae815
try to make filtering work
2015-03-01 19:59:41 +01:00
5496b2deaa
bugfix: use get and set methods instead of directly changes values of attributes
2015-02-20 08:28:24 +01:00
757a6d784b
better use call to the classes method then returning a value
2015-02-18 15:35:54 +01:00
cdb8af56b3
bugfix: avoid empty parts of the data display
2015-02-18 15:35:12 +01:00
abbe9cb2c4
bugfix: missed to call get method before trying to fetch an item
2015-02-18 15:34:21 +01:00