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
48022163
Commit
48022163
authored
May 16, 2025
by
Nicolas Nunez Barreto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
agrego12
parent
c4b279a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
SignaltoNoise.py
...sis/plots/20250421_fluorescencorrelation/SignaltoNoise.py
+25
-0
No files found.
analisis/plots/20250421_fluorescencorrelation/SignaltoNoise.py
0 → 100644
View file @
48022163
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Created on Thu May 15 16:11:16 2025
@author: nico
"""
import
numpy
as
np
import
matplotlib.pyplot
as
plt
"""Calibracion amplitud AOM del UV.
f = 110 MHz
Ion cerca de la resonancia (Reso=1.18 V, Nosotrxs=1.33 V)
"""
fluo
=
[
3600
,
2500
,
1400
,
600
,
180
,
4200
,
4600
,
5100
,
5800
,
6200
]
fondo
=
[
400
,
250
,
140
,
100
,
80
,
600
,
900
,
1300
,
1900
,
2600
]
pot
=
[
35
,
17
,
7
,
2
,
0.1
,
62
,
104
,
160
,
233
,
325
]
plt
.
figure
()
plt
.
plot
(
pot
,
[
fluo
[
i
]
-
fondo
[
i
]
for
i
in
range
(
len
(
fluo
))],
'o'
)
plt
.
plot
(
pot
,
fondo
,
'o'
)
plt
.
xlim
(
-
5
,
50
)
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