Commit Graph

2036 Commits

Author SHA1 Message Date
7ef784f2d2 [minor] color changes 2017-09-08 15:50:08 +02:00
d15828a058 [add] pick trace button color 2017-09-08 12:25:30 +02:00
51fe48553d [update] bright stylesheet 2017-09-08 12:21:56 +02:00
a97258513e [bugfix] missing variable name change 2017-09-08 10:28:54 +02:00
e310e1b6a6 Merge branch 'develop' into style_options 2017-09-08 09:39:47 +02:00
38a071ac5b [minor] suppress rotation warning in GUI 2017-09-08 09:36:34 +02:00
8717df836a [add] bright stylesheet 2017-09-08 09:27:47 +02:00
9d540fdd9b Merge branch 'develop' of ariadne.geophysik.ruhr-uni-bochum.de:/data/git/pylot into develop 2017-09-07 16:57:34 +02:00
91340b66e9 [minor] add window title to pickDlg 2017-09-07 16:57:10 +02:00
cacfb37468 [minor] some updates, added bright style sheet 2017-09-07 16:51:56 +02:00
Darius Arnold
8a600e1bfa Merge remote-tracking branch 'origin/develop' into develop 2017-09-07 16:43:21 +02:00
9c63621ba4 [update] style_settings 2017-09-07 16:07:43 +02:00
bab34a23c4 [add] settings for styles 2017-09-07 10:59:09 +02:00
7e39593b05 [change] dark stylesheet update 2017-09-07 10:52:22 +02:00
7ecf976401 [add] dark stylesheet 2017-09-06 18:34:59 +02:00
7f0d3c2ab4 [new] missing parents added, some preperations 2017-09-06 18:02:09 +02:00
bf36e5e6a5 [bugfix] shift traces on wfPG plot 2017-09-05 15:31:02 +02:00
88bf4c8f67 [bugfix] delete picks after jk/wadati not working 2017-09-05 15:03:03 +02:00
c6105330e0 [add] Ctrl+S to save fig (has to be clicked firsts) 2017-09-04 15:03:30 +02:00
16997ff49b Merge branch 'update_waveformwidget' into develop 2017-09-01 15:47:17 +02:00
39b450b005 [add] panZoom implemented 2017-09-01 15:44:42 +02:00
Darius Arnold
e6d5dccb74 [bugfix] add default values when wadaticheck fails
Else plotting crashes due to unset variables
2017-08-31 21:58:13 +02:00
9a61a7f27d [change] fix legend locations to prevent them from bouncing on zoom 2017-08-31 15:41:59 +02:00
8e59845558 Merge branch 'develop' into update_waveformwidget 2017-08-31 15:28:07 +02:00
699575f9d5 Merge branch 'compare_events' into develop 2017-08-31 15:02:27 +02:00
33bc4e060f [minor] change layout and add groupbox 2017-08-31 15:01:48 +02:00
9eea1e9b14 Merge remote-tracking branch 'origin/develop' into develop 2017-08-31 14:32:12 +02:00
79cbaf3397 [update] working version to compare several events 2017-08-31 14:31:33 +02:00
eaa7a993af [add] compare widget for multiple events added 2017-08-31 11:16:38 +02:00
ba001fb53d [change] restructured comparison widget 2017-08-31 09:49:09 +02:00
Darius Arnold
9e1af65af7 [bugfix] AIC-CF was smoothed using wrong parameter
aictsmooth was unused in pylot, instead the tsmoothP parameter was used two times. 
aictsmooth should smooth the AIC-CF during the determination of the preliminary onset. tsmoothP is used to smooth the HOS-CF during pragmatic picking.
2017-08-31 00:07:38 +02:00
f4fc067f16 Merge branch 'develop' into compare_events 2017-08-30 14:54:24 +02:00
ca5167cb04 [bugfix] check type(picks) in dict/Attribdict 2017-08-30 14:45:20 +02:00
aea58b3c11 [update] made autopickwidget concept more flexible 2017-08-30 14:44:39 +02:00
f21fc7bb37 [fixes #244] parameters passed to pickDlg explicit 2017-08-30 10:51:20 +02:00
34ae5dddd2 [update] phaseText refreshing working (maybe slow)
if replotting slows down user interaction too much, change replot to pan-release instead of -move action, or add refresh timer
2017-08-29 16:32:42 +02:00
e2b69d043c Merge branch 'develop' into update_waveformwidget 2017-08-29 15:57:04 +02:00
21f02bf675 [minor] add absolute time to WfWidgetPG 2017-08-29 15:55:36 +02:00
881cc39e0e [bugfix] add default value to jackfactor
if not done, autoPyLoT will raise an error on old pylot.in files (or projects with old parameter obj.)
2017-08-29 15:23:25 +02:00
89dc390125 [minor] readd taupy tooltip 2017-08-29 15:08:28 +02:00
Darius Arnold
1ceb347602 [bugfix] avoid indexing an empty array when there are no NaNs at start of CF 2017-08-29 15:05:34 +02:00
Darius Arnold
bac6d6f5ec [add] jackknife safety factor no longer hardcoded, GUI parameter added 2017-08-29 15:05:10 +02:00
Darius Arnold
71973a5348 [bugfix] Earllate-Picker would use wrong timearray for plotting
signal-timearray gets doubled if not enough zero crossings are found to calculate valid signal period. Plotting would then use the old "single" timearray.
2017-08-29 14:58:20 +02:00
Darius Arnold
b232a2a194 [bugfix] check4rotated unable to access metadata in TuneAutopicker 2017-08-29 14:40:26 +02:00
Darius Arnold
5648fc1870 [change] replace NaN's in HOScf by first NaN value instead of zero 2017-08-29 14:40:05 +02:00
Darius Arnold
0852bf0f80 [bugfix] handle to short zero crossings window 2017-08-29 14:39:30 +02:00
Darius Arnold
afd03da178 [change] more readable indexing during slope determination 2017-08-29 14:39:09 +02:00
Darius Arnold
8ce9e40d49 [bugfix] catch empty index array during slope determination 2017-08-29 14:38:57 +02:00
Darius Arnold
19566715a7 [add] tune autopicker displays picked onset time and error in seconds 2017-08-29 14:38:36 +02:00
8e4fa5edca [cherrypick] from darius: rotate and taupy tooltip 2017-08-29 14:37:05 +02:00