Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
PythonControl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PA
Operation
PythonControl
Commits
853ef0c0
Commit
853ef0c0
authored
2 months ago
by
Alexis GAMELIN
Browse files
Options
Downloads
Patches
Plain Diff
remove imports not accessible from control room
parent
63a54c5c
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
growth_damp_utils.py
+4
-6
4 additions, 6 deletions
growth_damp_utils.py
with
4 additions
and
6 deletions
growth_damp_utils.py
+
4
−
6
View file @
853ef0c0
...
...
@@ -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
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment