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
bebbb169
Commit
bebbb169
authored
May 16, 2025
by
Vlatko, Carolina
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
48022163
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
FluoCorrForCompensation.py
...20250421_fluorescencorrelation/FluoCorrForCompensation.py
+6
-5
No files found.
analisis/plots/20250421_fluorescencorrelation/FluoCorrForCompensation.py
View file @
bebbb169
...
...
@@ -54,8 +54,8 @@ taurf = 1/freqrf
meds
=
[
20889
,
20890
,
20891
,
20892
,
20893
,
20894
,
20895
,
20896
,
20897
,
20898
,
20899
,
20900
,
20901
,
20903
,
20904
,
20905
,
20906
,
20907
,
20908
,
20909
,
20910
,
20911
]
Vdouble
=
[
0
,
10
,
20
,
40
,
50
,
50
,
55
,
55
,
55
,
60
,
65
,
70
,
75
,
80
,
85
,
90
,
100
,
110
,
130
,
150
,
170
,
190
]
meds
=
[
20871
,
20872
,
20873
,
20874
,
20875
]
Vdouble
=
[
-
10
,
-
30
,
-
50
,
-
70
,
-
90
,
-
120
]
y_mean_values
=
[]
y_max_of_norm_values
=
[]
y_max
=
[]
...
...
@@ -67,7 +67,7 @@ amp_fitted = []
amp_fitted_err
=
[]
offset_fitted
=
[]
meds
=
[
meds
[
-
1
]]
#
meds = [meds[-1]]
for
i
,
med
in
enumerate
(
meds
):
#print(i)
...
...
@@ -76,7 +76,7 @@ for i, med in enumerate(meds):
x_data
=
dropnan
(
np
.
array
(
data
[
'datasets'
][
'x_data'
]))
y_data
=
dropnan
(
np
.
array
(
data
[
'datasets'
][
'y_data'
]))
y_data_2
=
dropnan
(
np
.
array
(
data
[
'datasets'
][
'y_data_2'
]))
#
y_data_2 = dropnan(np.array(data['datasets']['y_data_2']))
"""
Grafico temporal replicado 3 veces a la frecuencia dada
...
...
@@ -111,7 +111,8 @@ for i, med in enumerate(meds):
plt
.
figure
(
2
),
plt
.
clf
()
plt
.
errorbar
(
Vdouble_fitted
,
np
.
abs
(
amp_fitted
),
fmt
=
'.'
,
yerr
=
amp_fitted_err
)
plt
.
xlabel
(
"V double"
)
plt
.
ylabel
(
"Amplitud del fit"
)
...
...
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