Skip to content

Commit

Permalink
updated boxcar import
Browse files Browse the repository at this point in the history
  • Loading branch information
jhmatthews committed May 31, 2024
1 parent 0b7457a commit 5c6a46c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Plot/plot_cv.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,8 @@
'''
# # Figure to compare various CV models

import os
import numpy as np
import matplotlib.pyplot as plt
from astropy.io import ascii

from scipy.signal import boxcar
from scipy.signal import convolve
import util

def make_figure(simple='cv_standard', hhe='cv_hhe', cno='cv_cno', xdir="{}/Demos/cv/".format(util.g_DataDir)):
Expand Down

0 comments on commit 5c6a46c

Please sign in to comment.