0acd23d4d0
[update] further improved Pickfile selection dialog, now providing methods "overwrite" or "merge"
2024-06-07 14:32:57 +02:00
f349c8bc7e
[update] improve pickfile selection, give the ability to select only specific files
2024-06-07 13:09:34 +02:00
5b18e9ab71
[merge] merge branch 'improve-util-utils' of pull request #35 into develop
2024-06-07 10:29:39 +02:00
76f2d5d972
[update] improve SearchForFileExtensionDialog now proposing available file endings
2024-06-06 15:54:36 +02:00
2d08fd029d
[hotfix] datetime formatting caused error when time not set
2024-06-06 13:55:11 +02:00
8f22d438d3
[update] changed eventbox overview to show P and S onsets separately
2024-06-05 16:18:25 +02:00
05642e775b
[minor] some tweaks (convenience)
...
[update] raising PickingFailedException when CF cannot be calculated due to missing signal (too short waveform)
2024-06-05 14:31:07 +02:00
48d196df11
[update] improved SearchFileByExtensionDialog widget (table, auto refresh)
2024-05-29 11:42:10 +02:00
b12e7937ac
[update] added a widget for loading pick files that lists available files depending on chosen filemask
2024-05-22 10:58:07 +02:00
78f2dbcab2
[update] added check for nan values in waveforms which crashed obspy filter routines
...
[minor] some tweaks and optimisations
2024-04-30 15:48:54 +02:00
9c78471d20
[bugfix] header resize method renamed in QT5
2024-03-22 15:34:05 +01:00
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
b3fdbc811e
Merge branch 'develop' into improve-util-utils
2023-06-23 09:37:54 +02:00
a1f6c5ffca
Bugfixxes, spectogram tab wip
2023-06-14 13:11:54 +02:00
9fce4998d3
bugfix: remove unused functions; correct for wrong formatting (PEP)
2023-04-23 22:05:11 +02:00
e9da81376e
bugfix: add new tests and refactor get_none
2023-04-12 20:32:44 +02:00
e68fc849f0
bugfix: correct erroneous and add new doctests
2023-04-10 19:14:23 +02:00
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
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
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
494d281d61
update github link
2022-08-25 14:00:37 +02:00
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
dde9520879
[minor] deactivate logwidget by default as it seems to irregularly create segfaults
2022-05-31 09:40:15 +02:00
86dc0f5436
[minor] small style changes
2022-03-22 11:26:29 +01:00
dd685d5d5e
[refactor] rewrote/simplified getQualitiesfromxml code, used function already implemented in phases.py
2022-03-16 16:00:14 +01:00
445f1da5ac
[bugfix] reset stdout to previously set one and not to default sys.__stdout__
2022-03-16 09:25:28 +01:00
f1fd52b750
[bugfix] when closing mainwindow, also close logwidget
2022-03-15 10:41:29 +01:00
e35d5d6df9
[refactor] automatic code reformatting (Pycharm)
2022-03-09 14:41:34 +01:00
be32f4f61d
[improvement] log can be opened from menu now (or focuses)
2022-03-09 10:42:52 +01:00
9036a9054e
[new] log widget for PyLoT
2022-03-08 16:27:36 +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
8725f5083c
Merge branch 'develop' into feature/port-to-py3
2022-03-07 14:46:35 +01:00
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
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
Kaan Cökerim
0dc5aff3fc
[FOLDER RESTURCTURING #22 ] some changes in path variables
2021-09-08 13:06:51 +02:00
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
ca56139922
[minor] corrected some coding mistakes, added some requirements
2021-08-12 09:42:18 +02:00
d236d3d80f
Merge branch 'develop' into feature/port-to-py3
2021-08-11 15:16:19 +02:00
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
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
702b7f3fb1
[minor] removed total number of picks which seems to be buggy (and also not explained)
2021-07-20 14:09:57 +02:00
320cb42390
[bugfixes] some more bugfixes
2021-07-16 10:15:40 +02:00