Commit Graph
2816 Commits
Author SHA1 Message Date
marcel d879aa1a8b [bugfix] small fix to get getQualitiesfromxml running, added unittest for function 2022-03-16 14:29:47 +01:00
marcel 445f1da5ac [bugfix] reset stdout to previously set one and not to default sys.__stdout__ 2022-03-16 09:25:28 +01:00
marcel 962cf4edac [minor] README.md 2022-03-15 11:14:08 +01:00
marcel eb0dd87a9e [update] optimize requirements/yml file 2022-03-15 10:44:37 +01:00
marcel e9cc579cf6 [minor] README.md 2022-03-15 10:41:48 +01:00
marcel f1fd52b750 [bugfix] when closing mainwindow, also close logwidget 2022-03-15 10:41:29 +01:00
marcel 5449210797 [update] optimize requirements/yml file 2022-03-15 10:12:39 +01:00
marcel 0af948030b [bugfix] chooseArrival -> chooseArrivals, fixes #25 2022-03-15 09:42:25 +01:00
marcel 21b1be0e56 [update] updated README 2022-03-14 16:05:58 +01:00
marcel 58eee13b07 [update] removed setup.py (deprecated) 2022-03-14 15:53:42 +01:00
marcel c57eb4f556 [update] added requirements, updated pylot.yml and setup.py 2022-03-14 15:33:33 +01:00
marcel 47bb8c4326 Merge branch 'develop' into feature/port-to-py3 2022-03-14 13:19:20 +01:00
marcel 29ffcf2e37 [bugfix] pick_r unreferenced, closes #26 2022-03-14 11:18:51 +01: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 9cef22b74b [refactor] code cleanup (WIP), open issues #25 and #26 2022-03-09 14:08:04 +01:00
marcel c254ee09b3 [bugfix] updated some window flags for PySide2 2022-03-09 10:43:16 +01:00
marcel be32f4f61d [improvement] log can be opened from menu now (or focuses) 2022-03-09 10:42:52 +01:00
marcel 9036a9054e [new] log widget for PyLoT 2022-03-08 16:27:36 +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 7c926327dd Merge branch 'feature/port-to-py3' of git.geophysik.ruhr-uni-bochum.de:marcel/pylot into feature/port-to-py3 2022-03-08 12:45:49 +01:00
Kaan Cökerim e9d3caafd3 [FOLDER RESTRUCTURING] Changed project structure from ROOT-DATA-DATABASE seperation into one path (DATA). Some ROOT and DATABASE variables still remain as unfunctional artefacts and need to be removed from the code 2022-03-08 12:30:43 +01:00
marcel 0b50a91f57 [bugfix] scrolling inhibited withing QSpin/QDoubleSpinBox 2022-03-07 15:32:29 +01:00
marcel 8725f5083c Merge branch 'develop' into feature/port-to-py3 2022-03-07 14:46:35 +01:00
jeldrik 13e0d8b106 Added second check to toggle locate button
When the User was using the continue to next station button the locate button did not get turned on every time while picking
2022-02-23 09:14:40 +01:00
jeldrik a13defbe42 Added getQualitiesFromXML and EventlistFromXML scripts and respective buttons
Changed Icons for both Button - only temporary versions at the moment
2022-01-24 10:11:44 +01:00
jeldrik 0ee239f4a6 Added chooseArrivals Function to phases.py
Function takes dictionary with auto and manual picks and prefers the manual ones for saving data
2022-01-18 22:39:57 +01:00
jeldrik 131f6782af Temporary fix for Auto/Manual Pick Dictionary detection + fix for .pha files not getting saved 2021-11-21 13:04:25 +01:00
ludger 15cad42868 [Bugfix] Export of picks did not work because dictionary key pickmethod
was not taken into account.
2021-09-20 12:13:20 +02:00
Kaan Cökerim 0dc5aff3fc [FOLDER RESTURCTURING #22] some changes in path variables 2021-09-08 13:06:51 +02:00
jeldrik 7f9d240d02 Adding Bugfix from port-to-py3 port for incorrect picksdict to develop branch 2021-09-05 09:26:59 +02: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
marcel 81240a8ffe [bugfix] also regarding #20 2021-08-11 16:18:41 +02:00
marcel d236d3d80f Merge branch 'develop' into feature/port-to-py3 2021-08-11 15:16:19 +02:00
marcel 2dd48b4c62 [bugfix] picksdict was corrupted so that no manual picks could be loaded from .xml, fixes #20 2021-08-10 17:40:49 +02:00
Kaan Cökerim e850e5d4fe Removed hard coded user specific data paths 2021-08-04 17:05:43 +02:00
Kaan Cökerim 4fd27994f6 Extern saving routine for map png 2021-08-04 16:58:14 +02:00
Kaan Cökerim ca140d3fe1 Tabel now checks if magnitude object has any entries before trying to write to event table 2021-07-28 10:14:09 +02:00
Kaan Cökerim 60db23e83c Fixed minor plot bugs 2021-07-26 13:18:24 +02:00
marcel b976ec6ab0 [minor] remove redundant code 2021-07-20 17:24:27 +02:00
marcel 702b7f3fb1 [minor] removed total number of picks which seems to be buggy (and also not explained) 2021-07-20 14:09:57 +02:00
marcel 320cb42390 [bugfixes] some more bugfixes 2021-07-16 10:15:40 +02:00
marcel cc1139d2ca [bugfix] some (py3) related fixes in rotate station and minMax plotting 2021-07-15 12:04:34 +02:00
marcel aa73bb0ae8 [bugfix] WIP, creating new issue: Could not save project after initializing Event table; PySide2.QTableWidgetItem cannot be pickled! 2021-07-09 15:31:12 +02:00
marcel de11c3b611 [bugfix] added dummy argument for QAction trigger signal
fixes #14
2021-07-09 12:16:32 +02:00
marcel 92c328e3c6 [bugfix] closes #15 increased pointsize and moved station labels 2021-07-09 12:10:10 +02:00