Skip to content

Commit 20fe847

Browse files
committed
remove single point fit from figure 1. blue range contains other two ranges
1 parent db09c91 commit 20fe847

File tree

3 files changed

+196
-196
lines changed

3 files changed

+196
-196
lines changed

DMvsDrift.ipynb

Lines changed: 195 additions & 195 deletions
Large diffs are not rendered by default.

universal/Process180814.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def processBurst(burstwindow, burstkey, p0=[], popt_custom=[], bounds=(-np.inf,
212212
lowest_freq - freq_res/2.,
213213
lowest_freq + freq_res*burstwindow.shape[0])
214214

215-
corrextents = (-extents[1], extents[1], -(extents[3]-extents[2])*2, (extents[3]-extents[2])*2)
215+
corrextents = (-extents[1], extents[1], -(extents[3]-extents[2]), (extents[3]-extents[2]))
216216

217217
nrows = 7
218218
if ploti == None:
133 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)