b4c463b16f
Bugfix in from_pick: Something was wrong with calculation of expectation value. However, this might still not be fully correctly!
Ludger Küperkoch
2017-02-23 15:43:05 +01:00
1b92d88403
Re-introduced barycentre in pdf object.
Ludger Küperkoch
2017-02-22 16:23:19 +01:00
6ff8069fe0
Bugfix in from_pick: type must be exp to be consistent!
Ludger Küperkoch
2017-02-22 16:20:47 +01:00
21e068ec24
Bugfix in exp_parameter: If resulting sigmas are infinite, values are set to finite values. Leads then to a symmetric distribution.
Ludger Küperkoch
2017-02-22 12:34:05 +01:00
fab785d164
Bugfix in plotcomparison: pdf was provided as method instead of data. Enabled plot_pdf to deal with method as well as with pdf-data.
Ludger Küperkoch
2017-02-22 12:31:20 +01:00
86819f6b4a
In read_metadata: Removed raise IOError if no station-meta info are available, instead print info and leave parameters as None. In restitute_data: break if no station-meta info are available.
Ludger Küperkoch
2017-01-25 14:02:14 +01:00
c2c2047dcf
Fixed oversight: if automatic picks have been processed, picks of dictionary were not written to picks list.
Ludger Küperkoch
2016-10-28 13:40:14 +02:00
236a1a43f8
Bugfix in applyPicks: If there are automatic picks, OverwriteError is suppressed.
Ludger Küperkoch
2016-10-28 11:04:56 +02:00
0318fe7c32
Bugfix in calcsourcespec: take into account special case of components 1, 2, and Z.
Ludger Küperkoch
2016-10-27 16:15:38 +02:00
9e5b3f6916
Bugfix in fitSourceModel: Be sure, to set trial window aroun initial corner frequency within available data.
Ludger Küperkoch
2016-10-27 16:06:45 +02:00
41eebfbcda
Bugfix in calcsourcespec: If no rotation of traces is possible, use component 3 instead of component z.
Ludger Küperkoch
2016-10-27 15:50:24 +02:00
42268cd3e9
Optimized and cleaned fitSourceModel to speed it up.
Ludger Küperkoch
2016-10-27 14:55:03 +02:00
bcde390d42
Bugfix in class MomentMagnitude: calcsourcespec was feeded with 1 component only, thus rotation of traces was no more possible.
Ludger Küperkoch
2016-10-27 09:07:08 +02:00
c055b52325
Merge branch 'develop' of ariadne.geophysik.rub.de:/data/git/pylot into develop
Ludger Küperkoch
2016-10-26 11:37:39 +02:00
91c181ef2d
[README] added some necessary information to the README for first release; renamed pylot_sample.in for convenience and removed an obsolete import
Sebastian Wehling-Benatelli2016-10-04 06:32:10 +02:00
900c7af931
[new] added referenced information on Magnitude properties to the recently introduced Magnitude objects
Sebastian Wehling-Benatelli2016-09-29 11:53:25 +02:00
010963dcd1
[bugfix] not all processing entries have to contain remove but at least one of them
Sebastian Wehling-Benatelli2016-09-28 15:07:49 +02:00
5f92d1f0db
[refactor] major refactoring of autoPyLoT and making use of the newly introduced Magnitude objects
Sebastian Wehling-Benatelli2016-09-28 11:03:53 +02:00
231e7dafa9
[new] added a function to easily add amplitude information to a given Obspy event object
Sebastian Wehling-Benatelli2016-09-28 11:01:09 +02:00
ae967b3429
[remove] removed Wood-Anderson peak-to-peak amplitude reading from autopick.py; newly introduced in autoPyLoT in a future commit
Sebastian Wehling-Benatelli2016-09-28 10:57:52 +02:00
d4481e4acd
[new] added peak_to_peak, get and net_magnitude giving Wood-Anderson simulated peak amplitude, single station magnitudes and network magnitude for a given event, respectively
Sebastian Wehling-Benatelli2016-09-26 16:04:09 +02:00
c52277e4a2
[new] added attributes, properties and special method __str__ to the Magnitude superclass -> improves significantly convenience of sub-class programming
Sebastian Wehling-Benatelli2016-09-26 15:55:56 +02:00
eaa3c2e75d
[change] do some major refactoring on Magnitude and subclasses to be more efficient and clean
Sebastian Wehling-Benatelli2016-09-26 10:49:02 +02:00
51f4082e04
[fix] imported Magnitude overwrite prevented by renamed import; changed wrong function call
Sebastian Wehling-Benatelli2016-09-23 15:21:34 +02:00
bfa7ffc960
[move] moving functions for Richter and moment magnitude calculation to magnitude module for re-use in autoPyLoT
Sebastian Wehling-Benatelli2016-09-23 15:12:04 +02:00