|
3dc9bb3d06
|
some pick plotting issues solved; replotting main window if picks have been changed, otherwise just plot additional/deleted picks
|
2015-09-25 15:06:59 +02:00 |
|
|
33164d4d1f
|
corrected for some python 3 compatibility issues; added a new delete picks button to the picking window
|
2015-09-25 09:03:59 +02:00 |
|
|
cc0b1e0a5b
|
176 open event failure
|
2015-09-03 13:21:46 +02:00 |
|
|
d9cb3517cc
|
[closes #160] the picking window has now a home button for easy reset of zoom
|
2015-07-21 08:10:15 +02:00 |
|
|
092852d745
|
fix import error on debian machine
|
2015-07-13 15:15:37 +02:00 |
|
|
8802267628
|
fix zooming issue after S Pick is set
|
2015-07-13 10:03:43 +02:00 |
|
|
d79165a9f2
|
[bugfix] pick times are absolute times, thus for plotting the start time has to be subtracted
|
2015-07-13 06:40:10 +02:00 |
|
|
ea976295d0
|
huge structural rearrangement to resolve circular import problems
[add] new feature added to QtPyLoT capable of automatically picking an event from overview window
|
2015-07-10 09:22:58 +02:00 |
|
|
cf944358dd
|
removed unnecessary apply button
|
2015-07-07 11:23:29 +02:00 |
|
|
ca1b41511c
|
draw picks from main window to the picking window
|
2015-07-07 11:23:01 +02:00 |
|
|
b8c92ed551
|
preparing to parse the picks to the picking window
|
2015-07-07 11:02:46 +02:00 |
|
|
b8aabfce99
|
implement changes proposed by deprecation warning from matplotlib
|
2015-07-07 10:49:42 +02:00 |
|
|
f99f5dbc8f
|
unified icon set used for PyLoT in order to match the license restriction
|
2015-07-07 10:31:39 +02:00 |
|
|
a08c9e91e0
|
Ludger reported a Qt Problem that the MPLWidget was not recognized as an PySide.QtGui.QWidget; the problem was not reproducible on my system; maybe the problem was caused because getnoisewin is now imported from pick/utils and there matplotlib is imported for plotting reasons but to clarify the Qt backend used by matplotlib, it should not be imported before
|
2015-07-06 09:51:59 +02:00 |
|
|
97aaa0b0d3
|
convenience imports and implementation of initial pick set for S phases (including zooming to re-scaled horizontal data)
|
2015-07-02 10:40:01 +02:00 |
|
|
a5c1f68f03
|
[bugfix] draw all picked phases not only the actually picked one
|
2015-07-02 10:37:31 +02:00 |
|
|
5e6173b351
|
[bugfix] fixes an issue where the zoom action is not reset when setting the initial pick
|
2015-07-02 10:36:33 +02:00 |
|
|
d05e9320e5
|
make MPLWidget able to distinguish scaled and unscaled data; additionally make plotting noise levels more convenient
|
2015-07-02 10:35:36 +02:00 |
|
|
a46b0db583
|
new method to return the traceID for given channel names
|
2015-07-02 10:32:35 +02:00 |
|
|
f77ba344c3
|
make the implementation of the picking dialog widget initialization method better readable
|
2015-07-02 10:31:39 +02:00 |
|
|
e99d2630a1
|
moved static methods as functions to the util package for flexibility reasons
|
2015-07-02 10:29:50 +02:00 |
|
|
1af88fbe85
|
default values changed to the defaults from autopylot
|
2015-06-29 16:23:46 +02:00 |
|
|
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 |
|