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
8bdb7d82
Commit
8bdb7d82
authored
Sep 20, 2023
by
Nicolas Nunez Barreto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
todotodo
parent
24e382ca
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
373 additions
and
4 deletions
+373
-4
000015167-IR_Scan_withcal_optimized.h5
..._v5/Data/Sidebands/000015167-IR_Scan_withcal_optimized.h5
+0
-0
000015168-IR_Scan_withcal_optimized.h5
..._v5/Data/Sidebands/000015168-IR_Scan_withcal_optimized.h5
+0
-0
000015169-IR_Scan_withcal_optimized.h5
..._v5/Data/Sidebands/000015169-IR_Scan_withcal_optimized.h5
+0
-0
RDS_sidebands2.py
...lots/20230817_RotationalDopplerShift_v5/RDS_sidebands2.py
+369
-0
RDS_piezobeamsizes_vert2.py
...912_RotationalDopplerShift_v7/RDS_piezobeamsizes_vert2.py
+4
-4
No files found.
analisis/plots/20230817_RotationalDopplerShift_v5/Data/Sidebands/000015167-IR_Scan_withcal_optimized.h5
0 → 100644
View file @
8bdb7d82
File added
analisis/plots/20230817_RotationalDopplerShift_v5/Data/Sidebands/000015168-IR_Scan_withcal_optimized.h5
0 → 100644
View file @
8bdb7d82
File added
analisis/plots/20230817_RotationalDopplerShift_v5/Data/Sidebands/000015169-IR_Scan_withcal_optimized.h5
0 → 100644
View file @
8bdb7d82
File added
analisis/plots/20230817_RotationalDopplerShift_v5/RDS_sidebands2.py
0 → 100644
View file @
8bdb7d82
This diff is collapsed.
Click to expand it.
analisis/plots/20230912_RotationalDopplerShift_v7/RDS_piezobeamsizes_vert2.py
View file @
8bdb7d82
...
...
@@ -59,7 +59,7 @@ def Lorentzian2( x, A, B, x0, gam):
Piezo1Counts
=
[]
Piezo1Frequencies
=
[]
PIEZOS1_FILES
=
[
59
,
60
,
62
,
63
,
64
,
65
,
66
,
70
,
71
,
72
,
75
,
76
,
77
,
78
,
79
,
80
,
81
,
82
]
PIEZOS1_FILES
=
[
59
,
60
,
62
,
63
,
64
,
65
,
66
,
70
,
71
,
72
,
75
,
76
,
77
,
78
,
79
,
80
,
81
,
82
,
83
,
84
,
85
,
86
,
87
,
88
,
89
]
...
...
@@ -99,9 +99,9 @@ power=1
palette
=
sns
.
color_palette
(
"tab10"
)
pmlocmedvec2
=
np
.
arange
(
0
,
len
(
PIEZOS1_FILES
),
1
)
pmlocmedvec2
=
[
0
,
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
]
+
list
(
np
.
arange
(
11
,
len
(
PIEZOS1_FILES
),
1
)
)
pmlocmedvec2
=
[
0
,
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
,
11
,
12
,
13
,
14
,
15
,
16
,
17
,
18
]
#pmlocmedvec2 =
,11,12,13,14,15,16,17,18]
#pmlocmedvec2 = []
...
...
@@ -199,7 +199,7 @@ plt.grid()
if
plotcurvita
:
plt
.
figure
()
plt
.
errorbar
(
np
.
arange
(
0
,
len
(
Intensityver2
),
1
),
[
i
/
np
.
max
(
Intensityver2
)
for
i
in
Intensityver2
],
yerr
=
np
.
sqrt
(
Intensityver2
)
/
np
.
max
(
Intensityver2
),
fmt
=
'-o'
,
capsize
=
3
,
markersize
=
8
)
#
plt.errorbar(np.arange(0,len(Intensityver2),1), [i/np.max(Intensityver2) for i in Intensityver2], yerr=np.sqrt(Intensityver2)/np.max(Intensityver2), fmt='-o', capsize=3,markersize=8)
plt
.
errorbar
(
np
.
arange
(
0
,
len
(
Intensityver2
),
1
),
[
p
for
p
in
pmdepthsdrver2
],
yerr
=
errorpmdepthsdrver2
,
fmt
=
'o'
,
capsize
=
3
,
markersize
=
8
)
#plt.errorbar(np.arange(0,len(Intensityver2),1), [p for p in Gamas2], yerr=ErrorGamas2, fmt='o', capsize=3, markersize=8)
plt
.
xlabel
(
'Ion position'
)
...
...
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