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
ad4e33fc
Commit
ad4e33fc
authored
Jul 20, 2023
by
Nicolas Nunez Barreto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
agrego meds xdxd
parent
d30b8921
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
1 deletion
+31
-1
Espectroscpt_cristal.py
...s/20230720_EspectrosCristal2iones/Espectroscpt_cristal.py
+31
-1
No files found.
analisis/plots/20230720_EspectrosCristal2iones/Espectroscpt_cristal.py
View file @
ad4e33fc
...
...
@@ -57,6 +57,36 @@ for i, fname in enumerate(MOTIONAL_FILES.split()):
IR1_Freqs
.
append
(
np
.
array
(
data
[
'datasets'
][
'IR1_Frequencies'
]))
#%%
"""
En cristal de 2 iones veo espectros cpt.
"""
medvec
=
[
5
]
plt
.
figure
()
ftrap
=
22.1
for
med
in
medvec
:
CountsRois
=
[
CountsRoi1
[
med
],
CountsRoi2
[
med
]]
#CountsRois = [CountsRoi1[med]]
#CountsRois = [CountsRoi2[med]]
i
=
0
for
counts
in
CountsRois
:
plt
.
plot
([
2
*
f
*
1e-6
for
f
in
IR1_Freqs
[
0
][
1
:]],
[
c
for
c
in
counts
[
1
:]],
'-o'
,
markersize
=
2
)
i
=
i
+
1
plt
.
xlabel
(
'Frecuencia'
)
plt
.
ylabel
(
'Cuentas ROI'
)
#plt.xlim(0.05,0.23)
#plt.ylim(15550,16400)
plt
.
grid
()
plt
.
legend
()
#%%
"""
...
...
@@ -94,7 +124,7 @@ for med in medvec:
plt
.
xlabel
(
'Frecuencia'
)
plt
.
ylabel
(
'Cuentas ROI'
)
#plt.xlim(
0.05,0.23
)
#plt.xlim(
430,445
)
#plt.ylim(15550,16400)
plt
.
grid
()
plt
.
legend
()
...
...
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