23430c9d90Modofied checksignallength: uses RMS trace of all components (if available) to check signal length. This avoids skipping of P pick, if P coda is very weak. If only vertical trace is available, rms of vertical trace is used instead with smaller required minimum signal length.
Ludger Küperkoch
2015-09-04 11:16:34 +0200
de608798b9Modified checking of signal length, uses RMS trace of all components now (if available).
Ludger Küperkoch
2015-09-04 11:13:52 +0200
0dc1091078restituteWFData: introduced return flag restflag to indicate whether restitution could be performed or not.
Ludger Küperkoch
2015-09-04 11:12:25 +0200
3ba57cfc56Introduced new class DCfc for calculating the source spectrum and to derive the DC-value and the corner frquency of the source spectrum. Just at the beginning!
Ludger Küperkoch
2015-09-01 14:32:09 +0200
de5c65bc1dWood-Anderson peak-to-peak amplitude is now calculated even if S weight is 4. At least P pick must be confident, if S weight > 3 a larger window for getting maximum peak-to-peak amplitude is used.
Ludger Küperkoch
2015-09-01 14:25:48 +0200
fb3b599f50restituteWFData: If input streams is None, a copy of streams derived by self.getWFData() is used for further processing.
Ludger Küperkoch
2015-08-31 10:24:17 +0200
d756f5d2e1Replaced hard coded window length for getting Wood-Anderson peak-to-peak amplitude with formerly set window length for calculating CF for S-picking.
Ludger Küperkoch
2015-08-31 10:10:42 +0200
eb592a3426Claculation of Wood-Anderson amplitude only, if S-weight < 4.
Ludger Küperkoch
2015-08-28 11:39:39 +0200
827a07a7efSkipped restitution of entire traces at the beginning of processing as this is too time consuming. Instead, only traces are corrected within autopickstation, where at least automatically a P pick has been set.
Ludger Küperkoch
2015-08-28 11:31:19 +0200
533ccc7b5cImplemented new class wapp to calculate Wood-Anderson amplitudes for local magnitude calculation. Before calculating Wood-Anderson amplitude the certain traces are instrument corrected.
Ludger Küperkoch
2015-08-28 11:29:00 +0200
ef8ebc300eNew object to calculate magnitude. Finished class wapp to calculate amplitude as seen on Wood-Anderson seismograph.
Ludger Küperkoch
2015-08-28 11:27:09 +0200
779b9e7313Merge branch 'develop' of ariadne.geophysik.ruhr-uni-bochum.de:/data/git/pylot into developSebastian Wehling-Benatelli2015-08-27 15:42:01 +0200
96395f6a1arestituteWFData: searches now for keyword processing to check, whether this trace has already been corrected or not.
Ludger Küperkoch
2015-08-27 11:40:42 +0200
845fd6a7b3restituteWFData: able to handle several dataless-, inventory- or resp-files, calculates prefiltering from sampling rate of trace. Processing with inventory- or resp-file has yet not been checked!
Ludger Küperkoch
2015-08-27 11:04:46 +0200
834e836a3dRemoved parameter prefilt, no more necessary.
Ludger Küperkoch
2015-08-27 11:01:59 +0200
ceed663a77AICPicker: if iplot > 1, figure with waveform and CF is raised, even when slope is calculation failed.
Ludger Küperkoch
2015-08-13 10:57:46 +0200
64b8e1a9e8checksignallength: Added more detailed information for user.
Ludger Küperkoch
2015-08-13 10:54:17 +0200
fba2aad664Added more detailed information for user about skipped picks.
Ludger Küperkoch
2015-08-13 10:52:07 +0200
0e3576d193[closes#157] filter defaults are now read from text file like the sample filter.in coming with this commit simply copy to .pylot folder in your home directory (this is preliminary because the filter parameters should be settable project wide by one responsible person)Sebastian Wehling-Benatelli2015-07-21 07:41:41 +0200
17933c75f0file format for exporting event data is controlled by the extension used; this behavior is more convenient for a GUI driven file selectionSebastian Wehling-Benatelli2015-07-18 15:59:42 +0200
d79165a9f2[bugfix] pick times are absolute times, thus for plotting the start time has to be subtractedSebastian Wehling-Benatelli2015-07-13 06:39:25 +0200
ea976295d0huge structural rearrangement to resolve circular import problems [add] new feature added to QtPyLoT capable of automatically picking an event from overview windowSebastian Wehling-Benatelli2015-07-10 09:22:58 +0200
2bd31f433bChanged labeling within overview window, station IDs are shown instead of running number.
Ludger Küperkoch
2015-07-09 15:50:29 +0200
591e5a7110standard output format should be QuakeML for saving the event relevant data, moreover the other formats should only be written temporarily for processing purposesSebastian Wehling-Benatelli2015-07-08 15:12:35 +0200
0236a19db1[bugfix] the type of obspy.core.event.Event objects resource_id attribute is of type obspy.core.event.ResourceID but must be of type str; simple conversion fixed thisSebastian Wehling-Benatelli2015-07-08 15:00:51 +0200
ec9840839epreserve the occurrence of the authority id in the filenames for write support of event informationSebastian Wehling-Benatelli2015-07-08 14:58:42 +0200
e051be8a06code cosmetics and give some hint on the usage of the overview window in the status barSebastian Wehling-Benatelli2015-07-07 10:45:42 +0200
3dd02d7f0cdo not print information to standard out but into the status bar (recognizable for the user)Sebastian Wehling-Benatelli2015-07-07 10:44:06 +0200
06d6060a9fadded method to add picks to the picks dictionary and warn the user if he/she is about to overwrite pick informationSebastian Wehling-Benatelli2015-07-07 10:37:54 +0200