|
d9cb3517cc
|
[closes #160] the picking window has now a home button for easy reset of zoom
|
2015-07-21 08:10:15 +02:00 |
|
|
0e3576d193
|
[closes #157] filter defaults are now read from text file like the sample filter.in coming with this commit simply copy to .pylot folder in your home directory (this is preliminary because the filter parameters should be settable project wide by one responsible person)
|
2015-07-21 07:41:41 +02:00 |
|
|
0b02e8c213
|
Merge branch 'export-and-save-picks' into develop
|
2015-07-18 16:13:37 +02:00 |
|
|
17933c75f0
|
file format for exporting event data is controlled by the extension used; this behavior is more convenient for a GUI driven file selection
|
2015-07-18 15:59:42 +02:00 |
|
|
49bf0ecd3c
|
make the naming of the Thread self explaining
|
2015-07-14 08:08:02 +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 |
|
|
398a25f902
|
non-working commit of autoPyLoT functionality in overview window
|
2015-07-09 11:37:03 +02:00 |
|
|
120f2743d2
|
preparing call to autoPyLoT from QtPyLoT
|
2015-07-09 11:34:41 +02:00 |
|
|
ec9840839e
|
preserve the occurrence of the authority id in the filenames for write support of event information
|
2015-07-08 14:58:42 +02:00 |
|
|
05d38f583f
|
corrected names for the output format to write event information on disk
|
2015-07-08 14:57:22 +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 |
|
|
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 |
|
|
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 |
|
|
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 |
|