marcel
3cae6d3a78
[bugfix] use copies of wfdata when calling fmpicker to prevent modification of actual data used inside GUI
2023-08-24 11:28:30 +02:00
marcel
2e85d083a3
[bugfix] do not call calcsourcespec if incidence angle is outside bounds (for whatever reason)
2023-08-24 11:27:30 +02:00
marcel
ba4e6cfe50
[bugfix] bin directory + /bin creates "/bin/bin". Also it is not taken care of os compatibility and also compatibility with existing code (line 86ff was useless after recent change in line 85)
2023-08-23 14:48:21 +02:00
marcel
1f16d01648
[minor] give more precise user warning if no pick channel was selected
2023-08-23 09:38:16 +02:00
marcel
3069e7d526
[minor] commented - possibly unnecessary - line of code that created an error when using old metadata Parser
2023-08-22 15:53:49 +02:00
marcel
a9aeb7aaa3
[bugfix] set simple phase hint (P or S)
2023-08-22 15:53:49 +02:00
marcel
b9adb182ad
[bugfix] could not handle asterisk-marked events when opening tune-autopicker
2023-08-22 15:53:49 +02:00
marcel
a823eb2440
[workaround] using explicit Exception definition without a special handling does not make sense. Function broke on other errors in polyfit. Still might need fixes in the two lines above the "except" block(s).
2023-08-22 15:53:49 +02:00
marcel
486e3dc9c3
Merge pull request 'Disabled button in case flag is false' ( #31 ) from disable-show-log-widget into develop
...
Reviewed-on: #31
2023-08-22 12:05:33 +02:00
jeldrik
43cab3767f
[Bugfix] fixxed wrong check for taupymodel
2023-06-27 08:04:00 +02:00
jeldrik
a1f6c5ffca
Bugfixxes, spectogram tab wip
2023-06-14 13:11:54 +02:00
jeldrik
e4e7afa996
Minor changes to adjust to python 3. Temporary Fix for file exporting not working properly. WIP spectrogram view.
2023-04-27 10:24:55 +02:00
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
66b7dea706
[update] pylot.in no longer mandatory
2022-11-14 14:14:12 +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
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
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
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
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
0af948030b
[bugfix] chooseArrival -> chooseArrivals, fixes #25
2022-03-15 09:42:25 +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
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
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