071c18f649Take into account very small prediction errors (synthetics!), [Bugfix] take into account very close zero crossings
Ludger Küperkoch
2017-08-10 12:44:28 +02:00
460af0e094Merge branch 'develop' of ariadne.geophysik.ruhr-uni-bochum.de:/data/git/pylot into developmarcel2017-08-10 12:25:42 +02:00
2cc05329f9[bugfix] huge bug in slope calculationmarcel2017-08-10 12:25:03 +02:00
8a80af78cf[bugfix] use z-trace starttime instead of full_rangemarcel2017-08-10 12:00:43 +02:00
1ed4f73e5c[bugfix] darius: comparison of P-pick slope to minAIC-S-slope instead of S-pick slopeMarcel Paffrath2017-08-10 11:04:46 +02:00
a450189ba2Take empty trace into account.
Ludger Küperkoch
2017-08-09 17:37:11 +02:00
fd9e4f0c05[add] remove automatic phases possible from pickDlgmarcel2017-08-09 15:10:36 +02:00
5c6f1eb564Merge branch 'develop' of ariadne.geophysik.ruhr-uni-bochum.de:/data/git/pylot into developmarcel2017-08-09 14:16:45 +02:00
acaf7f5172[add] differentiation between automatic and manual picks imported from new style XML filemarcel2017-08-09 14:15:50 +02:00
1b16c13525[Bugfix] autoPyLoT was running always non-parallel due to iplot argument.
Ludger Küperkoch
2017-08-09 13:28:00 +02:00
87b617b924[Bugfix] Control figure output of autoPyLoT via optional input argument iplot.
Ludger Küperkoch
2017-08-09 13:17:54 +02:00
de5392ac33Some more cosmetics.
Ludger Küperkoch
2017-08-09 12:25:21 +02:00
f6ecc57d26Merge branch 'develop' of ariadne.geophysik.rub.de:/data/git/pylot into develop
Ludger Küperkoch
2017-08-09 12:14:46 +02:00
811f52c95cEnabled plotting of figures when called from terminal.
Ludger Küperkoch
2017-08-08 16:38:29 +02:00
ab410b790cIf 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
7d5bfe8107ilen was referenced before assignment.
Ludger Küperkoch
2017-08-08 10:24:12 +02:00
863718a3f8[add] support str as outformatmarcel2017-08-07 16:53:21 +02:00
aa954dcd52[add] current event saved as XML before picking in GUImarcel2017-08-07 16:49:56 +02:00
0692569056[change] removed .obs from default export formats which is causing problemsmarcel2017-08-07 16:45:20 +02:00
b260c23deb[change] behavior of saveEvent button changedmarcel2017-08-07 16:44:45 +02:00
014152e30e[add] saveAllEvents now connected to export for Autopick process and saveProjectmarcel2017-08-07 16:33:45 +02:00
6042b38ee9[change] completely restructured saveData method (testing needed) [add] method to export all events of current projectmarcel2017-08-07 16:25:48 +02:00
4f1541ce4e[change] autoPyLoT output folder automatically set to event foldermarcel2017-08-07 13:35:05 +02:00
d310cf3ff7[bugfix] For some unknown reason QPushButtons in event table caused segmentation faultmarcel2017-08-07 12:14:54 +02:00
0018ae10d0[bugfix] wrong index usedmarcel2017-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 autopickingmarcel2017-08-07 11:21:20 +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 properlymarcel2017-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=0marcel2017-08-03 12:05:19 +02:00
154e7b459f[add] --ncores flag added to autoPyLoT call, also enabled in GUI widgetmarcel2017-08-03 11:49:15 +02:00
90006809a5[add] new autopick options added to file menumarcel2017-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 printmarcel2017-08-03 10:33:58 +02:00
be588252cf[add] events can be removed by clicking a button in event_tableMarcel 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 projectMarcel Paffrath2017-07-18 15:27:52 +02:00
e5f5ab8412[change] improved code behavior; exportEvent now checks for magnitudes and origins as wellMarcel 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 picksMarcel Paffrath2017-07-17 10:55:02 +02:00
cf5cae0ad4[Bugfix] fname referenced before assignment.
Ludger Küperkoch
2017-07-17 10:04:57 +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 py3unknown2017-07-14 15:26:39 +02:00
3869922378[bugfix] typo in variable nameunknown2017-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 compatibleunknown2017-07-14 13:30:54 +02:00
20e86cee5aMerge branch 'develop' of ariadne.geophysik.ruhr-uni-bochum.de:/data/git/pylot into developunknown2017-07-14 11:11:49 +02:00
68f864e93a[bugfixes] changed iplot flag default to 0, intercept Exception on false filter settingsunknown2017-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