811f52c95c
Enabled plotting of figures when called from terminal.
Ludger Küperkoch
2017-08-08 16:38:29 +02:00
ab410b790c
If one horizontal component is missing, AR prediction is calculated on original trace and copy of it.
Ludger Küperkoch
2017-08-08 14:19:13 +02:00
cc2da4fc41
[Bugfix] 'NoneType' object has no attribute 'axes'.
Ludger Küperkoch
2017-08-08 11:53:21 +02:00
6891591ae9
[Bugfix] Wrong use of boolean variable.
Ludger Küperkoch
2017-08-08 11:26:40 +02:00
7d5bfe8107
ilen was referenced before assignment.
Ludger Küperkoch
2017-08-08 10:24:12 +02:00
863718a3f8
[add] support str as outformat
marcel2017-08-07 16:53:21 +02:00
aa954dcd52
[add] current event saved as XML before picking in GUI
marcel2017-08-07 16:49:56 +02:00
0692569056
[change] removed .obs from default export formats which is causing problems
marcel2017-08-07 16:45:20 +02:00
b260c23deb
[change] behavior of saveEvent button changed
marcel2017-08-07 16:44:45 +02:00
014152e30e
[add] saveAllEvents now connected to export for Autopick process and saveProject
marcel2017-08-07 16:33:45 +02:00
6042b38ee9
[change] completely restructured saveData method (testing needed) [add] method to export all events of current project
marcel2017-08-07 16:25:48 +02:00
4f1541ce4e
[change] autoPyLoT output folder automatically set to event folder
marcel2017-08-07 13:35:05 +02:00
d310cf3ff7
[bugfix] For some unknown reason QPushButtons in event table caused segmentation fault
marcel2017-08-07 12:14:54 +02:00
0018ae10d0
[bugfix] wrong index used
marcel2017-08-07 12:03:15 +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
marcel2017-08-07 11:21:20 +02:00
41e5c004b2
[add] new parameter use_taup
marcel2017-08-04 10:28:00 +02:00
04bf655cf1
[bugfix] init Checkbox if parameter is not found
marcel2017-08-04 10:27:23 +02:00
924eb8aae6
[cosmetics] rearranged autopick menu
marcel2017-08-03 15:33:28 +02:00
ddb1fb8b97
[add] multiple eventIDs possible as eventID pylot_parameter (testing needed)
marcel2017-08-03 14:49:32 +02:00
cab9061030
[change] abortButton for Thread removed by default, cause it was not working properly
marcel2017-08-03 14:39:58 +02:00
125b72a582
[bugfix] autoPyLoT crashed when getSlope() method of AICPicker returned None (comparing None to float), workaround: if not slope: slope=0
marcel2017-08-03 12:05:19 +02:00
154e7b459f
[add] --ncores flag added to autoPyLoT call, also enabled in GUI widget
marcel2017-08-03 11:49:15 +02:00
90006809a5
[add] new autopick options added to file menu
marcel2017-08-03 11:10:26 +02:00
e8a0a87dad
[change] removed __del__ method reimplementation from thread objects causing problems (no idea why it is there at all)
marcel2017-08-03 11:09:50 +02:00
85a01fb0f1
[minor] cosmetics in print
marcel2017-08-03 10:33:58 +02:00
be588252cf
[add] events can be removed by clicking a button in event_table
Marcel Paffrath2017-07-18 16:07:08 +02:00
60594c97cf
[bugfix] wrong if cause in for loop in read_eventfile_info [add] function to remove events from project
Marcel Paffrath2017-07-18 15:27:52 +02:00
e5f5ab8412
[change] improved code behavior; exportEvent now checks for magnitudes and origins as well
Marcel Paffrath2017-07-17 11:32:38 +02:00
b286290797
[change] exportEvent now checks for existing picks of type 'fcheck' in xml file and replaces them with new picks
Marcel Paffrath2017-07-17 10:55:02 +02:00
897b915eff
[bugfix] origins object will be created independent to notes.txt, [update] pycharm code restructuring (accidently)
unknown2017-07-14 16:25:59 +02:00
a017c4deb4
[bugfix] various bugfixes while testing on Windows with py3
unknown2017-07-14 15:26:39 +02:00
3869922378
[bugfix] typo in variable name
unknown2017-07-14 14:16:12 +02:00
227112cbac
[change] parameter evtdata of class Data has to be called as str object (instead of outdated basestring) to make the class python 3 compatible
unknown2017-07-14 13:30:54 +02:00
20e86cee5a
Merge branch 'develop' of ariadne.geophysik.ruhr-uni-bochum.de:/data/git/pylot into develop
unknown2017-07-14 11:11:49 +02:00
68f864e93a
[bugfixes] changed iplot flag default to 0, intercept Exception on false filter settings
unknown2017-07-14 11:09:18 +02:00
01fe32c9b2
[Bugfix] Reversed change of a former commit supposed to make it compatible to Python3.
Ludger Küperkoch
2017-07-14 11:05:09 +02:00
a560f4140b
[update] icons will be imported depending on python version
unknown2017-07-14 09:51:43 +02:00
e46f9066d9
[change] increased inter platform compatibility
Sebastian Wehling-Benatelli
2017-07-13 17:40:21 +02:00
f57aa37d99
[change] changed some functions to work with Python 3 and Windows
unknown2017-07-13 17:27:48 +02:00