Commit Graph

  • d5b277db99 implemented cleanBySPE and plotSPE Marcel Paffrath 2015-12-07 11:20:30 +01:00
  • 0d18e35f6a New parameter Qp to correct for attenuation, i.e. frequency dependent Q value. Ludger Küperkoch 2015-12-04 16:08:49 +01:00
  • 1312d06ccf Corrected for modified class MoMw, which needs additional parameter Qp. Ludger Küperkoch 2015-12-04 16:07:36 +01:00
  • 0c7c5645b6 Implemented correction for attenuation in calcsourcespek. Ludger Küperkoch 2015-12-04 16:05:53 +01:00
  • 28276d1f8c Set default path for autoPyLoT_local.in to /home/user/.pylot using os.expanduser("~"). Ludger Küperkoch 2015-12-04 14:39:17 +01:00
  • 686002567c Merge remote-tracking branch 'origin/develop' into develop sebastianp 2015-12-03 17:20:43 +01:00
  • 74794061f6 alphabetical sorting of functions and editing docstring sebastianp 2015-12-03 17:20:05 +01:00
  • 7c490d5e1f Little changes. Ludger Küperkoch 2015-12-03 16:15:26 +01:00
  • 5f8018a8dc Modified some parameters. Ludger Küperkoch 2015-12-03 16:02:41 +01:00
  • 79829706be Merge commit 'a9d5f74a032bfa63ac167f5cc4c1d8772126a3ff' into develop Sebastian Wehling-Benatelli 2015-12-03 15:28:34 +01:00
  • 0d8324a4ae Merge branch 'develop' of ariadne.geophysik.ruhr-uni-bochum.de:/data/git/pylot into develop Sebastian Wehling-Benatelli 2015-12-03 15:25:24 +01:00
  • 2b90c73f9f changed quotes for consistency Sebastian Wehling-Benatelli 2015-12-03 15:25:04 +01:00
  • 67e37fe530 Initialization of picks dictionary including Mo, Mw, w0 and fc. Ludger Küperkoch 2015-12-03 14:59:39 +01:00
  • d6ae82e070 Included 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
  • 77ad274f8f Some bugs fixed, implemented calculation of network moment magnitude. Ludger Küperkoch 2015-12-03 14:55:07 +01:00
  • df5f0f41b4 comment Marcel Paffrath 2015-12-03 12:21:18 +01:00
  • 69d3f43db9 code commenting Marcel Paffrath 2015-12-03 12:19:34 +01:00
  • 1a5eed5559 Merge branch 'develop' of ariadne.geophysik.ruhr-uni-bochum.de:/data/git/pylot into develop Sebastian Wehling-Benatelli 2015-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-Benatelli 2015-12-02 19:17:04 +01:00
  • c227b6499e Modified 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
  • 46cbe96a43 Extended 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
  • 40f38ebf84 Removed 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
  • 30970b8451 Modified 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
  • c3d7581f94 Implemented modified class MoMw of object magnitude. Ludger Küperkoch 2015-12-01 15:39:28 +01:00
  • a9d5f74a03 minor change at createResourceID sebastianp 2015-12-01 12:30:24 +01:00
  • d4bb265c37 first 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 finished Sebastian Wehling-Benatelli 2015-12-01 05:03:55 +01:00
  • 41a495371d Changed 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
  • f7a84233bf Changed some parameters, esspecially for seismic moment estimation. Ludger Küperkoch 2015-11-30 16:38:09 +01:00
  • 2e8926ea5b Implemented new class M0Mw of object magnitude. Ludger Küperkoch 2015-11-30 16:37:28 +01:00
  • 23b9fda5e4 New class M0Mw for calculating seismic moment and moment magnitude. Ludger Küperkoch 2015-11-30 16:35:58 +01:00
  • 9f93c25aa8 Put additional parameters w0 and fc to picks dictionary. Ludger Küperkoch 2015-11-30 14:41:59 +01:00
  • 466e0020a6 w0fc: 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
  • 957d2ccfe7 New 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 bottom Sebastian Wehling-Benatelli 2015-11-30 09:55:33 +01:00
  • 5f8569c7d9 [bugfix] now catching all cases Sebastian Wehling-Benatelli 2015-11-30 09:53:55 +01:00
  • d67556796c [bugfix] plotting autopicks has to be done within thread because code outside the threads scope is executed in parallel Sebastian Wehling-Benatelli 2015-11-30 09:52:31 +01:00
  • 3f91fddd3e [new] added attribute autopicks to and modified corresponding handling methods in class MainWindow Sebastian Wehling-Benatelli 2015-11-30 09:50:47 +01:00
  • ae21c9a149 Merge branch 'develop' of ariadne.geophysik.ruhr-uni-bochum.de:/data/git/pylot into develop Sebastian Wehling-Benatelli 2015-11-26 05:18:10 +01:00
  • 50a5586355 [bugfix] autoPickListWidget is directly attached to the main window and autoScrolls to the latest entry Sebastian Wehling-Benatelli 2015-11-26 05:17:26 +01:00
  • 43646e8e63 Marginal changes. Ludger Küperkoch 2015-11-24 14:23:18 +01:00
  • 021cb873ae Optimized some parameters. Ludger Küperkoch 2015-11-24 13:37:47 +01:00
  • 7e76b30460 Marginal changes. Ludger Küperkoch 2015-11-24 13:37:11 +01:00
  • 7f05568f65 Bugfix: Captured error, if earllatepicker returns None for lpickS1/2, epickS1/2, and Serror1/2. Ludger Küperkoch 2015-11-24 13:35:23 +01:00
  • ab8775c58d PragPicker: Upweight of left pick. Ludger Küperkoch 2015-11-24 13:31:14 +01:00
  • a2eb5868a7 Merge branch 'develop' of ariadne.geophysik.ruhr-uni-bochum.de:/data/git/pylot into develop Marcel Paffrath 2015-11-24 12:38:16 +01:00
  • b310062687 changed SNR threshold (scaled by exp function) Marcel Paffrath 2015-11-24 12:37:53 +01:00
  • f1cee0cbfd [fixes #168] now any TypeError is handled by try ... except clause Sebastian Wehling-Benatelli 2015-11-24 11:30:58 +01:00
  • 7a9c44198f [bugfix] currently set data structure now selected in QComboBox widget Sebastian Wehling-Benatelli 2015-11-24 11:05:19 +01:00
  • 69efd4d411 finished implementation of location tool tab in properties window (used to modify settings from the GUI) Sebastian Wehling-Benatelli 2015-11-24 10:26:36 +01:00
  • 0a1d177d60 Additional picking parameters to be temporary modified for iterative picking. Ludger Küperkoch 2015-11-23 16:40:24 +01:00
  • e5bddab2be Finished 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
  • 574c26c3ec Modified some parameters. Ludger Küperkoch 2015-11-23 16:36:43 +01:00
  • cffca858aa Merge branch 'develop' of ariadne.geophysik.ruhr-uni-bochum.de:/data/git/pylot into develop Sebastian Wehling-Benatelli 2015-11-23 15:07:50 +01:00
  • 8a4ac82c3a [new] added a new location tools tab to the properties widget (not working yet) Sebastian Wehling-Benatelli 2015-11-23 15:07:43 +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 attributes Sebastian Wehling-Benatelli 2015-11-23 12:11:04 +01:00
  • 1f1d0aa118 Merge branch 'develop' of ariadne.geophysik.ruhr-uni-bochum.de:/data/git/pylot into develop Sebastian Wehling-Benatelli 2015-11-23 11:41:14 +01:00
  • 851da7eb15 re-design of the properties tabbed window Sebastian Wehling-Benatelli 2015-11-23 11:41:04 +01:00
  • 56a89ae386 Merge branch 'develop' of ariadne.geophysik.ruhr-uni-bochum.de:/data/git/pylot into develop Marcel Paffrath 2015-11-23 11:38:36 +01:00
  • bd0d96c2ff changed input for generateFMTOMOinpu Marcel Paffrath 2015-11-23 11:35:15 +01:00
  • 8173e44b04 Matginal changes. Ludger Küperkoch 2015-11-20 16:02:54 +01:00
  • 8a16643bd8 Marginal changes. Ludger Küperkoch 2015-11-20 16:02:25 +01:00
  • 67ac580778 Suppressed print output in setParam. Ludger Küperkoch 2015-11-20 15:53:25 +01:00
  • 8197d8f3d5 Some input parameters changed from integers to floats. Ludger Küperkoch 2015-11-20 15:52:14 +01:00
  • 07bbc2926e New function iteratepicker for iterative picking. Ludger Küperkoch 2015-11-20 15:51:22 +01:00
  • 734eca30db Implementation of new function iteratepicker of module autopick. Ludger Küperkoch 2015-11-20 15:49:34 +01:00
  • 386131e9f3 started implementation of NLLoc properties selection into manualPyLoT; new utility routine to find indices throughout QComboBox' items Sebastian Wehling-Benatelli 2015-11-20 09:06:52 +01:00
  • 7f85ed99c0 bugfix textoutput Marcel Paffrath 2015-11-19 11:38:54 +01:00
  • 82089a6490 Merge branch 'develop' of ariadne.geophysik.ruhr-uni-bochum.de:/data/git/pylot into develop Marcel Paffrath 2015-11-18 17:22:51 +01:00
  • 657472f576 added shifting of SNR threshold along y axis Marcel Paffrath 2015-11-18 17:22:18 +01:00
  • 0a00aab3ba changed pickerror to SPE for exportFMTOMO minor additions Marcel Paffrath 2015-11-18 17:21:29 +01:00
  • abc45a4c8f bugfix: getPickError (/2) added earliest and latest to plot_traces Marcel Paffrath 2015-11-18 17:20:46 +01:00
  • 96fcc2470b Modified 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
  • e1c2629f97 Modified 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
  • 8592557613 Minor changes Ludger Küperkoch 2015-11-18 10:28:46 +01:00
  • 8a84342883 Implementation of module /loc/nll finished, running for single and multiple event processing. Ludger Küperkoch 2015-11-18 10:27:42 +01:00
  • c51ba1bd56 [bugfix] trying to figure out cause of segmentation fault Sebastian Wehling-Benatelli 2015-11-18 09:30:32 +01:00
  • 1d6d786dbb Modyfied picksExport: additional parameter locrt to choose location routine, i.e. phase-file format. Ludger Küperkoch 2015-11-17 17:05:36 +01:00
  • 19e60e5f0c Replaced writephases with new function picskExport from module nll. Ludger Küperkoch 2015-11-17 17:03:59 +01:00
  • f192a72ad7 slimmed down the code Marcel Paffrath 2015-11-17 10:29:32 +01:00
  • b700940f54 bugfix: seismicshot dictionary for repick button was overwritten Marcel Paffrath 2015-11-17 10:28:18 +01:00
  • 2e45456a6e Merge branch 'develop' of ariadne.geophysik.ruhr-uni-bochum.de:/data/git/pylot into develop Marcel Paffrath 2015-11-16 12:12:11 +01:00
  • 160ee81c44 improved and fixed delete button Marcel Paffrath 2015-11-16 12:11:42 +01:00
  • 647fddb904 bugfix: could not highlight pick after it was deleted in plot_traces Marcel Paffrath 2015-11-16 12:09:00 +01:00
  • 0f1427a9f0 first try of shot.plot_traces delete button Marcel Paffrath 2015-11-16 11:50:09 +01:00
  • 78d61a9822 added writeVTK files Marcel Paffrath 2015-11-16 11:49:57 +01:00
  • 0a0ab4bfa9 added checkerboard to fmtomo utils and added different checkerboard ampl. functions Marcel Paffrath 2015-11-16 11:48:45 +01:00
  • ed17272999 [bugfix] attribute was unset before using property setter Sebastian Wehling-Benatelli 2015-11-14 11:46:46 +01:00
  • bb3e068232 Merge branch 'develop' of ariadne.geophysik.ruhr-uni-bochum.de:/data/git/pylot into develop Sebastian Wehling-Benatelli 2015-11-13 14:05:39 +01:00
  • 69011f13ac [new] started to incorporate NLLoc into manualPyLoT Sebastian Wehling-Benatelli 2015-11-13 14:05:29 +01:00
  • 165419cb88 Merge branch 'develop' of ariadne.geophysik.ruhr-uni-bochum.de:/data/git/pylot into develop Marcel Paffrath 2015-11-12 19:09:08 +01:00
  • db3429e780 improved text output and fixed some bugs Marcel Paffrath 2015-11-12 19:08:33 +01:00
  • 6177c6292c Cosmetics, focused on python-3 compatibility of print statements. Ludger Küperkoch 2015-11-12 17:21:04 +01:00
  • d53e4b7c0c implemented a function that generates all grids for FMTOMO Marcel Paffrath 2015-11-12 13:24:48 +01:00
  • d611b8606e finished 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 function Sebastian Wehling-Benatelli 2015-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 found Sebastian Wehling-Benatelli 2015-11-12 09:23:28 +01:00
  • a1fbea98be Debuged: checks minimum number of zero crossings before calculating source spectrum from P pulse. Ludger Küperkoch 2015-11-11 16:11:25 +01:00
  • 39a12bd1d1 bugfix: rays2vtk last point not displayed Marcel Paffrath 2015-11-11 15:45:56 +01:00