Ludger Küperkoch
1b16c13525
[Bugfix] autoPyLoT was running always non-parallel due to iplot argument.
2017-08-09 13:28:00 +02:00
Ludger Küperkoch
87b617b924
[Bugfix] Control figure output of autoPyLoT via optional input argument iplot.
2017-08-09 13:17:54 +02:00
29165aadc7
[bugfix] fixed former bugfix
2017-08-09 09:44:01 +02:00
Ludger Küperkoch
a7b02c68de
Re-introduced multicore processing, temporarly disabled for bug fixing.
2017-08-08 17:09:17 +02:00
Ludger Küperkoch
811f52c95c
Enabled plotting of figures when called from terminal.
2017-08-08 16:38:29 +02:00
Ludger Küperkoch
ab410b790c
If one horizontal component is missing, AR prediction is calculated on original trace and copy of it.
2017-08-08 14:19:13 +02:00
Ludger Küperkoch
cc2da4fc41
[Bugfix] 'NoneType' object has no attribute 'axes'.
2017-08-08 11:53:21 +02:00
Ludger Küperkoch
6891591ae9
[Bugfix] Wrong use of boolean variable.
2017-08-08 11:26:40 +02:00
17a93cf62f
[add] for global seismology CF pick windows will now be calculated
...
relative to estimated tt from TauPy, metadata and source location (in XML
file) needed
[TO DO]: automatic export of XML (esp. source loc) before autopicking
2017-08-07 11:21:20 +02:00
125b72a582
[bugfix] autoPyLoT crashed when getSlope() method of AICPicker returned
...
None (comparing None to float), workaround: if not slope: slope=0
2017-08-03 12:05:19 +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
176f13db09
[bugfix] slope window was used for calculation of checkz4s leading to huge problems
2017-07-17 16:58:40 +02:00
8e8b3e0462
[rename] AutoPickPara ---> PylotPara
2017-06-22 11:22:17 +02:00
a8861dfdab
[bugfix] multiprocessing problem fixed, caused by a general bug passing wrong argument [fig_dict] to AIC instead of [fig_dict[key]]; also iplot flag is correctly read from parameter file now
2017-05-18 13:16:53 +02:00
cae5c961b0
some fixes calling autopylot (figures=None), added log for autoTuner
2017-05-15 17:21:22 +02:00
4d9c7b02cf
autoPyLoT: figure beautification
...
also added nav toolbar to TuneAutopicker
2017-05-15 11:21:45 +02:00
12e6106227
first working version of threaded tuneAutopicker
2017-05-12 13:58:05 +02:00
184983bc87
WIP: figure generating in threads partly working
2017-05-12 11:03:41 +02:00
f58d17be14
WIP restructuring fig_dict to be created inside Qt Main Thread
2017-05-11 17:15:20 +02:00
29915f3669
added first small qwidget for later tuning of autopicker with figures (tight_layout not working?)
2017-05-08 17:48:59 +02:00
3090d5fca0
added two missing figures
2017-05-08 16:23:10 +02:00
c784d46521
changed whole autoPyLoT figure structure to fig/ax structure to keep connections to figures in memory, iPlot now part of autoPyLoT function call parameters (not yet in argparser)
2017-05-08 15:38:41 +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
91c181ef2d
[README] added some necessary information to the README for first release; renamed pylot_sample.in for convenience and removed an obsolete import
2016-10-04 06:32:10 +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
ae967b3429
[remove] removed Wood-Anderson peak-to-peak amplitude reading from autopick.py; newly introduced in autoPyLoT in a future commit
2016-09-28 10:57:52 +02:00
eaa3c2e75d
[change] do some major refactoring on Magnitude and subclasses to be more efficient and clean
2016-09-26 10:49:02 +02:00
04ec43c699
[fix] restitute waveform data prior to Wood-Anderson simulation
2016-09-22 14:12:24 +02:00
7e76bf7577
[change] make use of new metadata reading utility function to improve performance
2016-09-20 09:57:09 +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
Ludger Küperkoch
c34fbe1228
Removed needless terminal output
2016-05-11 10:51:33 +02:00
Ludger Küperkoch
97ca69a07d
Modified for controlling amount of terminal output using new input parameter apverbose
2016-05-11 09:54:33 +02:00
210d39882d
further development on the reassessment routines for PILOT data
2016-05-03 08:46:13 +02:00
edd8920d54
WALL-E --- Small robot, big job! Restructuring the code and preparing implementation of a re-assessment tool for PILOT phases.
2016-05-01 21:10:30 +02:00
6181829ef6
[bugfix] make uncertainties from autoPyLoT may be corrupted
...
consequently there is minimum uncertainty gap between mpp and lpp/epp
2016-04-12 14:47:49 +02:00
9519372247
[bugfix] autopick accidently interchanged latest and earliest possible pick
2016-04-11 13:57:59 +02:00
2139674afa
[bugfix] guessed that checking the same variable twice was not intended
...
instead of checking for mpickX's twice it was probably meant to check for lpickX's value
2016-04-11 12:39:46 +02:00
d7cfd0d176
WALL-E: Einmal aufräumen und zurück!
2016-03-30 08:14:58 +02:00
31d56cb287
[edit] introducing picker tag
...
New tag introduced to distinguish between pickers (either person's or programs name)
2016-03-23 11:48:58 +01:00
7225da87db
[edit] reformatted code
...
Code indentation and PEP 8 violations automatically reduced with IDE tool
2016-03-22 08:42:09 +01:00
fa6626d62a
[edit] catch reference before assignment
...
charactersitic function variable might be referenced before they are assigned; now they are assigned as None and calls to assert help finding wrong definitions if not assigned correctly within if clause
2016-03-21 12:06:11 +01:00
d954c3bbe8
[edit] restructuring autopicking module
...
renamed several function and classes, moved script files to scripts
2016-03-21 11:14:16 +01:00
Ludger Küperkoch
534718aadf
Improved figure caption, shows vertical trace including station ID and channel even if no or only bad pick is available.
2015-12-10 15:50:36 +01:00
Ludger Küperkoch
d2b39ff078
Improved some print output, bugfix: avoids getting negative value for pstart when iterative re-picking.
2015-12-10 14:30:38 +01:00
0d8324a4ae
Merge branch 'develop' of ariadne.geophysik.ruhr-uni-bochum.de:/data/git/pylot into develop
2015-12-03 15:25:24 +01:00
2b90c73f9f
changed quotes for consistency
2015-12-03 15:25:04 +01:00