Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
artiq_experiments
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nicolas Nunez Barreto
artiq_experiments
Commits
fc01b34a
Commit
fc01b34a
authored
May 21, 2025
by
Nicolas Nunez Barreto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
agrego12
parent
5904f4af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
CPT_BLADETRAP_CARO.py
analisis/plots/20250519_CPT_bladetrap/CPT_BLADETRAP_CARO.py
+6
-4
No files found.
analisis/plots/20250519_CPT_bladetrap/CPT_BLADETRAP_CARO.py
View file @
fc01b34a
...
...
@@ -30,9 +30,9 @@ Primero tengo mediciones de espectros cpt de un ion variando la tension dc_A
#os.chdir('/home/nico/Documents/artiq_experiments/analisis/plots/20231123_CPTconmicromocion3/Data/')
#os.chdir('/home/nico/Documents/artiq_experiments/analisis/plots/20250516_CPT_bladetrap/Data')
os
.
chdir
(
r'C:\Users\Carolina\Documents\artiq_experiments\analisis\plots\20250519_CPT_bladetrap\Data'
)
# os.chdir(r'C:\Users\Carolina\Documents\artiq_experiments\analisis\plots\20250519_CPT_bladetrap\Data')
os
.
chdir
(
'/home/nico/Documents/artiq_experiments/analisis/plots/20250519_CPT_bladetrap/Data'
)
CPT_FILES
=
os
.
listdir
()
...
...
@@ -67,8 +67,10 @@ for i, fname in enumerate(CPT_FILES):
#%%
index
=
[
7
,
1
,
4
,
6
]
# index = [7, 1, 4, 6]
index
=
[
4
]
amp
=
[
0.05
,
0.04
,
0.03
,
0.02
]
for
i
in
index
:
plt
.
plot
([
2
*
f
*
1e-6
for
f
in
Freqs
[
i
]],
Counts
[
i
],
'o-'
)
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment