Commit Graph

  • 8463a87507 Introduced saftey factor for jackknife test to be less conservative. Ludger Küperkoch 2015-07-06 15:52:25 +0200
  • 29de650b4e reformatting code to avoid mixing up whitespace and tabulator characters Sebastian Wehling-Benatelli 2015-07-06 10:57:34 +0200
  • 76f04bec6f [task] starting method to make PyLoT capable of restituting waveform data with given inventory xml files Sebastian Wehling-Benatelli 2015-07-06 10:20:25 +0200
  • a08c9e91e0 Ludger reported a Qt Problem that the MPLWidget was not recognized as an PySide.QtGui.QWidget; the problem was not reproducible on my system; maybe the problem was caused because getnoisewin is now imported from pick/utils and there matplotlib is imported for plotting reasons but to clarify the Qt backend used by matplotlib, it should not be imported before Sebastian Wehling-Benatelli 2015-07-06 09:51:59 +0200
  • b73f9fab45 Cosmetics. Ludger Küperkoch 2015-07-02 15:26:48 +0200
  • 97aaa0b0d3 convenience imports and implementation of initial pick set for S phases (including zooming to re-scaled horizontal data) Sebastian Wehling-Benatelli 2015-07-02 10:40:01 +0200
  • a5c1f68f03 [bugfix] draw all picked phases not only the actually picked one Sebastian Wehling-Benatelli 2015-07-02 10:37:31 +0200
  • 5e6173b351 [bugfix] fixes an issue where the zoom action is not reset when setting the initial pick Sebastian Wehling-Benatelli 2015-07-02 10:36:33 +0200
  • d05e9320e5 make MPLWidget able to distinguish scaled and unscaled data; additionally make plotting noise levels more convenient Sebastian Wehling-Benatelli 2015-07-02 10:35:36 +0200
  • a46b0db583 new method to return the traceID for given channel names Sebastian Wehling-Benatelli 2015-07-02 10:32:35 +0200
  • f77ba344c3 make the implementation of the picking dialog widget initialization method better readable Sebastian Wehling-Benatelli 2015-07-02 10:31:39 +0200
  • e99d2630a1 moved static methods as functions to the util package for flexibility reasons Sebastian Wehling-Benatelli 2015-07-02 10:29:50 +0200
  • a32f6fc037 Marginal changes. Ludger Küperkoch 2015-07-02 09:27:11 +0200
  • 0d8b6b4446 New key in pick dictionary: marker, indicating if pick has been rejected by checksignallength or checkZ4S. Ludger Küperkoch 2015-07-02 09:26:05 +0200
  • 8282a7aa12 Marginal changes. Ludger Küperkoch 2015-07-02 09:23:51 +0200
  • 82d9d45abf Marginal changes. Ludger Küperkoch 2015-07-01 15:37:07 +0200
  • 3e81adfec6 Marginal changes. Ludger Küperkoch 2015-07-01 15:31:50 +0200
  • 5bb616ffc5 Marginal changes. Ludger Küperkoch 2015-07-01 15:31:02 +0200
  • fb956f381a Implmented new quality control function checkZ4S. Ludger Küperkoch 2015-07-01 15:30:13 +0200
  • 489199af10 New parameters for new quality control function checkZ4S. Ludger Küperkoch 2015-07-01 15:23:37 +0200
  • 69b345c96b New parameters for new quality control function checkZ4S. Ludger Küperkoch 2015-07-01 15:23:21 +0200
  • 1af88fbe85 default values changed to the defaults from autopylot Sebastian Wehling-Benatelli 2015-06-29 16:23:46 +0200
  • 327a22818a added static method demeanWFData which simply returns the demeaned waveform stream object while the individual trace data are decreased by the average value of the waveform in a given window Sebastian Wehling-Benatelli 2015-06-29 16:19:17 +0200
  • 9aa8a5bf13 function getSNR re-implemented in order to allow SNR calculation for stream object with more than one trace; the resulting SNR is the maximum SNR found over all traces in the stream object Sebastian Wehling-Benatelli 2015-06-29 16:16:59 +0200
  • 0fcd6fab9d clean-up to meet coding conventions Sebastian Wehling-Benatelli 2015-06-29 16:14:11 +0200
  • a46fb88282 Merge branch 'develop' of 134.147.164.251:/data/git/pylot into develop Sebastian Wehling-Benatelli 2015-06-28 19:35:08 +0200
  • a854cf2762 use default filter options for all expected phases set up by the project leader Sebastian Wehling-Benatelli 2015-06-28 19:35:01 +0200
  • 90bf6cb99e Modified parameters for checkPonset. Ludger Küperkoch 2015-06-26 16:01:43 +0200
  • 9e124436e3 Modified parameters for checkPonset. Ludger Küperkoch 2015-06-26 16:01:17 +0200
  • 27155ad816 Marginal changes. Ludger Küperkoch 2015-06-26 16:00:20 +0200
  • 99adb5ce9c Finialized new function checkPonset. Ludger Küperkoch 2015-06-26 15:59:50 +0200
  • 0789f51d69 Implemented additional quality control function checkPonsets, using subfunction jackknife to skip misspicks. Yet not entirely finished. Ludger Küperkoch 2015-06-26 08:48:24 +0200
  • ab840fbcf1 Merge branch 'develop' of ariadne.geophysik.rub.de:/data/git/pylot into develop Try to solve conflict, only marginal changes. Conflicts: pylot/core/pick/utils.py Ludger Küperkoch 2015-06-25 11:17:32 +0200
  • edd925af99 Some cosmetics. Ludger Küperkoch 2015-06-25 11:11:19 +0200
  • e542aa70d9 doctesting added without having doctests inserted (pending) Sebastian Wehling-Benatelli 2015-06-25 10:36:45 +0200
  • 4292197818 [bugfix] switching between zooming types now does not cause weird mouse event behavior anymore Sebastian Wehling-Benatelli 2015-06-25 10:35:58 +0200
  • ec3ecd04bb pick colors now depend on the type of phase picked; blueish colors for compressional wave (p) phases and reddish colors for shear wave (s) phases Sebastian Wehling-Benatelli 2015-06-25 10:34:15 +0200
  • a383f8c769 [bugfix] labels are now drawn correctly after picking an onset Sebastian Wehling-Benatelli 2015-06-25 10:31:55 +0200
  • cb5bd7dc09 differentiate between initial picks for p and s phases as they are picked from different components; zoom window determination for s phases not implemented yet Sebastian Wehling-Benatelli 2015-06-25 10:30:59 +0200
  • bb52f8ac83 moved the determination of the time resolution window to the utils module within the pick package Sebastian Wehling-Benatelli 2015-06-25 10:27:00 +0200
  • b42f88605b the main application window now opens in fullscreen mode Sebastian Wehling-Benatelli 2015-06-25 10:25:08 +0200
  • 7635f790fd [bugfix] one filter parameter was type string and caused problems when parsing the parameters to the filter function of an obspy object Sebastian Wehling-Benatelli 2015-06-25 10:24:17 +0200
  • 7ec28664b4 new function getResolutionWindow and doc testing added Sebastian Wehling-Benatelli 2015-06-25 10:21:52 +0200
  • c9f07b6540 getSNR: demean using only mean determined from noise window. Ludger Küperkoch 2015-06-25 10:07:35 +0200
  • 2cd7572ee4 Removed fixed plotting flag. Ludger Küperkoch 2015-06-24 16:44:15 +0200
  • 7281220b55 wadaticheck: bug fixed, initialization of running index at wrong place. Ludger Küperkoch 2015-06-24 16:42:50 +0200
  • 1abcb9d9a9 Merge branch 'develop' of ariadne.geophysik.rub.de:/data/git/pylot into develop Ludger Küperkoch 2015-06-24 15:47:14 +0200
  • c68597ce62 Debugging. Ludger Küperkoch 2015-06-24 15:43:59 +0200
  • 311b3f1de1 Merge branch 'develop' of 134.147.164.251:/data/git/pylot into develop Sebastian Wehling-Benatelli 2015-06-24 14:33:30 +0200
  • c840e07635 filtering of the waveform in the picking window implemented (work in progress, still bugs inside which have to be located and fixed) Sebastian Wehling-Benatelli 2015-06-24 14:33:19 +0200
  • 0d3fb8be93 [bugfix] false indentation corrected (broken program logic fixed) Sebastian Wehling-Benatelli 2015-06-24 14:31:43 +0200
  • 8dd100792e [bugfix] obspy filter function do not use order but corners as parameter name (keyword changed for argument parser) Sebastian Wehling-Benatelli 2015-06-24 14:30:48 +0200
  • 0cc29802a4 Added/modified parameters for new function checksignallength. Ludger Küperkoch 2015-06-24 14:25:18 +0200
  • a6d19eae7d Added/modified parameters for new function checksignallength. Ludger Küperkoch 2015-06-24 14:25:09 +0200
  • 4548f361e4 Merge branch 'develop' of 134.147.164.251:/data/git/pylot into develop Sebastian Wehling-Benatelli 2015-06-24 14:24:20 +0200
  • 017532272f Modified: new function checksignallength added. Ludger Küperkoch 2015-06-24 14:17:43 +0200
  • 68bbea9854 Implemented new function for quality control: checksignallength, checks signal length in order to detect spuriously picked noise peaks. Ludger Küperkoch 2015-06-24 14:15:54 +0200
  • b44fbe0b02 Some Cosmetics. Ludger Küperkoch 2015-06-24 10:23:24 +0200
  • 61c745cd79 Modified parameters. Ludger Küperkoch 2015-06-24 09:31:18 +0200
  • 7ede5a7859 Modified parameters. Ludger Küperkoch 2015-06-24 09:31:01 +0200
  • 728cf15f19 Demean: Mean to be subtracted from time series is now calculated from noise part only. Ludger Küperkoch 2015-06-24 09:29:59 +0200
  • ac99ec8a76 added static method to the FilterOptionsDialog in order to be able to directly get an filter object without having to create an dialog object in advance explicitly Sebastian Wehling-Benatelli 2015-06-24 09:24:21 +0200
  • 123634924b Removed fix iplot flag. Ludger Küperkoch 2015-06-23 16:27:28 +0200
  • 8f0c1fb8ec Debugging. Ludger Küperkoch 2015-06-23 16:24:10 +0200
  • 5410b4481a Debugging. Ludger Küperkoch 2015-06-23 16:23:18 +0200
  • 54fd3004b4 Debugging. Ludger Küperkoch 2015-06-23 16:22:21 +0200
  • 2c9ad97a4a avoid weird behavior of the picking window Sebastian Wehling-Benatelli 2015-06-23 13:26:37 +0200
  • 37e50b12e6 use more reliable hard coded sample phase names Sebastian Wehling-Benatelli 2015-06-23 13:25:27 +0200
  • 03219e69d6 substract the mean of the waveform data within the noise window prior to picking Sebastian Wehling-Benatelli 2015-06-23 13:24:47 +0200
  • dec3e733a2 use settings and defaults rather than hard coded parameters Sebastian Wehling-Benatelli 2015-06-23 13:23:31 +0200
  • ca4c5edb18 make the code more readable Sebastian Wehling-Benatelli 2015-06-23 13:22:30 +0200
  • b1990e6e1c filter waveform with default parameter for selected phase prior to initial phase identification Sebastian Wehling-Benatelli 2015-06-23 13:22:01 +0200
  • 2393b88f05 rearranged filter waveform data method to match signature of the parseFilterOptions method of the FilterOptions object which will be used to hold filter information which can be defined by the project leader in advance Sebastian Wehling-Benatelli 2015-06-23 13:15:39 +0200
  • f1c7f00193 new local variable reused in plotting command for noise level positioning while plotting Sebastian Wehling-Benatelli 2015-06-23 13:12:20 +0200
  • c1818622de [bugfix] obsolete plotting command causing the plot to appear differently than desired Sebastian Wehling-Benatelli 2015-06-23 13:09:03 +0200
  • c94c569fcb closes ticket #151 : in the picking window always the entire waveform data is plotted with varying zoom window sizes Sebastian Wehling-Benatelli 2015-06-23 13:07:24 +0200
  • c851fa6901 avoid direct manipulation of attributes of an object; use get and set methods instead; new methods added to feature the desired behavior Sebastian Wehling-Benatelli 2015-06-23 12:57:36 +0200
  • 6d8a17b7e2 deleting obsolete class definition Sebastian Wehling-Benatelli 2015-06-23 12:51:27 +0200
  • 1c749dd9a8 Debugging. Ludger Küperkoch 2015-06-23 12:24:13 +0200
  • c54ba04ae2 Marginal changes. Ludger Küperkoch 2015-06-23 12:19:16 +0200
  • add4944c05 Marginal changes. Ludger Küperkoch 2015-06-23 12:18:45 +0200
  • c35dd456fe Merge branch 'develop' of ariadne.geophysik.rub.de:/data/git/pylot into develop Merge necessary after commit before pull. Ludger Küperkoch 2015-06-23 12:02:51 +0200
  • 44050564b8 Debugging. Ludger Küperkoch 2015-06-23 12:02:04 +0200
  • 931853016a Debugging. Ludger Küperkoch 2015-06-23 12:01:36 +0200
  • 231a8b0244 Merge branch 'develop' of 134.147.164.251:/data/git/pylot into develop Sebastian Wehling-Benatelli 2015-06-23 08:49:34 +0200
  • 8d4aaab92a [bugfix] return value of getnoisewin and getsignalwin should be of expected type numpy.ndarray (was tuple) Sebastian Wehling-Benatelli 2015-06-23 08:48:14 +0200
  • a2ca6fd66f [bugfix] return value of getnoisewin and getsignalwin should be of expected type numpy.ndarray (was tuple) Sebastian Wehling-Benatelli 2015-06-23 08:48:14 +0200
  • dc281c6c0e [bugfix] determine the SNR according to the demeaned waveform between the beginning of the noise window and the end of the signal window Sebastian Wehling-Benatelli 2015-06-23 08:24:21 +0200
  • bb6ebc7ee1 reformatting code for reasons of coding conventions Sebastian Wehling-Benatelli 2015-06-23 08:22:59 +0200
  • 9ec7da7e4e Example of autoPyLoT.in for regional data set. Ludger Küperkoch 2015-06-22 16:28:35 +0200
  • cab58a10aa Example of autoPyLoT.in for local data set. Ludger Küperkoch 2015-06-22 16:28:21 +0200
  • d25e791bb8 Debugging. Ludger Küperkoch 2015-06-22 16:01:25 +0200
  • 833b29a488 Debugging. Ludger Küperkoch 2015-06-22 16:01:16 +0200
  • f2510ff400 Switched off warnings. Ludger Küperkoch 2015-06-22 15:35:16 +0200
  • 4a911a4ac9 Marginal changes only. Ludger Küperkoch 2015-06-22 15:20:03 +0200
  • ab53a72c57 Debugging: If not enough S-P times are available, the plotting is modified. Ludger Küperkoch 2015-06-22 15:07:54 +0200
  • 99a5a4499a Debugging: If no P-Pick was determined, no plot of of horizontal data comes up. Ludger Küperkoch 2015-06-22 14:59:57 +0200
  • eb153679ba Removed axis limits from plotting part. Ludger Küperkoch 2015-06-22 14:37:47 +0200
  • aba3997b20 Modified earllatepicker: Mean is removed from trace calculated from noise + signal window. Ludger Küperkoch 2015-06-22 12:39:29 +0200
  • 635ac1686b Merge branch 'develop' of ariadne.geophysik.rub.de:/data/git/pylot into develop Ludger Küperkoch 2015-06-22 11:27:01 +0200