0d8324a4aeMerge branch 'develop' of ariadne.geophysik.ruhr-uni-bochum.de:/data/git/pylot into developSebastian Wehling-Benatelli2015-12-03 15:25:24 +01:00
67e37fe530Initialization of picks dictionary including Mo, Mw, w0 and fc.
Ludger Küperkoch
2015-12-03 14:59:39 +01:00
d6ae82e070Included rotation of seismograms using Obspys stream.rotation for a more reliable estimation of source spectra.
Ludger Küperkoch
2015-12-03 14:57:44 +01:00
77ad274f8fSome bugs fixed, implemented calculation of network moment magnitude.
Ludger Küperkoch
2015-12-03 14:55:07 +01:00
1a5eed5559Merge branch 'develop' of ariadne.geophysik.ruhr-uni-bochum.de:/data/git/pylot into developSebastian Wehling-Benatelli2015-12-02 22:05:47 +01:00
f3ba22b235[new] introduced verbose flag to suppress to much output during auto picking (slows down especially to GUI triggered auto picking process)Sebastian Wehling-Benatelli2015-12-02 19:17:04 +01:00
c227b6499eModified for extended class MoMw of object magntitude. MoMw returns pick dictionary containing individual corner frequencies, w0-values, seismic moments and moment magnitudes.
Ludger Küperkoch
2015-12-02 10:15:05 +01:00
46cbe96a43Extended class MoMw for calculating source spectrum. New functions calcsourcespec, calcMoMw and run_calcMoMw implemented.
Ludger Küperkoch
2015-12-02 10:12:37 +01:00
40f38ebf84Removed calculation of source spectrum from autopick, as azimuth and angle of incidence are necessary and thus a location is needed for a reliable calculation of the source spectrum. Source spectrum is now calculated after locating the event.
Ludger Küperkoch
2015-12-02 10:09:17 +01:00
30970b8451Modified class MoMw: new functio run_calcMoMw using subfunction calcMoMw, gets hypocentral distances from NLLoc-location file. Returns modified pick dictionary including individual seismic moments and corresponding moment magnitudes.
Ludger Küperkoch
2015-12-01 15:41:37 +01:00
c3d7581f94Implemented modified class MoMw of object magnitude.
Ludger Küperkoch
2015-12-01 15:39:28 +01:00
a9d5f74a03minor change at createResourceID
sebastianp
2015-12-01 12:30:24 +01:00
d4bb265c37first time commiting, please rectify and tell me what is wrong.
sebastianp
2015-12-01 11:12:45 +01:00
ed7a323c50[new] reverting stdout redirection after auto picking is done; added method finalizeAutoPick for purposes to be done after the auto picking thread has finishedSebastian Wehling-Benatelli2015-12-01 05:03:55 +01:00
41a495371dChanged average radiation pattern for P-waves to exact definition in Aki and Richards, 1980.
Ludger Küperkoch
2015-11-30 16:45:29 +01:00
f7a84233bfChanged some parameters, esspecially for seismic moment estimation.
Ludger Küperkoch
2015-11-30 16:38:09 +01:00
2e8926ea5bImplemented new class M0Mw of object magnitude.
Ludger Küperkoch
2015-11-30 16:37:28 +01:00
23b9fda5e4New class M0Mw for calculating seismic moment and moment magnitude.
Ludger Küperkoch
2015-11-30 16:35:58 +01:00
9f93c25aa8Put additional parameters w0 and fc to picks dictionary.
Ludger Küperkoch
2015-11-30 14:41:59 +01:00
466e0020a6w0fc: Plateau omega0 and corner frequency are are now taken as the median of previously calculated values from different functions synthsourcespek and fitSourceModel.
Ludger Küperkoch
2015-11-30 13:27:08 +01:00
957d2ccfe7New function to derive plateau and corner frequency of observed source spectrum. Additional to scipys implicit function curve_fit, as seismic moment is sensitive to estimated plateau of source spectrum, which in turn is sensitivec to estimated corner frequency.
Ludger Küperkoch
2015-11-30 13:14:23 +01:00
d29c57ab4b[bugfix] AutoPickLog is now directly attached to the MainWindow on the LeftDockWidgetArea and autoscrolls to the bottomSebastian Wehling-Benatelli2015-11-30 09:55:33 +01:00
d67556796c[bugfix] plotting autopicks has to be done within thread because code outside the threads scope is executed in parallelSebastian Wehling-Benatelli2015-11-30 09:52:31 +01:00
3f91fddd3e[new] added attribute autopicks to and modified corresponding handling methods in class MainWindowSebastian Wehling-Benatelli2015-11-30 09:50:47 +01:00
ae21c9a149Merge branch 'develop' of ariadne.geophysik.ruhr-uni-bochum.de:/data/git/pylot into developSebastian Wehling-Benatelli2015-11-26 05:18:10 +01:00
50a5586355[bugfix] autoPickListWidget is directly attached to the main window and autoScrolls to the latest entrySebastian Wehling-Benatelli2015-11-26 05:17:26 +01:00
69efd4d411finished implementation of location tool tab in properties window (used to modify settings from the GUI)Sebastian Wehling-Benatelli2015-11-24 10:26:36 +01:00
0a1d177d60Additional picking parameters to be temporary modified for iterative picking.
Ludger Küperkoch
2015-11-23 16:40:24 +01:00
e5bddab2beFinished iterative picking: If bad picks are found, autoPyLoT iteratively re-picks these traces with modified picking parameters at maximum three times, if the former runs still leave bad picks.
Ludger Küperkoch
2015-11-23 16:38:52 +01:00
574c26c3ecModified some parameters.
Ludger Küperkoch
2015-11-23 16:36:43 +01:00
cffca858aaMerge branch 'develop' of ariadne.geophysik.ruhr-uni-bochum.de:/data/git/pylot into developSebastian Wehling-Benatelli2015-11-23 15:07:50 +01:00
fdd7ff003b[bugfix] SNR minimum for setFittedSNR is now 1
Marcel Paffrath
2015-11-23 13:01:36 +01:00
4fdcf1cf60[bugsearch] trying to fix UnpicklingError by clearing GUI element containing attributesSebastian Wehling-Benatelli2015-11-23 12:11:04 +01:00
1f1d0aa118Merge branch 'develop' of ariadne.geophysik.ruhr-uni-bochum.de:/data/git/pylot into developSebastian Wehling-Benatelli2015-11-23 11:41:14 +01:00
67ac580778Suppressed print output in setParam.
Ludger Küperkoch
2015-11-20 15:53:25 +01:00
8197d8f3d5Some input parameters changed from integers to floats.
Ludger Küperkoch
2015-11-20 15:52:14 +01:00
07bbc2926eNew function iteratepicker for iterative picking.
Ludger Küperkoch
2015-11-20 15:51:22 +01:00
734eca30dbImplementation of new function iteratepicker of module autopick.
Ludger Küperkoch
2015-11-20 15:49:34 +01:00
386131e9f3started implementation of NLLoc properties selection into manualPyLoT; new utility routine to find indices throughout QComboBox' itemsSebastian Wehling-Benatelli2015-11-20 09:06:52 +01:00
82089a6490Merge branch 'develop' of ariadne.geophysik.ruhr-uni-bochum.de:/data/git/pylot into develop
Marcel Paffrath
2015-11-18 17:22:51 +01:00
657472f576added shifting of SNR threshold along y axis
Marcel Paffrath
2015-11-18 17:22:18 +01:00
0a00aab3bachanged pickerror to SPE for exportFMTOMO minor additions
Marcel Paffrath
2015-11-18 17:21:29 +01:00
abc45a4c8fbugfix: getPickError (/2) added earliest and latest to plot_traces
Marcel Paffrath
2015-11-18 17:20:46 +01:00
96fcc2470bModified pick dictionary: writes dummy onset times (start of seismic trace) into dictionary in order to derive theoretical onset times later needed for iterative picking.
Ludger Küperkoch
2015-11-18 11:12:53 +01:00
e1c2629f97Modified writephases for NLLoc: writes dummy onset times (start of seismic trace) into phase file in order to derive theoretical onset times later needed for iterative picking.
Ludger Küperkoch
2015-11-18 11:11:10 +01:00
bb3e068232Merge branch 'develop' of ariadne.geophysik.ruhr-uni-bochum.de:/data/git/pylot into developSebastian Wehling-Benatelli2015-11-13 14:05:39 +01:00
165419cb88Merge branch 'develop' of ariadne.geophysik.ruhr-uni-bochum.de:/data/git/pylot into develop
Marcel Paffrath
2015-11-12 19:09:08 +01:00
db3429e780improved text output and fixed some bugs
Marcel Paffrath
2015-11-12 19:08:33 +01:00
6177c6292cCosmetics, focused on python-3 compatibility of print statements.
Ludger Küperkoch
2015-11-12 17:21:04 +01:00
d53e4b7c0cimplemented a function that generates all grids for FMTOMO
Marcel Paffrath
2015-11-12 13:24:48 +01:00
d611b8606efinished generatePropgrid, changed getThetaPhiFromArray output to the right order
Marcel Paffrath
2015-11-12 11:25:51 +01:00
d933c30148[bugfix] now the whole line containing LOCFILES is replaced with a modified string using the getPatternLine utility functionSebastian Wehling-Benatelli2015-11-12 09:25:33 +01:00
1f383579b4[new] added a new utility function to find a pattern in a text file and returning the particular line as a string or None if not foundSebastian Wehling-Benatelli2015-11-12 09:23:28 +01:00
a1fbea98beDebuged: checks minimum number of zero crossings before calculating source spectrum from P pulse.
Ludger Küperkoch
2015-11-11 16:11:25 +01:00
39a12bd1d1bugfix: rays2vtk last point not displayed
Marcel Paffrath
2015-11-11 15:45:56 +01:00