Commit Graph
2961 Commits
Author SHA1 Message Date
marcel af5953b053 [update] README.md 2017-09-21 15:34:29 +02:00
marcel c19f057abf [update] default pylot.in file updates 2017-09-21 15:20:05 +02:00
marcel 1f2b3147fd [cleanup] remove old files pt.2 2017-09-21 15:03:14 +02:00
marcel 43930a07cb [minor] remove navigation toolbar for tap 2017-09-21 14:42:19 +02:00
marcel 2a987cbdfa [cleanup] removed unused old code and output 2017-09-21 14:38:56 +02:00
marcel 238998e626 [cleanup] removed old unused class 2017-09-21 14:27:42 +02:00
marcel b465ba2111 [minor] color for qstatusbar missing 2017-09-21 14:26:35 +02:00
marcel 370e8a7074 [update] make HELP work again 2017-09-21 13:31:45 +02:00
marcel 259538f0b0 [minor] add some description to exp. histograms 2017-09-21 10:54:34 +02:00
marcel 3096ee4573 [bugfix] usage of unordered dict for comparison
implicit extraction of pdf names (auto, manu) for comparison from a list generated within dict iteration lead to possible flipping (auto - manu .or. manu - auto) of compared pdfs (and with that histograms)
2017-09-21 10:34:21 +02:00
marcel 92b12537eb [update] small improvements on comparison figures 2017-09-21 10:31:29 +02:00
marcel e9ce9635e0 [update] tuneAutoPicker color/pick visualisation 2017-09-20 11:03:30 +02:00
marcel c70222972c [update] small change in comparison figures 2017-09-19 16:08:04 +02:00
marcel 8397856213 [refs #247] array map initiation when loading project 2017-09-18 16:12:02 +02:00
marcel 961be8ccbc [bugfix] ibad referenced before assignment 2017-09-18 15:10:52 +02:00
marcel 7522201e06 [minor] beautiful progressbar 2017-09-18 15:06:50 +02:00
marcel 69ad0bf23b [bugfix] self.pdlg_widget not initiated 2017-09-18 15:06:33 +02:00
marcel 5bb55a8181 [update] move progressbar to bottom of mainwindow 2017-09-18 14:57:48 +02:00
marcel eab416df3f [bugfix] reset stdout in Worker 2017-09-18 14:46:29 +02:00
marcel 0949a6deac [update] apw saved, proper deletion of figures 2017-09-18 14:44:18 +02:00
marcel 6acb0ad580 [minor] wadata/jk improvements 2017-09-18 12:20:48 +02:00
marcel 316d19ba9e [bugfix] one replacement of i -> index missing 2017-09-18 11:39:27 +02:00
marcel 8a2bb65581 Merge remote-tracking branch 'origin/develop' into develop 2017-09-18 11:24:57 +02:00
marcel 330e15441e [bugfix] fig._tight=True tried to be set on None type 2017-09-18 11:23:52 +02:00
marcel 365657064f [cleanup] pycharm code inspection 2017-09-18 10:41:27 +02:00
marcel a5d863bf95 [cleanup] method without usage 2017-09-18 10:15:07 +02:00
Darius Arnold 6d0083040c Merge branch 'feature/fix-tuneautopicker_stationlist' into develop 2017-09-15 20:49:38 +02:00
Darius Arnold 586abea874 [bugfix] same treatment of waveform data in tune autopicker and load waveform
fixes #217. While generating the station list for the tune autopicker dialog, waveform data was loaded and some traces were removed (gaps, doubled, rotated). However, not all the functions were called on wfdat, so some stations would be unavailable in the general waveform overview for the event, but could be selected in the tune autopicker.
2017-09-15 20:48:22 +02:00
Darius Arnold 2ee3c9a304 [change] show more stations in stationbox of tune autopicker dialog 2017-09-15 18:59:17 +02:00
Darius Arnold 2e6c33de45 [bugfix] allow picking of S phase in lower area of waveform plot
Fixes bug report #211
2017-09-15 18:56:04 +02:00
Darius Arnold 864f035456 Merge branch 'improve_jackwada_plots' into develop 2017-09-15 18:32:26 +02:00
Darius Arnold 27a6af6636 improved jackknife/median plot
added different colors to markers for accepted picks, jackknife reject picks and median rejected picks, added lines indicating median tolerance
2017-09-15 18:31:20 +02:00
Darius Arnold 62625d6941 improved wadati plot
added names of stations, added lines indicating wadati tolerance
2017-09-15 18:28:33 +02:00
Darius Arnold 7c528a4bfd [change] jackknife and wadati plot show one instead of two points in legend 2017-09-15 16:48:08 +02:00
Darius Arnold 8dc5be8e49 [bugfix] removed unneccessary command added during tight layout change 2017-09-15 16:47:12 +02:00
Darius Arnold a7fd239574 [bugfix] improvements to removal of NaNs during Cf calculation 2017-09-15 16:28:27 +02:00
marcel 6a40eef3fc Merge branch 'develop' of ariadne.geophysik.ruhr-uni-bochum.de:/data/git/pylot into develop 2017-09-15 14:47:44 +02:00
marcel 183f9e77c0 [fixes #249] stylesheet path relative to style_settings 2017-09-15 14:47:05 +02:00
Darius Arnold c8affae0c2 Merge branch 'tightlayout_tuneauto' into develop 2017-09-15 14:12:33 +02:00
Darius Arnold ec8d471ce1 [change] enabled tight layout for tune autopicker plots 2017-09-15 14:11:28 +02:00
Darius Arnold a96f8dcb7d [add] wadati, jackknife and median test print excluded stations 2017-09-15 13:24:13 +02:00
Darius Arnold c65d6b8376 [bugfix] catch empty pickdics during comparison
Only the P phase might be picked by purpose, or the autopicker might not find any valid S onsets
2017-09-15 13:17:40 +02:00
Darius Arnold ff891cacdc add tight layout to overview plots of tune autopicker dialog 2017-09-15 13:15:30 +02:00
Darius Arnold 00df77e723 [add] remove mean from traces to avoid filtering artifact
Traces with constant offset (mean != 0) produce a large, low period artifact when filtered, even with tapering.
2017-09-15 12:09:56 +02:00
Darius Arnold 219d2d0e5a Merge remote-tracking branch 'origin/develop' into develop 2017-09-15 11:38:06 +02:00
marcel 7496025137 [rename] Ref Button -> Tune Button 2017-09-13 14:44:56 +02:00
marcel 4269256469 [update] make PyLoT icon great again
(bugfix and color change for visibility on dark system background)
2017-09-12 16:37:26 +02:00
marcel f2f908f8b5 [bugfix] missing parameter in getGlobalLimits 2017-09-12 15:31:02 +02:00
marcel 8381782194 [bugfix] missing third value (color) in tuple for autopicker 2017-09-12 14:10:15 +02:00
marcel 518019322d [minor] add event name to Histogram Window 2017-09-12 13:30:51 +02:00