Commit Graph
84 Commits
Author SHA1 Message Date
sebastianw 2b42583999 debugged some code fragments while trying to solve the load event data problem 2015-09-17 17:55:40 +02:00
sebastianw 7a47594614 debugged some code fragments while trying to solve the load event data problem 2015-09-17 17:45:10 +02:00
sebastianw 49cbfd92e5 Merge branch 'develop' of ariadne:/data/git/pylot into 176 2015-09-05 09:40:52 +02:00
sebastianw 4eef4d238b 176 open event failure 2015-09-04 15:01:59 +02:00
Ludger Küperkoch 0dc1091078 restituteWFData: introduced return flag restflag to indicate whether restitution could be performed or not. 2015-09-04 11:12:25 +02:00
sebastianw cc0b1e0a5b 176 open event failure 2015-09-03 13:21:46 +02:00
sebastianw c940b092d0 Merge branch 'master' into develop 2015-08-31 13:47:22 +02:00
Ludger Küperkoch fb3b599f50 restituteWFData: If input streams is None, a copy of streams derived by self.getWFData() is used for further processing. 2015-08-31 10:24:17 +02:00
Ludger Küperkoch d0d38b81cb Removed indentation error. 2015-08-31 09:38:18 +02:00
sebastianw 1f7049691c [addresses #167] started fixing the multiple phase saving issue 2015-08-28 16:01:42 +02:00
sebastianw 497ca39c91 reformatted data.py to meet coding conventions 2015-08-28 10:15:28 +02:00
sebastianw 038caf4d54 reformat code 2015-08-28 09:05:50 +02:00
sebastianw 6597c881a6 reformatting code 2015-08-27 15:42:51 +02:00
sebastianw 779b9e7313 Merge branch 'develop' of ariadne.geophysik.ruhr-uni-bochum.de:/data/git/pylot into develop
Conflicts:
	pylot/core/read/data.py
2015-08-27 15:42:01 +02:00
sebastianw 7785bd1900 Merge branch 'master' into develop
Conflicts:
	pylot/core/read/data.py
2015-08-27 15:28:54 +02:00
Ludger Küperkoch ee777b4beb Removed import pdb. 2015-08-27 14:26:15 +02:00
Ludger Küperkoch 3e164fd0c6 restituteWFData: More output for user. 2015-08-27 14:24:52 +02:00
sebastianw 3dd65b9cc3 [addresses #167] started fixing the multiple phase saving issue 2015-08-27 12:55:34 +02:00
Ludger Küperkoch 96395f6a1a restituteWFData: searches now for keyword processing to check, whether this trace has already been corrected or not. 2015-08-27 11:40:42 +02:00
Ludger Küperkoch 845fd6a7b3 restituteWFData: 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! 2015-08-27 11:04:46 +02:00
Ludger Küperkoch 8af4f8ad1e Finished (temporary!) new function restitueWFData. 2015-08-26 17:00:17 +02:00
sebastianw 0b6fbd22c5 reformatting code to meet coding conventions 2015-07-18 16:13:11 +02:00
sebastianw f4f744e22c export and save picks implemented successfully 2015-07-18 16:11:20 +02:00
sebastianw fc86179c39 [closes #145], [addresses #146] this commit introduces the handling of picks as obspy event objects 2015-07-18 16:09:50 +02:00
sebastianw e31890d8fc export and save picks to hard drive 2015-07-13 09:24:16 +02:00
sebastianw ea976295d0 huge structural rearrangement to resolve circular import problems
[add] new feature added to QtPyLoT capable of automatically picking an event from overview window
2015-07-10 09:22:58 +02:00
sebastianw 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 this 2015-07-08 15:00:51 +02:00
sebastianw 76f04bec6f [task] starting method to make PyLoT capable of restituting waveform data with given inventory xml files 2015-07-06 10:20:25 +02:00
sebastianw b3ea4229a4 implement opportunity to apply different kind of event data to the data object 2015-06-10 15:46:37 +02:00
sebastianw 3cb73fb948 alternative for storing event data (discussable) 2015-06-10 15:41:37 +02:00
sebastianw 0721e225a7 never return values for without a meaning 2015-06-10 15:40:36 +02:00
sebastianw 2da7861b6f todo mark deleted 2015-05-28 11:54:16 +02:00
sebastianw 6dc0b206e9 changed string representation of data object 2015-05-20 11:20:37 +02:00
sebastianw 9a4677c794 bugfix: deleted default value for suffix 2015-05-20 10:33:59 +02:00
sebastianw 5badf2ba34 implementation of different data structure type handling 2015-05-20 09:38:25 +02:00
sebastianw 56a0563709 implementation of PilotDataStructure as subclass to GenericDataStructure 2015-05-18 13:12:12 +02:00
sebastianw f177901883 rearranging methods to provide a superclass to all other structure classes 2015-05-11 13:41:08 +02:00
sebastianw 426c2d0d4c TODO: restructuring the datastructure classes; suggestion: write a Superclass GenericDataStructure which is than inherited by PilotDataStructure and SeiscompDataStructure 2015-04-29 07:57:52 +02:00
sebastianw 0760c2fe3a introducing new attribute __name to the datastructure objects. Used in autoPyLoT to distinguish between structure types. 2015-04-29 06:29:08 +02:00
sebastianw ca8081b7aa debugging: return the exception text whenever an error occurs - makes debugging much easier 2015-04-22 12:38:10 +02:00
sebastianw 27ecdb899b plotting scheme restructured: the same widgets are used for plotting the overview and the station plots, the plotting method has been moved to the widget side which makes more sense than having it on the data side;
new functions in utils module: prepTimeAxis returns a proper time axis array for a given start time and an obspy trace; getGlobalTimes returns the minimum start time and the maximum end time (edges) of a given obspy stream object
2015-03-29 08:07:46 +02:00
sebastianw 474622027e now the station selection works fine and a picking window is opened when the waveform has been clicked 2015-03-12 13:59:29 +01:00
sebastianw a0bbe8ca04 trying to get the picking of plot coordinates working (pending for poster preparation) 2015-03-11 12:05:52 +01:00
sebastianw 4184fcffdc make waveform filtering work (in progress) 2015-02-20 08:38:26 +01:00
sebastianw 7dd1519f83 use similar method names for similar types of methods (e.g. xWFData for all methods connected to waveform data) 2015-02-20 08:35:26 +01:00
sebastianw 693362a278 normalize waveform data to avoid overlapping 2015-02-18 15:32:37 +01:00
sebastianw dd360bd9cc code clean up 2015-02-18 15:32:01 +01:00
sebastianw 1878b887f6 give information on files which could not be read and thus not be attended to the waveform container 2015-02-18 15:31:35 +01:00
sebastianw d15441900e bugfixes in order to make the GUI work 2015-02-17 13:17:01 +01:00
sebastianw fa6db084b8 Data object restructured for convenience; fixed problems in the class logic; restructured imports 2015-02-16 10:30:35 +01:00