739a6e89f4
[pycharm] optimized imports
2018-08-16 17:34:05 +02:00
bf5c371459
[bugfix] various bugfixes originating from changes (more picks) in dictionary (refs #233 refs #234 )
2018-07-25 14:05:15 +02:00
90e26cbd8f
[bugfix] various, pick delete/plot behaviour
2018-07-18 14:12:59 +02:00
12082cb2a9
[minor] removed old code
2018-07-18 11:42:46 +02:00
ed654024b2
[update] reinstated check4rotated in autoPyLoT
2018-07-18 11:39:01 +02:00
7a0d3486a6
[cleanup] code cleanup by PyCharm
2018-07-17 14:49:34 +02:00
415af11f63
[cleanup] add @staticmethod, some other stuff
2018-07-17 14:45:51 +02:00
b22d04db47
[cleanup] replace equality by "is"
2018-07-17 14:45:50 +02:00
3b52b7a28f
[bugfix] fixed some bugs resulting from restructuring of serial/parallel picking
2018-07-12 15:56:34 +02:00
6c162fc94a
[new] first use of Metadata class in autoPyLoT, largely increasing read performance using obspyDMT (single DATALESS-Seed files)
2018-07-12 09:42:35 +02:00
27ea20fa47
[bugfix] NLLoc: take nlloc bin explicitly from PylotParameter and not (randomly) from default pylot.in file!!
2018-07-12 09:40:57 +02:00
Ludger Küperkoch
854f5b8c7e
[Bugfix] No network magnitude available for screen output while tuning
2018-07-03 10:34:43 +02:00
Ludger Küperkoch
d2ba8888d1
Reduced maximum number if iterations to two, some effort to avoid error for screen output if no magnitude scaling is applied.
2018-06-29 15:07:26 +02:00
4cb3f72ba8
[bugfixes] location/magnitude w ludger
2018-06-28 15:22:40 +02:00
5870843a03
[bugfix] event_datapath not set if not obspyDMT
2018-06-28 10:31:48 +02:00
19f943627a
[bugfixes] autopylot
2018-06-26 17:07:38 +02:00
04e75abcf5
[bugfix] read_metadata obspyDMT
2018-06-25 14:21:34 +02:00
08124174b1
[update] autopicker - obspyDMT (WIP)
2018-06-20 11:47:10 +02:00
Ludger Küperkoch
dc6c6445a9
Default for input parameter iplot.
2018-01-30 11:11:57 +01:00
Ludger Küperkoch
55101c9e9e
Reset some former changes, net_magnitude still buggy, as it returns Nonetype if no reliable picks are available!
2017-11-09 14:58:06 +01:00
Ludger Küperkoch
615ca54640
Make sure calculating Ml only from reliable onset times.
2017-11-09 10:30:01 +01:00
Darius Arnold
9491a28710
[cleanup] of autoPyLoT.py
2017-10-05 17:26:18 +02:00
Darius Arnold
3dde42e639
[change] improved docstring for autopylot.py
2017-10-05 17:19:00 +02:00
365657064f
[cleanup] pycharm code inspection
2017-09-18 10:41:27 +02:00
8e4fa5edca
[cherrypick] from darius: rotate and taupy tooltip
2017-08-29 14:37:05 +02:00
2ce609a19c
[bugfix] tuneAutopicker not working cause of wadatijack
2017-08-23 14:46:30 +02:00
c6c13f85bc
[new] first working version of jackknife plots for multiple events (WIP)
2017-08-22 16:43:09 +02:00
Ludger Küperkoch
f6225f8176
[Bugfix] Strange bug, happened only in multiple-event processing, key error.
2017-08-21 13:20:15 +02:00
Ludger Küperkoch
2cbecfd54e
[Bugfix] "locflag" was overwritten within event loop.
2017-08-18 16:52:39 +02:00
Ludger Küperkoch
6729256087
[Bugfix] changed name of keys in loops, which might overwrite equal named input argument, reversed double fix of bug.
2017-08-18 15:38:01 +02:00
Ludger Küperkoch
13f7976e53
Merge branch 'develop' of ariadne.geophysik.rub.de:/data/git/pylot into develop
2017-08-18 14:05:11 +02:00
Ludger Küperkoch
2460d3e9d6
[Bugfix] "savepath" remained the same within multiple event processing, even if set to None (set savepath automatically to event path).
...
station looses its attribute 'all'.
2017-08-18 14:03:25 +02:00
8a024b66e0
[bugfix] checked identity of 'None' in autoPyLoT
2017-08-18 11:44:55 +02:00
53aa02669c
[bugfix] savepath overwritten after first occurrence in for loop
2017-08-18 11:36:58 +02:00
Ludger Küperkoch
24ded1cf2b
Reversed changes made in previous commit, initialize ObsPy-event object including path.
2017-08-17 12:31:42 +02:00
Ludger Küperkoch
9f48b23d88
Use writephases for exporting to VELEST-input file, as VELEST can handle only 4-string station IDs which is already implemented in source code.
2017-08-16 16:24:35 +02:00
8e6237a08d
[add]function to check for doubled channels in stream
2017-08-16 15:13:28 +02:00
c7e4cd0c8b
[bugfix] savepath might be None as well!
2017-08-15 14:16:34 +02:00
Ludger Küperkoch
4a2d118191
[Bugfix] savepath might be 'None', not None.
2017-08-15 10:17:08 +02:00
3cd64d09de
[add] parameter savexml added to autoPyLoT
2017-08-14 13:30:27 +02:00
874fdd730a
[add] check for gaps and trim traces for one station
...
[change] restitute data only if necessary!
2017-08-10 16:25:32 +02:00
Ludger Küperkoch
de5392ac33
Some more cosmetics.
2017-08-09 12:25:21 +02:00
Ludger Küperkoch
9662827273
Cosmetics
2017-08-09 12:14:24 +02:00
Ludger Küperkoch
811f52c95c
Enabled plotting of figures when called from terminal.
2017-08-08 16:38:29 +02:00
17a93cf62f
[add] for global seismology CF pick windows will now be calculated
...
relative to estimated tt from TauPy, metadata and source location (in XML
file) needed
[TO DO]: automatic export of XML (esp. source loc) before autopicking
2017-08-07 11:21:20 +02:00
ddb1fb8b97
[add] multiple eventIDs possible as eventID pylot_parameter (testing needed)
2017-08-03 14:49:32 +02:00
154e7b459f
[add] --ncores flag added to autoPyLoT call, also enabled in GUI widget
2017-08-03 11:49:15 +02:00
20b31a1c5c
[reformat] code reformatting with PyCharm
2017-08-03 09:41:54 +02:00
dfa04f7b0a
[add] change seperator for event initiation from system specific to '/'
2017-08-02 11:37:17 +02:00
d5645cf979
[bugfix] string transformation of None values
2017-08-02 11:02:24 +02:00