3cee0e6df9
[change] added plots for debugging
2016-06-13 14:23:42 +02:00
79f0982558
[bugfix] use only vaild values for plotting
2016-06-13 11:27:16 +02:00
467f0ae79b
[new] histogram plot added; debugging in progress
2016-06-10 14:37:33 +02:00
280f8544e4
[prepare] starting implementation of a histogram overview plot from pick comparison dialog
2016-06-10 09:04:10 +02:00
b5d94eed61
[ closes #195 ] implementation of comparison within GUI ready for testing
2016-06-08 15:00:47 +02:00
b96366e321
[ref #195 ] implementation done; some bugs have to be fixed
2016-06-08 13:14:38 +02:00
8e09fd7c42
[refs #195 ] pushing GUI element implementation forward
2016-06-07 13:51:03 +02:00
536019259e
[adresses 195] preparing GUI elements for a new dialog widget for interactive comparison
2016-06-06 14:10:46 +02:00
de89fc83ce
moved widget to utils widgets for consistency and reusability
...
additionally the filter for PHASES and LOC files has been modified to avoid false selection
2016-06-02 09:39:01 +02:00
edd8920d54
WALL-E --- Small robot, big job! Restructuring the code and preparing implementation of a re-assessment tool for PILOT phases.
2016-05-01 21:10:30 +02:00
7a712ca37c
[ fixes #194 ] automatic filtering works also when switching phase selection
...
Switching the phase selection without picking the last onset did not filter according to the selected phase filter parameter. With this revision a displaying bug showing muliple '( filtered, filtered, filtered)' statements due to switching the phases is fixed as well.
2016-03-30 09:12:56 +02:00
d7cfd0d176
WALL-E: Einmal aufräumen und zurück!
2016-03-30 08:14:58 +02:00
320b7b7219
[bugfix] pick blocker was not reset after phase was picked
2016-03-29 14:42:51 +02:00
2d66248cf9
[ fixes #172 ] now also in overview all horizontals are plotted
2016-03-29 14:06:57 +02:00
fef1a95391
[ fixes #193 ] fixed bug introduced by component mapping
...
fixes a bug which was introduced in revision b8d680f54f79b606431f63bb1f98f177ccc77bcb
2016-03-29 11:40:16 +02:00
cee48146d0
[ closes #178 ] makes use of the new status variable pick_block introduced as filter_block to solve #174
2016-03-29 07:58:20 +02:00
a1c79b554a
Merge branch '174' into develop
2016-03-25 05:08:09 +01:00
65df2c7dde
[ closes #174 ] now the filter button in the picking window is no toggle button anymore and has no effect when in picking mode
2016-03-25 05:07:18 +01:00
06576586c6
[edit] make use of new pick tag
...
find out the person's name for tagging the picks set within PyLoT
2016-03-23 12:00:54 +01:00
b8d680f54f
189 Channels shown in wrong order.
2016-03-18 15:35:12 +01:00
e6f404a219
[ closes #188 ] picks are set correctly now
...
earliest and latest possible picks are now derived from the actually displayed (in some cases filtered) waveforms
2016-03-07 10:15:42 +01:00
18785edf68
[ fixes #186 ] filteroptions are only parsed if they are not NoneType
2016-03-03 14:02:49 +01:00
c2168dbef3
[ fixes #185 ] filtering of waveforms now conserved for picking
2016-03-03 11:12:27 +01:00
6108519acb
[ closes #182 ]
...
noiselevel now determined as the maximum of the absolute values of the noisewindow (holds also for signallevel); now the SNR and noiselevel is determined from the filtered waveform
2016-03-03 10:40:20 +01:00
848d11270b
[ fixes #181 ] now picking on horizontal components 1, 2 and N,E is possible
2016-03-02 13:37:40 +01:00
c09a3271f9
make use of new option to getSNR
2016-03-02 11:08:14 +01:00
5f8569c7d9
[bugfix] now catching all cases
2015-11-30 09:53:55 +01:00
f1cee0cbfd
[ fixes #168 ] now any TypeError is handled by try ... except clause
2015-11-24 11:30:58 +01:00
7a9c44198f
[bugfix] currently set data structure now selected in QComboBox widget
2015-11-24 11:05:19 +01:00
69efd4d411
finished implementation of location tool tab in properties window (used to modify settings from the GUI)
2015-11-24 10:27:35 +01:00
8a4ac82c3a
[new] added a new location tools tab to the properties widget (not working yet)
2015-11-23 15:07:43 +01:00
851da7eb15
re-design of the properties tabbed window
2015-11-23 11:41:04 +01:00
386131e9f3
started implementation of NLLoc properties selection into manualPyLoT; new utility routine to find indices throughout QComboBox' items
2015-11-20 09:06:52 +01:00
0cd427486c
[modified] updateUi method for the FilterOptionsDlg has been restructured and simplified
2015-10-30 06:16:00 +01:00
0a7b02c04a
general clean-up 2.0 even more checks made and issues resolved
2015-10-19 11:25:15 +02:00
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