7023bc4ce4Bug workaround: sometimes rotate2zne fails resulting in an permanent errorLudger Kueperkoch2020-07-08 14:57:43 +02:00
9486d7aced[changed] major change in QSettings behavior when saving channel order (alternative naming (ZNE -> 123)), RESET OF QSETTINGS MIGHT BE NECESSARY (PyLoT.py --reset_qsettings)Marcel2020-06-16 15:06:51 +02:00
1a20d7fbcb[bugfix] workaround for MacOS, where SetChannelComponents class can not be saved using QSettingsMarcel2020-06-16 12:03:34 +02:00
fb6ba83cc5[new] added --reset_qsettings option to PyLoT in case of corrupted QSettingsMarcel2020-06-16 11:09:50 +02:00
02083e2bf8[change] magnitude calculation problem using evalresp in GUI, changed to usage of ObsPy intrinsic functionMarcel2020-06-08 17:42:05 +02:00
7187cb337b[various] fixes on array_mapMarcel2020-06-08 14:22:41 +02:00
fa093ccac6Take into account that creation info sometimes is not available.Ludger Kueperkoch2020-06-03 13:19:31 +02:00
6ad187b7fa[update] added missing function for refactor commitMarcel2020-01-14 14:03:13 +01:00
78eca1b222[update] some smaller changes in GUI and array_mapMarcel2020-01-14 13:57:12 +01:00
492f5b96f2[refactor] moved functions requiring QT import from util.utils to util.guiMarcel2020-01-14 13:55:30 +01:00
be397edf1c[bugfix] same problem as prior commitMarcel2019-12-17 17:04:08 +01:00
fa4423f65d[bugfix] transform to float for different python library versionsMarcel2019-12-17 16:54:07 +01:00
29440deb6f[new] set cuttimes for waveforms in properties tab to speedup reading and visualization [improvements] only re-read/re-plot if needed after changing propertiesMarcel Paffrath2019-12-17 16:24:32 +01:00
aa38e2b851Merge branch 'develop' of ariadne.geophysik.rub.de:/data/git/pylot into developMarcel Paffrath2019-12-17 13:51:44 +01:00
3a1c907043[add] delete all autopicks button in GUI [bugfix] small bugfix in case of problems with Stream String representationMarcel Paffrath2019-12-17 13:50:54 +01:00
3354e3980e[update] improved array map, point size showing pick error class nowMarcel2019-12-11 15:59:24 +01:00
a9135ec483[bugfix] calculation of hybrid picks (auto+manual) for array_map called too often taking a lot of timeMarcel Paffrath2019-11-27 10:56:40 +01:00
be1e49fa57[updates] generate_array_maps multiprocessing, added extension '_autopylot' to picks generated by autopylot to prevent overwriting on auto-saveMarcel2019-11-26 11:10:06 +01:00
5a2aeeb70dRe-implemented second option for calculating fit to source spectrum, take median of both options; some bug fixes
ludger
2019-11-15 15:09:25 +01:00
929ddb0ab2Activated magnitude calculation, removed typo (WAscaling), still buggy in applyEvent!
Ludger Küperkoch
2019-09-09 16:23:34 +02:00
b4eeef55a6Bug: AxesSubplot object has no attribute set_facecolor. Deactivated that line.
Ludger Küperkoch
2019-09-09 14:40:51 +02:00
cc8d301cff[new] small script to automatically generate array maps (maybe add this as a GUI option?)Marcel2019-09-05 17:20:11 +02:00
b39489b253[update] increased flexibility of ArrayMap classMarcel2019-09-05 17:19:40 +02:00
7382ca5d47[bugfix] start/endtimes modified for taupy were not used at allMarcel2019-09-02 10:44:25 +02:00
34ca64ee17[bugfix] old picks were not properly erased before loeading new picksMarcel2019-08-23 11:30:16 +02:00
2963be5bba[bugfix] try and error reading did not work for StationXML filesMarcel2019-08-23 11:29:15 +02:00
c1cb0e4a37[bugfix] gaps are now merged when data are loaded and not when plotting (could cause problems with data object being empty)Marcel2019-08-14 14:52:56 +02:00
15882ed27eMerge branch 'feature/metadata_clean_inventory' into developMarcel2019-08-12 16:39:12 +02:00
b21b113edd[bugfix] dataprocessing, xml [update] save images as svg/jpgMarcel2019-08-12 11:58:04 +02:00
9764e12b19[new] save event table as .csv fileMarcel2019-07-01 17:24:06 +02:00
8ae00529f0[minor] modified status output (count events)Marcel2019-06-26 12:00:55 +02:00
3c3fd00654[minor] changed number of levels on array mapMarcel2019-06-26 11:58:03 +02:00
bae20e7e7c[bugfix] Plot was not enabled, indentation correction (though uncomment)
Ludger Küperkoch
2019-06-19 16:52:31 +02:00
bf20ad92da[bugfix] Condition for using entire waveform (Ldiff<0) was too weak.
Ludger Küperkoch
2019-06-19 14:41:45 +02:00
bca4ce1c11[bugfix] If getsignalwindow provided an empty array, checksignallength failed and lead to incomplete pick dictionaries.
Ludger Küperkoch
2019-06-19 14:07:15 +02:00
2963587ea1Revert "Take into account that for individual stations cut times are set to zero, which has then lead to wrong initial pick times."Marcel2019-06-18 14:01:05 +02:00
06235cc092[bugfix] added check for length of data array, code was lost on refactoringMarcel2019-06-18 13:47:29 +02:00
61b514fae1[bugfix] on deleted picksMarcel2019-06-18 10:43:29 +02:00
dcca731890[bugfix] workaround for SPt in pick dictionaryMarcel2019-06-18 10:37:19 +02:00
508250f03f[minor] corrected time axes to correct endtime (was increased by one sample using npts*dt instead of npts-1*dt)Marcel2019-06-05 14:12:16 +02:00
291db16e2bTake into account that for individual stations cut times are set to zero, which has then lead to wrong initial pick times.
Ludger Küperkoch
2019-06-17 20:48:01 +02:00
d9777eaa05Take into account seismograms too short for given cut times!
Ludger Küperkoch
2019-06-17 17:26:23 +02:00