a0f9561bcf
[new] hybrid selection for array_map (plot automatic and manual picks, prefer manuals)
2018-08-09 11:16:20 +02:00
34891d3dc1
[minor] added verbosity flag for Metadata to reduce output in GUI
2018-08-06 09:19:30 +02:00
eb07c19c2e
[update] metadata/inventory management
...
[bugfix] errors when there were no manual picks using array_map
2018-07-23 14:54:53 +02:00
90e26cbd8f
[bugfix] various, pick delete/plot behaviour
2018-07-18 14:12:59 +02:00
663d244f70
[cleanup] removed some parentheses
2018-07-17 14:49:35 +02:00
7a0d3486a6
[cleanup] code cleanup by PyCharm
2018-07-17 14:49:34 +02:00
415af11f63
[cleanup] add @staticmethod, some other stuff
2018-07-17 14:45:51 +02:00
b22d04db47
[cleanup] replace equality by "is"
2018-07-17 14:45:50 +02:00
Darius Arnold
6ae5a213d1
[update] Metadata docstrings improved
2018-07-13 23:10:47 +02:00
1d215c181c
[update] time optional for get_metadata/get_coordinates, if not time is specified use current UTCDateTime
2018-07-12 11:43:15 +02:00
1d571a0046
[add] Metadata class now requires time for get_metadata and get_coordinates as well
2018-07-12 11:27:20 +02:00
6c162fc94a
[new] first use of Metadata class in autoPyLoT, largely increasing read performance using obspyDMT (single DATALESS-Seed files)
2018-07-12 09:42:35 +02:00
9c119819a6
[bugfix] self.inventory_files initiated too late
2018-07-09 14:14:59 +02:00
689192b25d
[bugfixes] in Metadata class (not fully tested yet)
2018-07-06 12:22:24 +02:00
d223011f90
[bugfix] Metadata class raised Exception using obspy get_coordinates
2018-07-06 11:03:21 +02:00
8ae0449c01
[new] metadata class (WIP)
2018-06-27 14:21:20 +02:00
19f943627a
[bugfixes] autopylot
2018-06-26 17:07:38 +02:00
77b4458ab5
[idea] change read_metadata to also read files without specific file ending
2018-06-25 14:22:14 +02:00
4cf785a135
[add] synthetic data plot (not yet flexible)
2018-04-05 15:33:40 +02:00
154e7b459f
[add] --ncores flag added to autoPyLoT call, also enabled in GUI widget
2017-08-03 11:49:15 +02:00
20b31a1c5c
[reformat] code reformatting with PyCharm
2017-08-03 09:41:54 +02:00
a017c4deb4
[bugfix] various bugfixes while testing on Windows with py3
2017-07-14 15:26:39 +02:00
0fb6e5d4df
[bugfix] pickDlg takes into account timeshift of trace.starttime for different components
...
[add] initial pick displayed in pickDlg
2017-06-01 15:25:43 +02:00
393289245f
multiprocessing implemented for restitution and autopicker
2017-04-06 15:37:54 +02:00
c90b061de9
coppied files from Ludgers Laptop
2017-04-06 13:16:28 +02:00
ad909804d1
Merge branch 'master'
...
Conflicts:
pylot/core/analysis/magnitude.py
pylot/core/pick/autopick.py
pylot/core/util/dataprocessing.py
2016-09-29 14:01:15 +02:00
04da34deec
Merge branch 'feature/magnitude4QtPyLoT' into develop
...
Conflicts:
pylot/core/analysis/magnitude.py
pylot/core/util/widgets.py
2016-09-29 13:54:18 +02:00
010963dcd1
[bugfix] not all processing entries have to contain remove but at least one of them
2016-09-28 15:07:49 +02:00
cf514ae024
[change] traces that could not be restituted are now removed from trace
2016-09-27 15:13:51 +02:00
Ludger Küperkoch
180cd25b51
Fixed bug in read_metadata.py: path to inventory file was not taken into account.
2016-09-21 14:36:25 +02:00
Ludger Küperkoch
e4c1912896
Additional screen output for read_metadata.py.
2016-09-20 15:25:26 +02:00
Ludger Küperkoch
ee2f462c92
Fixed bug in read_metadata.py: path to inventory file was not taken into account.
2016-09-20 14:30:24 +02:00
21042bc071
Merge branch 'feature/magnitude4QtPyLoT'
...
Conflicts:
pylot/core/util/dataprocessing.py
pylot/core/util/widgets.py
2016-09-20 13:24:37 +02:00
4a6b653a72
[new] added new function to read metadata from disk
...
this new function prevents multiple reading of large dataless seed volume to enhance overall performance
2016-09-20 09:55:54 +02:00
f34262d931
[enhancement] catch possible exceptions during restitution process without losing code's verbosity
2016-09-19 11:39:15 +02:00
c8d8525c11
[bugs fixed and found] dataprocessing doesn't work as expected, np.bool_ substituted by bool
2016-09-15 14:51:11 +02:00
fa42134a00
[modified] use os.path to create path strings for reading data
2016-09-15 11:41:30 +02:00
Ludger Küperkoch
d099e4b466
Bug fixed: Parser could not find dless-file as path was not given.
2016-09-14 13:43:10 +02:00
15700b074d
[major, refs #200 ] major change for the magnitude estimation from GUI
...
restitution of waveform data has been moved to dataprocessing; the routines have been cleaned up and work in changed order now:
new function restitute_data is a wrapper function in order to restitute seismic data with the most popular kinds of station metadata
2016-09-13 12:00:37 +02:00
8a5fcf05bf
[move] pseudo method restituteWFData changed to function restitute_data and moved to dataprocessing
2016-09-10 13:24:42 +02:00
7c5b8cb646
[move] pseudo method restituteWFData changed to function restitute_data and moved to dataprocessing
2016-09-10 13:24:12 +02:00
sebastianp
9b7db91037
[task] started to implement data processing step for checking corrupted GSE files
2016-05-19 15:35:11 +02:00
7c5aff0a27
[fix] correctly formatting the timestring now
2016-05-19 11:16:28 +02:00
731acc7117
[double-checked] code has been double checked before running on data
2016-05-19 10:51:37 +02:00
4a836fd1f7
[task] started to implement data processing step for checking corrupted GSE files
2016-05-13 14:56:42 +02:00