Skip to content

Commit

Permalink
remove single point fit from figure 1. blue range contains other two …
Browse files Browse the repository at this point in the history
…ranges
  • Loading branch information
mef51 committed Jul 8, 2021
1 parent db09c91 commit 20fe847
Show file tree
Hide file tree
Showing 3 changed files with 196 additions and 196 deletions.
390 changes: 195 additions & 195 deletions DMvsDrift.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion universal/Process180814.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def processBurst(burstwindow, burstkey, p0=[], popt_custom=[], bounds=(-np.inf,
lowest_freq - freq_res/2.,
lowest_freq + freq_res*burstwindow.shape[0])

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

nrows = 7
if ploti == None:
Expand Down
Binary file modified universal/figures/driftvnuobs_dmvars.pdf
Binary file not shown.

0 comments on commit 20fe847

Please sign in to comment.