Skip to content
Snippets Groups Projects
Commit 853ef0c0 authored by Alexis GAMELIN's avatar Alexis GAMELIN
Browse files

remove imports not accessible from control room

parent 63a54c5c
No related branches found
No related tags found
No related merge requests found
......@@ -3,10 +3,9 @@ import numpy as np
from scipy.constants import pi, c, m_p, e
from matplotlib import pyplot as plt
from scipy.signal import hilbert
from aps_figures.aps_one_column import *
from numpy.fft import rfft, rfftfreq
from FITX import fit_risetime
from mbtrack2.instability.ions import *
from pythoncontrol.fitting import fit_risetime
#from mbtrack2.instability.ions import *
CIRCUMFERENCE = 354.10
H_RF = 416
Q_X = 18.16
......@@ -17,11 +16,10 @@ import h5py as hp
import numpy as np
import pandas as pd
import os
import nafflib
import argparse
#import nafflib
#import argparse
import matplotlib.pyplot as plt
from scipy.signal import periodogram, lombscargle, hilbert
from FITX import fit_risetime
class FBTPostmortemViewer():
def __init__(self, filename, h_rf):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment