Commit Graph
607 Commits
Author SHA1 Message Date
marcel 78f2dbcab2 [update] added check for nan values in waveforms which crashed obspy filter routines
[minor] some tweaks and optimisations
2024-04-30 15:48:54 +02:00
marcel 09d2fb1022 [bugfix] pt2 of fmpicker fix, make sure to also copy stream in autoPyLoT
closes #24
2023-08-24 12:55:30 +02:00
marcel a823eb2440 [workaround] using explicit Exception definition without a special handling does not make sense. Function broke on other errors in polyfit. Still might need fixes in the two lines above the "except" block(s). 2023-08-22 15:53:49 +02:00
sebastianw 0634d24814 fix: disabled button in case flag is false
The button was not disabled in case the flag variable was false. The get_Bool function was renamed and improved to also work in case in the input variable is of type int or float.

Additionally, the environment file was corrected to also work for macOS installations with ARM architecture.
2023-04-06 16:40:20 +02:00
jeldrik 0c3fca9299 Re-Added local changes that had been lost due to technical problems ( no access to old machine ) 2022-10-04 11:44:31 +02:00
marcel 091449819c [update] tau-p usage for s-picking 2022-05-31 18:16:02 +02:00
marcel cd9c139349 [bugfix] mainly added missing taup model (lost in branch merging for python3), some smaller fixes for S picking 2022-05-31 12:45:22 +02:00
marcel dd685d5d5e [refactor] rewrote/simplified getQualitiesfromxml code, used function already implemented in phases.py 2022-03-16 16:00:14 +01:00
marcel 47bb8c4326 Merge branch 'develop' into feature/port-to-py3 2022-03-14 13:19:20 +01:00
marcel 29ffcf2e37 [bugfix] pick_r unreferenced, closes #26 2022-03-14 11:18:51 +01:00
marcel e35d5d6df9 [refactor] automatic code reformatting (Pycharm) 2022-03-09 14:41:34 +01:00
marcel 9cef22b74b [refactor] code cleanup (WIP), open issues #25 and #26 2022-03-09 14:08:04 +01:00
Kaan Cökerim 0dc5aff3fc [FOLDER RESTURCTURING #22] some changes in path variables 2021-09-08 13:06:51 +02:00
marcel ca56139922 [minor] corrected some coding mistakes, added some requirements 2021-08-12 09:42:18 +02:00
marcel d236d3d80f Merge branch 'develop' into feature/port-to-py3 2021-08-11 15:16:19 +02:00
marcel b976ec6ab0 [minor] remove redundant code 2021-07-20 17:24:27 +02:00
marcel 320cb42390 [bugfixes] some more bugfixes 2021-07-16 10:15:40 +02:00
ludger a6af015f05 For some data scopy is not working (??), captured that. 2021-06-18 12:59:38 +02:00
ludger 49c747b638 Merge branch 'develop' of https://git.geophysik.ruhr-uni-bochum.de/marcel/pylot into develop 2020-10-06 11:26:37 +02:00
marcel f8f4e6789c [new] add extent option "active" to pick high frequency active seismic data 2020-10-06 10:44:27 +02:00
ludger 8f1ab87045 Started implementing automated first-motion picking within manual
picking.
2020-09-28 16:55:25 +02:00
ludger e4cfebe989 Capture possible error occuring due to to incomplete dictonaries. 2020-07-30 15:21:26 +02:00
ludger 82e2c325ae Return 'N' (noisy) for first motion instead None. 2020-07-29 14:51:23 +02:00
ludger e64135c7a8 [Bugfix]: Check for key S and be sure to get element weight for pick
dictionary.
2020-07-29 12:14:42 +02:00
ludger b7795ca562 Removed right-side picking to stabilize algorithm. 2020-07-29 10:10:18 +02:00
ludger 7617958a1c Capture problems during data fitting. 2020-07-21 11:55:27 +02:00
marcel 3a1c907043 [add] delete all autopicks button in GUI
[bugfix] small bugfix in case of problems with Stream String representation
2019-12-17 13:50:54 +01:00
ludger 8419fc9681 Taper CF before calculating AIC. 2019-11-14 16:47:16 +01:00
marcel 7382ca5d47 [bugfix] start/endtimes modified for taupy were not used at all 2019-09-02 10:44:25 +02:00
marcel 2d775fa1b9 [rename] real_Bool/real_None -> get_Bool/get_None 2019-06-24 15:05:04 +02:00
marcel 2687d6cdef [bugfix] get bool on 'use_taup' parameter in case it was a string 2019-06-24 15:05:03 +02:00
Ludger Küperkoch bf20ad92da [bugfix] Condition for using entire waveform (Ldiff<0) was too weak. 2019-06-19 14:41:45 +02:00
Ludger Küperkoch bca4ce1c11 [bugfix] If getsignalwindow provided an empty array, checksignallength failed and lead to incomplete pick dictionaries. 2019-06-19 14:07:15 +02:00
marcel 2963587ea1 Revert "Take into account that for individual stations cut times are set to zero, which has then lead to wrong initial pick times."
This reverts commit 291db16e2b.
2019-06-18 14:01:05 +02:00
marcel 06235cc092 [bugfix] added check for length of data array, code was lost on refactoring 2019-06-18 13:58:35 +02:00
marcel 508250f03f [minor] corrected time axes to correct endtime (was increased by one sample using npts*dt instead of npts-1*dt) 2019-06-18 11:35:42 +02:00
Ludger Küperkoch 291db16e2b Take into account that for individual stations cut times are set to zero, which has then lead to wrong initial pick times. 2019-06-17 20:48:01 +02:00
Ludger Küperkoch d9777eaa05 Take into account seismograms too short for given cut times! 2019-06-17 17:26:23 +02:00
Ludger Küperkoch 0e65478645 Removed unnecessary pdb. 2019-06-14 18:49:53 +02:00
marcel 74c68d6a14 [hotfix] deepcopy of Pickparameter object 2019-05-28 11:23:47 +02:00
marcel b228467097 [bugfix] mixed up > and < 2019-04-12 15:30:00 +02:00
marcel 3806026438 [bugfix] import lost on merge 2019-04-12 15:29:45 +02:00
marcel d0e6c2819c [bugfix] partial of old code remained after merge 2019-04-12 10:37:15 +02:00
marcel aca0cfcabc [minor] refactor comparison 2019-04-12 10:35:16 +02:00
marcel 6b9231abd3 [merge] feature/refactor into develop 2019-04-12 10:31:29 +02:00
marcel b11b5c630b [change] pre-merge changes in develop that were made in parallel on refactor 2019-04-12 10:28:50 +02:00
Darius Arnold dd2efe7514 Remove unused code of old PickingParameters 2019-04-09 22:13:49 +02:00
Darius Arnold d4fa0a7697 Replace all usages of signal_length_params with corresponding pickparams 2019-04-09 20:34:06 +02:00
Darius Arnold 7b2973982d Replace all usages of first_motion_params with corresponding pickparams 2019-04-09 18:45:07 +02:00
Darius Arnold dce00caf25 Replace all usages of s_params with corresponding pickparams 2019-04-09 18:41:41 +02:00