Marcel Paffrath marcel
  • Joined on 2020-08-13
marcel pushed to develop at marcel/survBot 2022-11-14 22:31:27 +01:00
cd6b40688b [update] re-read data daily, add daily overlap, add value -1 for voltage lower 1V (e.g. pbox not connected)
marcel pushed to develop at marcel/survBot 2022-11-09 16:53:47 +01:00
04371f92c5 [minor] update README, add check for output dir existence
marcel pushed to develop at marcel/survBot 2022-11-09 16:29:13 +01:00
c723a32274 [update] html writer creates hourly figures of all stations
marcel pushed to develop at marcel/survBot 2022-11-09 09:49:31 +01:00
18dac062ef [bugfix] too many under 1V warnings appearing, moved them to "other"
marcel pushed to develop at marcel/survBot 2022-11-08 17:11:43 +01:00
6791a729ed [bugfix] corrected warning number for under/overvoltage
c3f9ad0fd9 [update] moved html writing to survBot.py so that no GUI is needed
abc201c673 [update] append warnings to existing ones
68c6df72c9 [update] html output from GUI in background possible but maybe not optimal (needs display to work in bg)
Compare 4 commits »
marcel pushed to develop at marcel/survBot 2022-11-07 17:57:10 +01:00
37b73d4393 Merge remote-tracking branch 'origin/develop' into develop
7a6072f8dd [update] first version write html output, todo: html parameters argparse?
Compare 2 commits »
marcel pushed to develop at marcel/survBot 2022-11-04 16:50:25 +01:00
64daf34941 [minor] bugfix, Warn message below 1V
marcel pushed to develop at marcel/survBot 2022-11-04 09:37:30 +01:00
b0abb22f07 [minor] small bugfix/removed debug output
marcel pushed to develop at marcel/survBot 2022-11-03 15:54:05 +01:00
cc8c1833f1 [new] initial commit, moving repository from code base
marcel created repository marcel/survBot 2022-11-03 15:36:29 +01:00
marcel opened issue marcel/pylot#30 2022-07-20 11:43:42 +02:00
Show log still available if use_logwidget == False
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