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
b1d02555
Commit
b1d02555
authored
Aug 11, 2023
by
Nicolas Nunez Barreto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
agrego todo
parent
b98e7aea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
RDS_CPT.py
analisis/plots/20230804_RotationalDopplerShift/RDS_CPT.py
+6
-7
No files found.
analisis/plots/20230804_RotationalDopplerShift/RDS_CPT.py
View file @
b1d02555
...
@@ -66,15 +66,15 @@ for med in medvec:
...
@@ -66,15 +66,15 @@ for med in medvec:
plt
.
plot
([
2
*
f
*
1e-6
for
f
in
IR1_Freqs
[
med
][
1
:]],
[
c
for
c
in
Counts
[
med
][
1
:]],
'-o'
,
markersize
=
2
)
plt
.
plot
([
2
*
f
*
1e-6
for
f
in
IR1_Freqs
[
med
][
1
:]],
[
c
for
c
in
Counts
[
med
][
1
:]],
'-o'
,
markersize
=
2
)
i
=
i
+
1
i
=
i
+
1
plt
.
axvline
(
DR1
,
linestyle
=
'--'
,
color
=
'red'
,
zorder
=
0
)
#
plt.axvline(DR1, linestyle='--', color='red', zorder=0)
plt
.
axvline
(
DR2
,
linestyle
=
'--'
,
color
=
'red'
,
zorder
=
0
)
#
plt.axvline(DR2, linestyle='--', color='red', zorder=0)
plt
.
axvline
(
DR1
-
ftrap
,
linestyle
=
'--'
,
color
=
'red'
,
zorder
=
0
)
plt
.
axvline
(
DR1
-
ftrap
,
linestyle
=
'--'
,
color
=
'red'
,
zorder
=
0
)
plt
.
axvline
(
DR1
+
ftrap
,
linestyle
=
'--'
,
color
=
'red'
,
zorder
=
0
)
plt
.
axvline
(
DR1
+
ftrap
,
linestyle
=
'--'
,
color
=
'red'
,
zorder
=
0
)
plt
.
axvline
(
DR2
-
ftrap
,
linestyle
=
'--'
,
color
=
'red'
,
zorder
=
0
)
plt
.
axvline
(
DR2
-
ftrap
,
linestyle
=
'--'
,
color
=
'red'
,
zorder
=
0
)
plt
.
axvline
(
DR2
+
ftrap
,
linestyle
=
'--'
,
color
=
'red'
,
zorder
=
0
)
plt
.
axvline
(
DR2
+
ftrap
,
linestyle
=
'--'
,
color
=
'red'
,
zorder
=
0
)
plt
.
xlabel
(
'Frecuencia'
)
plt
.
xlabel
(
'Frecuencia'
)
plt
.
ylabel
(
'Counts'
)
plt
.
ylabel
(
'Counts'
)
plt
.
xlim
(
420
,
4
49
)
plt
.
xlim
(
420
,
4
27
)
plt
.
ylim
(
100
,
700
)
plt
.
ylim
(
100
,
700
)
plt
.
grid
()
plt
.
grid
()
plt
.
legend
()
plt
.
legend
()
...
@@ -95,9 +95,8 @@ DR1 = 435.8
...
@@ -95,9 +95,8 @@ DR1 = 435.8
DR2
=
444.2
DR2
=
444.2
for
med
in
medvec
:
plt
.
plot
([
2
*
f
*
1e-6
for
f
in
IR1_Freqs
[
3
][
1
:]],
[
c
for
c
in
Counts
[
3
][
1
:]],
'o'
,
markersize
=
7
)
plt
.
plot
([
2
*
f
*
1e-6
for
f
in
IR1_Freqs
[
med
][
1
:]],
[
c
for
c
in
Counts
[
med
][
1
:]],
'-o'
,
markersize
=
2
)
plt
.
plot
([
2
*
f
*
1e-6
for
f
in
IR1_Freqs
[
4
][
1
:]],
[
c
for
c
in
Counts
[
4
][
1
:]],
'o'
,
markersize
=
7
)
i
=
i
+
1
plt
.
axvline
(
DR1
,
linestyle
=
'--'
,
color
=
'red'
,
zorder
=
0
)
plt
.
axvline
(
DR1
,
linestyle
=
'--'
,
color
=
'red'
,
zorder
=
0
)
plt
.
axvline
(
DR2
,
linestyle
=
'--'
,
color
=
'red'
,
zorder
=
0
)
plt
.
axvline
(
DR2
,
linestyle
=
'--'
,
color
=
'red'
,
zorder
=
0
)
...
@@ -107,7 +106,7 @@ plt.axvline(DR2-ftrap, linestyle='--', color='red', zorder=0)
...
@@ -107,7 +106,7 @@ plt.axvline(DR2-ftrap, linestyle='--', color='red', zorder=0)
plt
.
axvline
(
DR2
+
ftrap
,
linestyle
=
'--'
,
color
=
'red'
,
zorder
=
0
)
plt
.
axvline
(
DR2
+
ftrap
,
linestyle
=
'--'
,
color
=
'red'
,
zorder
=
0
)
plt
.
xlabel
(
'Frecuencia'
)
plt
.
xlabel
(
'Frecuencia'
)
plt
.
ylabel
(
'Counts'
)
plt
.
ylabel
(
'Counts'
)
plt
.
xlim
(
4
33
,
440
)
plt
.
xlim
(
4
20
,
441
)
plt
.
ylim
(
100
,
1000
)
plt
.
ylim
(
100
,
1000
)
plt
.
grid
()
plt
.
grid
()
plt
.
legend
()
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