Marcel Paffrath marcel
  • Joined on 2020-08-13
marcel pushed to develop at marcel/pylot 2022-05-31 18:16:07 +02:00
091449819c [update] tau-p usage for s-picking
marcel pushed to develop at marcel/pylot 2022-05-31 12:45:28 +02:00
cd9c139349 [bugfix] mainly added missing taup model (lost in branch merging for python3), some smaller fixes for S picking
marcel pushed to develop at marcel/pylot 2022-05-31 09:59:19 +02:00
084fb10cea Merge remote-tracking branch 'origin/develop' into develop
dde9520879 [minor] deactivate logwidget by default as it seems to irregularly create segfaults
86dc0f5436 [minor] small style changes
Compare 3 commits »
marcel pushed to develop at marcel/pylot 2022-04-01 12:07:55 +02:00
7847f40a35 [minor] added developers do README
marcel pushed to develop at marcel/pylot 2022-04-01 11:51:42 +02:00
marcel merged pull request marcel/pylot#11 2022-03-21 15:30:06 +01:00
feature/port-to-py3
marcel pushed to develop at marcel/pylot 2022-03-21 15:30:06 +01:00
83ba63a3fd Merge pull request 'feature/port-to-py3' (#11) from feature/port-to-py3 into develop
401265eb3a [minor] added some comments
dd685d5d5e [refactor] rewrote/simplified getQualitiesfromxml code, used function already implemented in phases.py
3cd17ff364 [update] added xml file for unittest
d879aa1a8b [bugfix] small fix to get getQualitiesfromxml running, added unittest for function
Compare 60 commits »
marcel approved marcel/pylot#11 2022-03-21 15:16:54 +01:00
feature/port-to-py3

Merge all updates from feature/port-to-py3 into develop, so that the feature branch can (theoretically) be closed now.

marcel pushed to feature/port-to-py3 at marcel/pylot 2022-03-16 16:03:58 +01:00
401265eb3a [minor] added some comments
marcel pushed to feature/port-to-py3 at marcel/pylot 2022-03-16 16:00:23 +01:00
dd685d5d5e [refactor] rewrote/simplified getQualitiesfromxml code, used function already implemented in phases.py
marcel pushed to feature/port-to-py3 at marcel/pylot 2022-03-16 14:31:09 +01:00
3cd17ff364 [update] added xml file for unittest
marcel pushed to feature/port-to-py3 at marcel/pylot 2022-03-16 14:30:58 +01:00
d879aa1a8b [bugfix] small fix to get getQualitiesfromxml running, added unittest for function
445f1da5ac [bugfix] reset stdout to previously set one and not to default sys.__stdout__
Compare 2 commits »
marcel closed issue marcel/pylot#6 2022-03-15 15:09:05 +01:00
Refurbish setup.py script to make installation more convenient
marcel commented on issue marcel/pylot#6 2022-03-15 15:09:02 +01:00
Refurbish setup.py script to make installation more convenient

Using setup.py of the setuptools project is deprecated. The easiest way to get PyLoT running is by creating a python environment with Anaconda using pylot.yml or requirements.txt.

If an…

marcel commented on issue marcel/pylot#9 2022-03-15 15:05:39 +01:00
PyQtGraph conflicts with GUI element inheritance

Could not reproduce this issue. Added new, clean Anaconda environment in pylot.yml with Python 3.8 which does not cause any problems with pyqtgraph. If the issue was solely related to library…

marcel commented on issue marcel/pylot#10 2022-03-15 15:05:21 +01:00
PyLot starts only with pylot.yml environment but crashes for other custom environments

Could not reproduce this issue. Added new, clean Anaconda environment in pylot.yml with Python 3.8 which does not cause any problems with pyqtgraph. If the issue was solely related to library…

marcel pushed to feature/port-to-py3 at marcel/pylot 2022-03-15 11:14:12 +01:00
962cf4edac [minor] README.md
marcel pushed to feature/port-to-py3 at marcel/pylot 2022-03-15 10:45:07 +01:00
eb0dd87a9e [update] optimize requirements/yml file
marcel pushed to feature/port-to-py3 at marcel/pylot 2022-03-15 10:44:01 +01:00
e9cc579cf6 [minor] README.md
f1fd52b750 [bugfix] when closing mainwindow, also close logwidget
Compare 2 commits »
marcel pushed to feature/port-to-py3 at marcel/pylot 2022-03-15 10:15:01 +01:00
5449210797 [update] optimize requirements/yml file