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
d30b8921
Commit
d30b8921
authored
Jul 20, 2023
by
Nicolas Nunez Barreto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
agrego meds xdxd
parent
a11ff84c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
4 deletions
+22
-4
000013479-IR_Scan_withcal_optimized_andor.h5
...l2iones/Data/000013479-IR_Scan_withcal_optimized_andor.h5
+0
-0
Espectroscpt_cristal.py
...s/20230720_EspectrosCristal2iones/Espectroscpt_cristal.py
+22
-4
No files found.
analisis/plots/20230720_EspectrosCristal2iones/Data/000013479-IR_Scan_withcal_optimized_andor.h5
0 → 100644
View file @
d30b8921
File added
analisis/plots/20230720_EspectrosCristal2iones/Espectroscpt_cristal.py
View file @
d30b8921
...
@@ -20,6 +20,7 @@ MOTIONAL_FILES = """000013489-IR_Scan_withcal_optimized_andor
...
@@ -20,6 +20,7 @@ MOTIONAL_FILES = """000013489-IR_Scan_withcal_optimized_andor
000013491-IR_Scan_withcal_optimized_andor
000013491-IR_Scan_withcal_optimized_andor
000013493-IR_Scan_withcal_optimized_andor
000013493-IR_Scan_withcal_optimized_andor
000013494-IR_Scan_withcal_optimized_andor
000013494-IR_Scan_withcal_optimized_andor
000013479-IR_Scan_withcal_optimized_andor
"""
"""
...
@@ -62,18 +63,35 @@ for i, fname in enumerate(MOTIONAL_FILES.split()):
...
@@ -62,18 +63,35 @@ for i, fname in enumerate(MOTIONAL_FILES.split()):
En cristal de 2 iones veo espectros cpt.
En cristal de 2 iones veo espectros cpt.
"""
"""
medvec
=
[
0
,
1
,
2
,
3
,
4
]
medvec
=
[
5
]
plt
.
figure
()
plt
.
figure
()
ftrap
=
22.1
for
med
in
medvec
:
for
med
in
medvec
:
#CountsRois = [CountsRoi1[med], CountsRoi2[med]]
CountsRois
=
[
CountsRoi1
[
med
],
CountsRoi2
[
med
]]
CountsRois
=
[
CountsRoi2
[
med
]]
#CountsRois = [CountsRoi1[med]]
#CountsRois = [CountsRoi2[med]]
i
=
0
i
=
0
for
counts
in
CountsRois
:
for
counts
in
CountsRois
:
plt
.
plot
(
IR1_Freqs
[
0
][
1
:
],
[
c
for
c
in
counts
[
1
:]],
'-o'
,
markersize
=
2
)
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
i
=
i
+
1
plt
.
axvline
(
415.5
)
plt
.
axvline
(
423
)
plt
.
axvline
(
429
)
plt
.
axvline
(
438.5
)
plt
.
axvline
(
415.5
+
ftrap
,
color
=
'red'
)
plt
.
axvline
(
423
+
ftrap
,
color
=
'red'
)
plt
.
axvline
(
429
+
ftrap
,
color
=
'red'
)
plt
.
axvline
(
438.5
+
ftrap
,
color
=
'red'
)
plt
.
axvline
(
415.5
-
ftrap
,
color
=
'red'
)
plt
.
axvline
(
423
-
ftrap
,
color
=
'red'
)
plt
.
axvline
(
429
-
ftrap
,
color
=
'red'
)
plt
.
axvline
(
438.5
-
ftrap
,
color
=
'red'
)
plt
.
xlabel
(
'Frecuencia'
)
plt
.
xlabel
(
'Frecuencia'
)
plt
.
ylabel
(
'Cuentas ROI'
)
plt
.
ylabel
(
'Cuentas ROI'
)
#plt.xlim(0.05,0.23)
#plt.xlim(0.05,0.23)
...
...
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