Darius Arnold
cfe59cc264
Merge remote-tracking branch 'origin/develop' into darius
2017-09-07 17:03:18 +02:00
Darius Arnold
8a600e1bfa
Merge remote-tracking branch 'origin/develop' into develop
2017-09-07 16:43:21 +02:00
Darius Arnold
11fb9bfa52
Merge remote-tracking branch 'origin/develop' into darius
2017-09-07 13:00:47 +02:00
Darius Arnold
f06d11ab07
Merge remote-tracking branch 'origin/develop' into darius
2017-08-31 22:49:44 +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
Darius Arnold
591743240c
Merge branch 'develop' into darius
2017-08-31 10:57:23 +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
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
Darius Arnold
f65b5efe41
[bugfix] for #240 , tune autopicker not showing plots for some stations
...
this is probably just a workaround. Why was the program trying to access picks that were removed from the pick-dictionary?
2017-08-27 17:51:04 +02:00
Darius Arnold
bb54f2843e
[experimental] enable tight layout option on tune autopicker
...
Seems to work if autopicker is called from the GUI. No further testing done
2017-08-27 16:52:21 +02:00
Darius Arnold
8293d63d28
[change] show more stations in stationbox of tune autopicker dialog
2017-08-27 16:34:00 +02:00
Darius Arnold
85e1e45552
[change] wadaticheck and jackknife print excluded stations
2017-08-26 19:41:26 +02:00
Darius Arnold
66d091197a
[minor] change axis label for comparison dialog
2017-08-26 19:30:46 +02:00
Darius Arnold
6de5ebfe52
[minor] only show a single point in legends of wadati-/jacknife-plot
2017-08-26 19:20:43 +02:00
Darius Arnold
2b7ff9fd3a
[change] include safetygap in check for other maxima in front of first one
...
And some changes to improve readability/understandability
2017-08-26 19:19:55 +02:00
Darius Arnold
01dc489569
[bugfix] avoid indexing an empty array when there are no NaNs at start of CF
2017-08-26 17:26:35 +02:00
Darius Arnold
efd2621db9
[add] jackknife safety factor no longer hardcoded, GUI parameter added
2017-08-26 17:22:28 +02:00
Darius Arnold
fde3f251fb
[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-26 12:14:44 +02:00
Darius Arnold
2db6fde709
[add] check second maximum of HOS/AR-CF
...
Use the second maximum if it is larger than first maximum * minfactor. This helps when two onsets are close together (eg. S and SKS at 90°) and the second onset is stronger.
2017-08-26 02:12:31 +02:00
Darius Arnold
cd83c99034
[bugfix] wdfit2 referenced before set if wadaticheck had < 3 good picks
2017-08-26 01:55:16 +02:00
Darius Arnold
c760ea394c
[add] remove picks with weight > 3 from pickdictionary after autopicking
2017-08-26 01:53:38 +02:00
Darius Arnold
1afc6bdcf1
readd imports of check4rotated that got lost during merge
2017-08-26 01:49:18 +02:00
Darius Arnold
63293c6f93
gitignore file update
2017-08-26 01:43:21 +02:00
Darius Arnold
1dab754811
Merge branch 'develop' into darius
2017-08-26 01:42:18 +02:00
Darius Arnold
17da0b9ddb
[bugfix] check4rotated unable to access metadata in TuneAutopicker
2017-08-26 01:10:17 +02:00
Darius Arnold
2a2c4d7a37
[change] replace NaN's in HOScf by first NaN value instead of zero
2017-08-24 15:42:12 +02:00
Darius Arnold
9dfb4f37a5
[change] calculate slope from two or more samples
2017-08-21 13:20:05 +02:00
Darius Arnold
c454640619
[bugfix] handle to short zero crossings window
2017-08-21 13:19:22 +02:00
Darius Arnold
6223c4b5e1
[change] more readable indexing during slope determination
2017-08-21 13:18:31 +02:00
Darius Arnold
2e094fb0b5
[bugfix] catch empty index array during slope determination
2017-08-21 13:17:33 +02:00
Darius Arnold
f6ae77d4d2
[add] tune autopicker displays picked onset time and error in seconds
2017-08-21 13:16:22 +02:00
Darius Arnold
08ce54e890
[add] enabled jackknife function fpr P onsets
2017-08-21 13:15:38 +02:00
Darius Arnold
f2a6228e83
[bugfix] error in if check during load of eventliste.csv file
2017-08-21 13:14:10 +02:00
Darius Arnold
3e3b00b304
[add] function to rotate back traces if metadata is available
2017-08-21 13:13:03 +02:00
Darius Arnold
f1b64bb314
[add] possible models displayed in taupy tooltip
2017-08-21 13:09:54 +02:00
Darius Arnold
09374f8242
[bugfix] compare now shows histogram for all stations
2017-08-21 12:19:23 +02:00