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
c15716388d
new zoom icon added
2015-04-07 15:00:53 +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
0824026159
standalone python files now import definitions from module pylot.core.pick.utils and parse arguments when called from shell (deleted "if __name__ == '__main__' :" clauses from the module)
2015-04-02 15:45:38 +02:00
Ludger Küperkoch
f6f1c9cf2f
Modified to handle new module utils.
2015-03-30 16:25:04 +02:00
Ludger Küperkoch
a015b0c90d
New functions in module: getnoisewin and getsignalwin to extract noise and signal parts.
2015-03-30 16:22:20 +02:00
Ludger Küperkoch
e8aa9de060
Modified to handle new module utils.py.
2015-03-30 16:20:41 +02:00
Ludger Küperkoch
1cdda3652f
New module containing some helpful functions, replaces getSNR, fmpicker, and earllatepicker.
2015-03-30 14:35:21 +02:00
Ludger Küperkoch
bebe3a3c45
Cleaned up source code, debuged: calculates now T/4 instead of T/8 out of zero crossings.
2015-03-30 14:18:19 +02:00
Ludger Küperkoch
0ad7e629ce
Marginal changes only.
2015-03-30 10:59:27 +02:00
Ludger Küperkoch
45eb138717
New function to derive SNR, returns SNR and SNR[dB].
2015-03-30 10:58:24 +02:00
5b52f718fe
mutable default arguments may cause problems as unexpected default behavior
2015-03-30 06:04:24 +02:00
814906ef65
module restructured: beginning with general utils followed by utils concerning obspy event creation
2015-03-30 05:55:54 +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
ae57381733
Merge branch 'develop' of 134.147.164.251:/data/git/pylot into develop
2015-03-19 15:38:13 +01:00
c46b8a7821
made a copy and modified run_makeCF.py (now test_autopick.py in the root directory)
2015-03-19 15:36:55 +01:00
Ludger Küperkoch
dc78abed09
Modified to handle new function fmpicker.
2015-03-19 14:36:56 +01:00
Ludger Küperkoch
a606b030e2
New function to derive automatically first motion (polarity) of phase onset based on zero crossings and slope determination.
2015-03-19 14:32:50 +01:00
Ludger Küperkoch
787cac7d68
Removed class EarlLatePicker, replaced by new function earllatepicker.
2015-03-18 14:45:49 +01:00
Ludger Küperkoch
16ae4bdfe9
Modified for using new function earllatepicker instead of removed class EarlLatePicker of object Picker.
2015-03-18 14:45:08 +01:00
Ludger Küperkoch
8ba34db05c
New function to calculate earliest and latest possible pick from a given initial (most likely) pick. Replaces class EarlLatePicker of object Picker.
2015-03-18 14:44:08 +01:00
Ludger Küperkoch
49a248d139
Debuged AICPicker: Now values equal zero are removed from CF to avoid numerical instabilities.
2015-03-12 15:45:54 +01: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
Ludger Küperkoch
486449fbb5
Debuged EarLatePicker noise level exceedance part.
2015-03-11 12:01:06 +01:00
Ludger Küperkoch
85f0445e6b
Stabilized AICPicker: if no minimum was found, try 1st derivative of AIC-CF.
2015-03-10 16:48:48 +01:00
Ludger Küperkoch
ea68b38f7e
Stabilized AICPicker by introducing 1st derivative of CF to find global maximum.
2015-03-10 16:18:32 +01:00
Ludger Küperkoch
380cccdf16
New attribute getPickError in class EarlLatePicker to derive symmetric picking error out of earliest and latest possible and most probable pick.
2015-03-09 16:14:03 +01:00
Ludger Küperkoch
a3fb4770c6
Modified to apply and show symmetric picking error derived from EarlLatePicker.py with new attribute getPickError.
2015-03-09 16:11: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
e321ad26b2
make creating new event work
2015-03-06 09:03:04 +01:00
Sebastian Wehling
a86a2efb8a
debugging in progress (filter waveform not working)
2015-03-05 14:52:34 +01:00
Sebastian Wehling
ffa58c1f89
Merge branch 'develop' of ariadne:/data/git/pylot into develop
2015-03-05 11:54:32 +01:00
Dennis Wlecklik
5fbd9d7fa9
initial import from coincidence trigger to generate coincidence triggerlists
...
with obspys coincidenceTrigger
2015-03-05 11:49:27 +01:00
Dennis Wlecklik
3507314955
initial git import of module trigger which introduces simple triggerlist
...
modification functionality
2015-03-05 11:44:38 +01:00
Ludger Küperkoch
77c87067da
Different time windows for slope determination from AR- and HOS-CF.
2015-03-04 15:53:18 +01:00
Ludger Küperkoch
8f71297884
Debuged, stable slope determination of CF, modified plotting.
2015-03-04 15:52:14 +01:00
Sebastian Wehling
567ae16f1d
bugfix: FilterOptionsDialog should only provide logic options
2015-03-04 15:42:08 +01:00
Sebastian Wehling
5f0b7fbdc0
bugfix: fixed usage of createAction do to outsourcing
2015-03-04 15:40:25 +01:00
Ludger Küperkoch
714e70de69
Modified for improved class Picker.py
2015-03-04 13:49:02 +01:00
Ludger Küperkoch
f6922fafef
Implemented quality assessment for AICPicker based on slope and SNR from CF. New attributes getSNR and getSlope.
2015-03-04 13:45:29 +01:00
Sebastian Wehling
cc2d823272
user interface setup for picking dialog added
2015-03-04 11:54:56 +01:00
Sebastian Wehling
0ceba15118
corrected MatLab code remnant semicolon
2015-03-04 11:53:15 +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