Commit Graph

  • 1143d97f36 added manual picks to tune autopick figures Marcel Paffrath 2017-05-18 15:24:30 +0200
  • f814ec8656 Bugfix: if no plotflag set, fig was not assigned. Ludger Küperkoch 2017-05-18 13:53:22 +0200
  • 77153bc8e9 Merge remote-tracking branch 'origin/develop' into develop Marcel Paffrath 2017-05-18 13:22:13 +0200
  • a8861dfdab [bugfix] multiprocessing problem fixed, caused by a general bug passing wrong argument [fig_dict] to AIC instead of [fig_dict[key]]; also iplot flag is correctly read from parameter file now Marcel Paffrath 2017-05-18 13:16:53 +0200
  • d9f087cb72 Merge branch 'develop' of ariadne.geophysik.rub.de:/data/git/pylot into develop Ludger Küperkoch 2017-05-18 12:02:07 +0200
  • 72f5f160c2 Tried to fix bug when calling autoPyLoT from GUI, still not working ... Ludger Küperkoch 2017-05-18 11:58:12 +0200
  • 46236eeb55 changed PyQt import to PySide import! Marcel Paffrath 2017-05-18 11:44:51 +0200
  • 0a911154ca Merge remote-tracking branch 'origin/develop' into develop Marcel Paffrath 2017-05-18 11:42:42 +0200
  • 11a7f17655 small fix preventing eventID from being changed in TuneAutopick when parameters are loaded Marcel Paffrath 2017-05-18 11:41:14 +0200
  • 6405350dcc Introduced new button for autoPyLoT. Ludger Küperkoch 2017-05-18 11:02:20 +0200
  • b979649e82 Cosmetics. Ludger Küperkoch 2017-05-18 10:31:59 +0200
  • 45ff145616 Take into account, that input_dict is not available when calling from terminal. Ludger Küperkoch 2017-05-18 10:09:51 +0200
  • f4f7615bf8 Take into account, that key eventID is not always available. Ludger Küperkoch 2017-05-18 09:55:07 +0200
  • fa2b65ea3d removed focmec parameter Marcel Paffrath 2017-05-17 14:52:50 +0200
  • b97f79c31d Merge branch 'tap_thread' into develop Marcel Paffrath 2017-05-17 13:27:03 +0200
  • d81fb3e2e9 several bugfixes, mainly on map_projection with updated pick structure as part of event class Marcel Paffrath 2017-05-17 13:25:41 +0200
  • 55bc0de036 working on connection between picks/autopicks of different tools [WIP], to do: fix array map number of picks/points mismatch in map Marcel Paffrath 2017-05-16 17:26:42 +0200
  • ba58cb548b bugfix iterating over same index as eventBox index Marcel Paffrath 2017-05-16 14:20:32 +0200
  • f43611aeda added pickdlg to tune autopick, small fixes; to do: add manual picks Marcel Paffrath 2017-05-16 13:41:35 +0200
  • c9d872d52b added load/save buttons for parameters Marcel Paffrath 2017-05-15 18:12:26 +0200
  • cae5c961b0 some fixes calling autopylot (figures=None), added log for autoTuner Marcel Paffrath 2017-05-15 17:21:22 +0200
  • a2ab98c202 added station list to TuneAutopicker Marcel Paffrath 2017-05-15 12:03:53 +0200
  • 4d9c7b02cf autoPyLoT: figure beautification Marcel Paffrath 2017-05-15 11:20:40 +0200
  • 77b076d560 threading for tuneAutopicker working now, to do: change figures (vfill), tight layout? Marcel Paffrath 2017-05-12 15:37:57 +0200
  • 12e6106227 first working version of threaded tuneAutopicker Marcel Paffrath 2017-05-12 13:58:05 +0200
  • 184983bc87 WIP: figure generating in threads partly working Marcel Paffrath 2017-05-12 11:03:41 +0200
  • f58d17be14 WIP restructuring fig_dict to be created inside Qt Main Thread Marcel Paffrath 2017-05-11 17:15:20 +0200
  • d1354a33b1 Reintroduced activation of compare_button, spuriously removed formerly. Ludger Küperkoch 2017-05-11 08:33:08 +0200
  • 6847bfe8c4 WIP autopick parameters Marcel Paffrath 2017-05-10 16:28:07 +0200
  • dc656e5c57 merge origin develop into develop Marcel Paffrath 2017-05-10 15:48:02 +0200
  • 862fb3240a added parameters tab to TuneAutopicker widget. Enabled direct call of autoPyLoT with AP-Settings object Marcel Paffrath 2017-05-10 15:46:08 +0200
  • d96bc3c621 updated autopick parameter writing routine Marcel Paffrath 2017-05-10 14:56:29 +0200
  • 7d56e15ccf WIP autopicker tuning Marcel Paffrath 2017-05-10 13:16:54 +0200
  • aeaa13e277 WIP on autopick settings widget Marcel Paffrath 2017-05-10 11:06:55 +0200
  • 89a70aae0b Enabled comparison button if manual and automatic picks are available. Ludger Küperkoch 2017-05-09 18:22:23 +0200
  • 141dd3c9e6 Bugfix: wrong parameter naming Ludger Küperkoch 2017-05-09 18:12:00 +0200
  • 29915f3669 added first small qwidget for later tuning of autopicker with figures (tight_layout not working?) Marcel Paffrath 2017-05-08 17:48:59 +0200
  • 3090d5fca0 added two missing figures Marcel Paffrath 2017-05-08 16:23:10 +0200
  • a8577ac80a Merge remote-tracking branch 'origin/develop' into develop Marcel Paffrath 2017-05-08 15:43:09 +0200
  • c784d46521 changed whole autoPyLoT figure structure to fig/ax structure to keep connections to figures in memory, iPlot now part of autoPyLoT function call parameters (not yet in argparser) Marcel Paffrath 2017-05-08 15:38:41 +0200
  • 2ef647251e Modified plot output. Ludger Küperkoch 2017-05-05 14:07:35 +0200
  • f4a76680ad Use maximum of HOS/AR-CF instead of AIC-CF to start searching for global minimum in AIC function. Ludger Küperkoch 2017-05-05 14:06:58 +0200
  • 6563b01293 bugfix self._inputs not assigned Marcel Paffrath 2017-05-04 11:50:28 +0200
  • 2628e9d568 Partly fixed bug when plotting corrupted trace, formerly killed by ValueError. Ludger Küperkoch 2017-05-03 16:19:08 +0200
  • e9660eea9c Exchanged Reference Set with Tuning Set to be consistent to reference picking cook book. Ludger Küperkoch 2017-05-03 15:38:54 +0200
  • 50ee351995 added scrollbar vor main wf plot for huge datasets, some changes in basemap figure size Marcel Paffrath 2017-05-03 15:16:48 +0200
  • efe47d7a20 fix for station scatter error Marcel Paffrath 2017-05-03 12:00:34 +0200
  • 413a921e5d small fixes Marcel Paffrath 2017-05-03 11:28:43 +0200
  • fce0c98a89 Merge remote-tracking branch 'origin/develop' into develop Marcel Paffrath 2017-05-02 12:19:16 +0200
  • b0c80075fa small fix, preventing access to drag and drop in open folders dialog Marcel Paffrath 2017-05-02 12:13:55 +0200
  • e5189fd3aa Disable additional buttons when overview plot is cleared Ludger Küperkoch 2017-04-28 16:01:31 +0200
  • 94bf08df60 Disabled/enabled locationInfo button. Ludger Küperkoch 2017-04-28 13:56:28 +0200
  • 312932ce5e Disabled/enabled saveProject button. Ludger Küperkoch 2017-04-28 13:47:24 +0200
  • 39a7ce2d89 New project icon. Ludger Küperkoch 2017-04-28 13:42:57 +0200
  • 62254e8af0 methodID also taken into account for automatic picks. Ludger Küperkoch 2017-04-28 11:47:56 +0200
  • 1b3fc717a6 Not really fixed, but bypassed bug occuring when saving picks and no channel nor station coding is available. Ludger Küperkoch 2017-04-27 15:50:08 +0200
  • d4dea0d356 Compiled new, smaller versions of pick icons. Ludger Küperkoch 2017-04-27 10:44:41 +0200
  • 8f92b4ec25 Implemented new, smaller versions of pick icons. Ludger Küperkoch 2017-04-27 10:42:31 +0200
  • d1cb6fe41f Detrend of waveforms for overview plot. Ludger Küperkoch 2017-04-26 15:59:29 +0200
  • 686ca4489c Merge branch 'project_events' into develop Marcel Paffrath 2017-04-21 15:50:10 +0200
  • 08dfe35620 final commit of first project/event branch, ready for merging to develop [open issues: no differentiation between auto and manual picks mainly for map (internal structure change incoming), new icon integration failed...] Marcel Paffrath 2017-04-21 15:46:57 +0200
  • 6b7dbe3f9a some bugfixes Marcel Paffrath 2017-04-20 17:06:36 +0200
  • b23228253a [bugfix] plotting pick of lower most channel Marcel Paffrath 2017-04-20 15:28:43 +0200
  • 29701ea68b plotting picks problem was no bug, but resulted from a high sensitivity of the code to random files or folders in the event directory causing HUGE problems... [fix this] Marcel Paffrath 2017-04-20 14:54:57 +0200
  • bcc58e4937 changed eventlist string and coloring, [bug]: picks not displayed Marcel Paffrath 2017-04-20 14:03:26 +0200
  • f5dcfc654d added eventlist, some changes in tab structure (layouts for each tab to keep tabs when refreshing) Marcel Paffrath 2017-04-20 12:05:34 +0200
  • 227faf14c2 saving picks in events as part of project Marcel Paffrath 2017-04-19 16:51:19 +0200
  • f935da8296 few bugfixes Marcel Paffrath 2017-04-19 16:05:45 +0200
  • 80577dcfc7 added map_projection plot Marcel Paffrath 2017-04-19 15:31:08 +0200
  • fd70ef2251 adding some tabs for map_projection, WIP Marcel Paffrath 2017-04-18 17:17:46 +0200
  • 62876dd01d added first project structure and event lists (testing needed) Marcel Paffrath 2017-04-18 16:24:26 +0200
  • 3092b4f657 Merge branch 'map_projection' into develop Marcel Paffrath 2017-04-18 09:48:00 +0200
  • 486aadd791 color change in map projection Marcel Paffrath 2017-04-13 15:51:58 +0200
  • 22ced8c07c [fix] parameters tab window flag for new qwidget window with parent Marcel Paffrath 2017-04-13 11:55:09 +0200
  • de38b60893 qlineedit for autopylot parameter settings Marcel Paffrath 2017-04-13 11:26:01 +0200
  • 54222b7f11 added method for array plotting to QtPyLoT, to do: button to call array plot Marcel Paffrath 2017-04-12 16:43:29 +0200
  • 50f6d7d987 Merge branch 'develop' into map_projection Marcel Paffrath 2017-04-12 15:21:58 +0200
  • e75c34afeb button color changed, 3 comp. window Marcel Paffrath 2017-04-12 15:20:06 +0200
  • 6c214bbc77 changed structure to class with PyLoT mainwindow as input Marcel Paffrath 2017-04-12 15:07:13 +0200
  • 488068105b Merge branch 'develop' into map_projection Marcel Paffrath 2017-04-12 12:18:16 +0200
  • bb60093657 changed PickDlg layout to simpler button layout with hotkeys Marcel Paffrath 2017-04-12 12:14:01 +0200
  • 786879d4ad Merge branch 'develop' into map_projection Marcel Paffrath 2017-04-12 10:22:39 +0200
  • 79163206f8 First step to realize GUI based setting of picking parameters in pylot.in-file. Ludger Küperkoch 2017-04-11 16:55:07 +0200
  • 76d4d59ed9 added PickDlg testwise for onpicked traces Marcel Paffrath 2017-04-11 15:41:41 +0200
  • d037e0a1f2 Merge branch 'develop' into map_projection Marcel Paffrath 2017-04-11 15:17:48 +0200
  • 2e6d39c52e small bugfixes and widget added Marcel Paffrath 2017-04-11 15:16:53 +0200
  • bf63348151 first working version of basemap plot Marcel Paffrath 2017-04-11 14:32:29 +0200
  • b3a4928a9c Implemented push buttons for selecting parameters to change within the PyLoT.in file. Work in progress. Ludger Küperkoch 2017-04-11 11:41:54 +0200
  • 640ed1acda Removed location tool popup from Preferences GUI, as there is yet only NonLonLoc as location routine available. Changed size of GUI. Implemented additional diaolg for picking parameters, yet not finished. Ludger Küperkoch 2017-04-11 10:55:29 +0200
  • f1e3720a0e gathering some ideas for map projection Marcel Paffrath 2017-04-10 17:06:39 +0200
  • d370ef67c0 Merge branch 'develop' of ariadne:/data/git/pylot into develop Marcel Paffrath 2017-04-10 15:07:48 +0200
  • 085eee7d75 added autopicks in 3 component windows, also added vertical dashed lines for autopicks for better visibility Marcel Paffrath 2017-04-10 15:06:30 +0200
  • 2dda4d8e04 First action is to ask for PyLoT.in file. Ludger Küperkoch 2017-04-10 14:54:47 +0200
  • 43eecfe78b Locate button is initialized as soon as number of picks is equal/greater 4. Ludger Küperkoch 2017-04-10 14:43:11 +0200
  • 95dce91ada Major changes: PyLoT GUI opens immediately when calling PyLoT, buttons are deactivated and reactivated as soon as waveforms are loaded. Ludger Küperkoch 2017-04-10 14:24:39 +0200
  • 0656a571cd now returning pylot_form to have access to GUI modules in ipython Marcel Paffrath 2017-04-10 14:01:08 +0200
  • 50d3c5f235 added ipython support for developing Marcel Paffrath 2017-04-10 13:32:53 +0200
  • 3f7a61736a changed PyQT import to PySide import Marcel Paffrath 2017-04-10 13:22:56 +0200
  • 49a4cccc92 Bug fix: PyLoT displays warning message end terminates if no PyLoT-input file or autoPyLoT-output file is declared. Ludger Küperkoch 2017-04-10 09:50:53 +0200
  • 35705f1f1d Merge branch 'develop' Marcel Paffrath 2017-04-07 13:58:07 +0200