sebastianw
0634d24814
fix: disabled button in case flag is false
...
The button was not disabled in case the flag variable was false. The get_Bool function was renamed and improved to also work in case in the input variable is of type int or float.
Additionally, the environment file was corrected to also work for macOS installations with ARM architecture.
2023-04-06 16:40:20 +02:00
ann-christin
8d94440e77
[bugfix] logwidget always initiated
2022-11-14 14:14:59 +01:00
ann-christin
66b7dea706
[update] pylot.in no longer mandatory
2022-11-14 14:14:12 +01:00
ann-christin
ebf6d4806a
[minor] reformating
2022-11-14 11:52:25 +01:00
ann-christin
207d0b3a6f
[update] directly pass args from arg parser
2022-11-14 11:18:15 +01:00
ann-christin
3b3bbc29d1
Merge remote-tracking branch 'origin/develop' into develop
2022-11-14 10:30:38 +01:00
jeldrik
0c3fca9299
Re-Added local changes that had been lost due to technical problems ( no access to old machine )
2022-10-04 11:44:31 +02:00
jeldrik
2d33a60421
[Bugfix] Multiple small bugfixxes keeping NLL from working in python3.+
2022-09-15 14:31:13 +02:00
ann-christin
a8c6f4c972
[reformat] spell checking
2022-08-25 15:31:08 +02:00
ann-christin
0d91f9e3fe
update github link
2022-08-25 14:03:05 +02:00
ann-christin
494d281d61
update github link
2022-08-25 14:00:37 +02:00
kaan
5ef427ec12
Merge branch 'develop' of git.geophysik.ruhr-uni-bochum.de:marcel/pylot into develop
2022-06-29 14:07:35 +02:00
kaan
29cf978782
minor bug fixes
2022-06-29 14:07:06 +02:00
marcel
091449819c
[update] tau-p usage for s-picking
2022-05-31 18:16:02 +02:00
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
084fb10cea
Merge remote-tracking branch 'origin/develop' into develop
2022-05-31 09:59:17 +02:00
marcel
dde9520879
[minor] deactivate logwidget by default as it seems to irregularly create segfaults
2022-05-31 09:40:15 +02:00
marcel
7847f40a35
[minor] added developers do README
2022-04-01 12:07:51 +02:00
ludger
2c188432a1
Merge branch 'develop' of https://git.geophysik.ruhr-uni-bochum.de/marcel/pylot into develop
2022-03-24 13:28:52 +01:00
marcel
86dc0f5436
[minor] small style changes
2022-03-22 11:26:29 +01:00
marcel
83ba63a3fd
Merge pull request 'feature/port-to-py3' ( #11 ) from feature/port-to-py3 into develop
...
Reviewed-on: #11
2022-03-21 15:30:05 +01:00
ludger
3392100206
Removed psd
2022-03-17 13:42:27 +01:00
marcel
401265eb3a
[minor] added some comments
2022-03-16 16:03:54 +01:00
marcel
dd685d5d5e
[refactor] rewrote/simplified getQualitiesfromxml code, used function already implemented in phases.py
2022-03-16 16:00:14 +01:00
marcel
3cd17ff364
[update] added xml file for unittest
2022-03-16 14:31:03 +01:00
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