7b22eb1620Additional phase output formated for HYPOSAT, additional header information for HYPO71- and NLLoc-phase files.
Ludger Küperkoch
2017-02-28 15:02:39 +01:00
4c82f29b1aPhase output formated for HYPO71, replaces old hsat.py.
Ludger Küperkoch
2017-02-28 15:01:52 +01:00
b4c463b16fBugfix 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
1b92d88403Re-introduced barycentre in pdf object.
Ludger Küperkoch
2017-02-22 16:23:19 +01:00
6ff8069fe0Bugfix in from_pick: type must be exp to be consistent!
Ludger Küperkoch
2017-02-22 16:20:47 +01:00
21e068ec24Bugfix 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
fab785d164Bugfix 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
86819f6b4aIn 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
c2c2047dcfFixed 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
236a1a43f8Bugfix in applyPicks: If there are automatic picks, OverwriteError is suppressed.
Ludger Küperkoch
2016-10-28 11:04:56 +02:00
0318fe7c32Bugfix in calcsourcespec: take into account special case of components 1, 2, and Z.
Ludger Küperkoch
2016-10-27 16:15:38 +02:00
9e5b3f6916Bugfix 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
41eebfbcdaBugfix 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
42268cd3e9Optimized and cleaned fitSourceModel to speed it up.
Ludger Küperkoch
2016-10-27 14:55:03 +02:00
bcde390d42Bugfix 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
c055b52325Merge 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 importSebastian Wehling-Benatelli2016-10-04 06:32:10 +02:00
34c1e80e78[enhancement] make use of the new methods introduced in [900c7af9313e1300ef7dae72bfa082599fe6dcb2]Sebastian Wehling-Benatelli2016-09-29 11:55:08 +02:00
900c7af931[new] added referenced information on Magnitude properties to the recently introduced Magnitude objectsSebastian Wehling-Benatelli2016-09-29 11:53:25 +02:00
5f92d1f0db[refactor] major refactoring of autoPyLoT and making use of the newly introduced Magnitude objectsSebastian Wehling-Benatelli2016-09-28 11:03:53 +02:00
231e7dafa9[new] added a function to easily add amplitude information to a given Obspy event objectSebastian 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 commitSebastian 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, respectivelySebastian 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 programmingSebastian Wehling-Benatelli2016-09-26 15:55:56 +02:00
eaa3c2e75d[change] do some major refactoring on Magnitude and subclasses to be more efficient and cleanSebastian Wehling-Benatelli2016-09-26 10:49:02 +02:00
51f4082e04[fix] imported Magnitude overwrite prevented by renamed import; changed wrong function callSebastian 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 autoPyLoTSebastian Wehling-Benatelli2016-09-23 15:12:04 +02:00