Commit Graph
53 Commits
Author SHA1 Message Date
marcel cd9c139349 [bugfix] mainly added missing taup model (lost in branch merging for python3), some smaller fixes for S picking 2022-05-31 12:45:22 +02:00
marcel e35d5d6df9 [refactor] automatic code reformatting (Pycharm) 2022-03-09 14:41:34 +01:00
marcel 79f3d40714 [refactor] code cleanup (WIP) 2022-03-09 14:28:30 +01:00
marcel dd02527c1d [bugfix] connected save figure button to a function that saves a figure 2022-03-08 15:07:18 +01:00
marcel a383101d2c [minor] adjustments array map layout 2022-03-08 14:42:55 +01:00
Kaan Cökerim 7c5e16ecc6 [FOLDER RESTURCTURING #22] designated datapath as new single path variable and changed variable assignments accordingly for Project() and Event() classes and partially in MainWindow(). 2021-08-30 14:04:25 +02:00
Kaan Cökerim 321a871d62 Implemented merge suggestions #11 2021-08-12 15:43:23 +02:00
Kaan Cökerim a738dc57ec Minor bug fixes. Fixes #16 2021-08-12 14:24:05 +02:00
marcel ca56139922 [minor] corrected some coding mistakes, added some requirements 2021-08-12 09:42:18 +02:00
Kaan Cökerim 4fd27994f6 Extern saving routine for map png 2021-08-04 16:58:14 +02:00
Kaan Cökerim 60db23e83c Fixed minor plot bugs 2021-07-26 13:18:24 +02:00
marcel 92c328e3c6 [bugfix] closes #15 increased pointsize and moved station labels 2021-07-09 12:10:10 +02:00
Kaan Cökerim bd9c1d0f73 Some Minor Fixes 2021-07-09 10:06:28 +02:00
Kaan Cökerim 5efe75f4ea Minor bug fixes 2021-06-21 11:28:54 +02:00
Kaan Cökerim 7ccad4cb86 minor bug fixes 2021-06-18 19:21:43 +02:00
Kaan Cökerim 0c43040faf Map finalized. Added evironment YML 2021-06-17 16:04:18 +02:00
Kaan Cökerim 04067cac8e Map zoom and pan work. Interaction with station scatters broken. Map grid does not adjust to changed map scales 2021-06-16 16:02:35 +02:00
Kaan Cökerim 2ccdfb8470 Map is displayed correctly. Zoom/Pan does not work -> Structure needs rework 2021-06-02 21:04:51 +02:00
Kaan Cökerim f502ac0a00 Array map is now setting up, though it does not display the map correctly. Issue with plotting axes or show command? 2021-05-26 14:08:02 +02:00
Kaan Cökerim ded46d45cc GUI starts successfully. Changed imports tu work with pyside2 2021-04-04 12:21:27 +02:00
marcel 7187cb337b [various] fixes on array_map 2020-06-08 14:23:05 +02:00
marcel 78eca1b222 [update] some smaller changes in GUI and array_map 2020-01-14 13:57:12 +01:00
marcel 3354e3980e [update] improved array map, point size showing pick error class now 2019-12-11 15:59:24 +01:00
marcel a9135ec483 [bugfix] calculation of hybrid picks (auto+manual) for array_map called too often taking a lot of time 2019-11-27 10:56:40 +01:00
marcel 18aa67e5ba [update] some bugfixes relating array_maps, removed some unneccessary files 2019-10-23 11:34:50 +02:00
Ludger Küperkoch b4eeef55a6 Bug: AxesSubplot object has no attribute set_facecolor. Deactivated that line. 2019-09-09 14:40:51 +02:00
marcel b39489b253 [update] increased flexibility of ArrayMap class 2019-09-05 17:19:40 +02:00
marcel 9764e12b19 [new] save event table as .csv file 2019-07-01 17:24:06 +02:00
marcel 3c3fd00654 [minor] changed number of levels on array map 2019-06-26 11:58:03 +02:00
marcel 102b7eafe3 [new] log deleted picks in json file 2019-05-29 15:59:05 +02:00
marcel 8164710ea4 [bugfix] plotting map without picks lead to an exception 2019-05-28 12:20:29 +02:00
marcel 1ee3e43451 [change] visual changes in array map (contourf->contour) 2019-04-12 10:35:16 +02:00
marcel 912347beda [change] colormap can be adjusted in array_map 2019-04-05 10:23:10 +02:00
marcel 106c6c3939 [new] array maps can now be refreshed on button click as well to spare
refresh time for large arrays
2019-03-12 15:19:24 +01:00
marcel a9d92e70ce [bugfix] stations not updated when changing event 2019-03-07 17:01:45 +01:00
marcel 49bcdd2680 [bugfix] time axis for plots created with linspace instead of arange
[minor] enhanced error output
2019-03-07 16:31:41 +01:00
marcel 9ae8e36061 [bugfix] taupy picks not initiated in array_map 2019-02-28 17:07:41 +01:00
marcel 16b469ff67 [bugfix] information about deleted picks was not transferred to the
current event, thus not saved
2019-02-28 16:20:21 +01:00
marcel 739a6e89f4 [pycharm] optimized imports 2018-08-16 17:34:05 +02:00
marcel 8a187905cb [update] finalized recent projects
[minor] some small fixes, improvements
2018-08-15 15:39:43 +02:00
marcel a82a1cddc8 [minor] changed message for pick deletion 2018-08-13 17:44:24 +02:00
marcel f22f7845cb [new] remove picks on map with middle-click
[bugfix] remove old annotations
2018-08-13 12:49:48 +02:00
marcel 26a4cc568a [new] perform jackknife on gradient of stations in array map and highlight them in case of high std 2018-08-13 11:24:48 +02:00
marcel a0f9561bcf [new] hybrid selection for array_map (plot automatic and manual picks, prefer manuals) 2018-08-09 11:16:20 +02:00
marcel 393413d6fc [bugfix] closes #215 2018-08-02 15:42:34 +02:00
marcel eb07c19c2e [update] metadata/inventory management
[bugfix] errors when there were no manual picks using array_map
2018-07-23 14:54:53 +02:00
marcel 663d244f70 [cleanup] removed some parentheses 2018-07-17 14:49:35 +02:00
marcel 7a0d3486a6 [cleanup] code cleanup by PyCharm 2018-07-17 14:49:34 +02:00
marcel 22e5de194e [bugfix] array map only checking for manual picks 2018-06-29 13:55:42 +02:00
marcel 7c0de44974 [update] array_map legend inaxes, add lat/lon status, some fixes and improvements 2018-06-15 14:49:26 +02:00