Commit f2229730 authored by Nicolas Nunez Barreto's avatar Nicolas Nunez Barreto

actualizado archivo de heating rate con mejor fiteo

parent c0518a5c
...@@ -97,9 +97,9 @@ plt.grid() ...@@ -97,9 +97,9 @@ plt.grid()
plt.legend() plt.legend()
#%% #%%
#from EITfit.threeLevel_2repumps_AnalysisFunctions import CalculoTeoricoDarkResonances_8levels, GetMinimaInfo, GetPlotsofFluovsAngle_8levels, PerformExperiment_8levels, FindDRFrequencies, FindRelativeFluorescencesOfDR, GenerateNoisyCPT, SmoothNoisyCPT, GetFinalMaps, GenerateNoisyCPT_fixedRabi, GenerateNoisyCPT_fit from EITfit.threeLevel_2repumps_AnalysisFunctions import CalculoTeoricoDarkResonances_8levels, GetMinimaInfo, GetPlotsofFluovsAngle_8levels, PerformExperiment_8levels, FindDRFrequencies, FindRelativeFluorescencesOfDR, GenerateNoisyCPT, SmoothNoisyCPT, GetFinalMaps, GenerateNoisyCPT_fixedRabi, GenerateNoisyCPT_fit
#from EITfit.threeLevel_2repumps_AnalysisFunctions import MeasureRelativeFluorescenceFromCPT, IdentifyPolarizationCoincidences, RetrieveAbsoluteCoincidencesBetweenMaps, GetClosestIndex from EITfit.threeLevel_2repumps_AnalysisFunctions import MeasureRelativeFluorescenceFromCPT, IdentifyPolarizationCoincidences, RetrieveAbsoluteCoincidencesBetweenMaps, GetClosestIndex
#from scipy.optimize import curve_fit from scipy.optimize import curve_fit
""" """
Ajusto un cpt para obtener todos los parámetros relevantes primero. Ajusto un cpt para obtener todos los parámetros relevantes primero.
...@@ -110,6 +110,10 @@ phirepump, titarepump = 0, 0 ...@@ -110,6 +110,10 @@ phirepump, titarepump = 0, 0
phiprobe = 0 phiprobe = 0
titaprobe = 90 titaprobe = 90
gPS, gPD, = 2*np.pi*21.58e6, 2*np.pi*1.35e6
alpha = 0
noiseamplitude = 0
T = 0.6e-3 T = 0.6e-3
sg = 0.544 sg = 0.544
...@@ -127,7 +131,7 @@ u = 33.5e6 ...@@ -127,7 +131,7 @@ u = 33.5e6
c=3e8 c=3e8
B = (u/(2*np.pi))/c B = (u/(2*np.pi))/c
correccion = 3 #con 8 fitea bien correccion = 6 #con 3 fitea bien
offsetxpi = 440+1+correccion offsetxpi = 440+1+correccion
DetDoppler = -10.5-correccion DetDoppler = -10.5-correccion
...@@ -153,6 +157,11 @@ def FitEITpi(freqs, SG, SP, scale, offset, temp): ...@@ -153,6 +157,11 @@ def FitEITpi(freqs, SG, SP, scale, offset, temp):
#con broadening en ambos laseres da #con broadening en ambos laseres da
#[4.65604861e-01 8.06781613e+00 6.65914036e+04 4.12611199e-14, 1.80590400e-03] #[4.65604861e-01 8.06781613e+00 6.65914036e+04 4.12611199e-14, 1.80590400e-03]
#esos valores anteriores dan mal la ordenada al origen, cambie correccion y ahora da
#[4.71134671e-01, 7.63142299e+00, 7.30866544e+04, 1.80899906e+02, 1.20863371e-03]
print(f'Temperatura: ({round(1e3*popt_fullcpt[-1],2)} +- {round(1e3*np.sqrt(pcov_fullcpt[-1][-1]),2)}) mK')
popt_fullcpt, pcov_fullcpt = curve_fit(FitEITpi, FreqsDRpi, CountsDRpi, p0=[0.5, 4.5, 1e4, 1e3, 1e-3], bounds=((0, 0, 0, 0, 0), (2, 10, 1e5, 1e5, 10e-3))) popt_fullcpt, pcov_fullcpt = curve_fit(FitEITpi, FreqsDRpi, CountsDRpi, p0=[0.5, 4.5, 1e4, 1e3, 1e-3], bounds=((0, 0, 0, 0, 0), (2, 10, 1e5, 1e5, 10e-3)))
print(popt_fullcpt) print(popt_fullcpt)
...@@ -172,7 +181,7 @@ plt.plot(freqslongpi, FittedEITpi) ...@@ -172,7 +181,7 @@ plt.plot(freqslongpi, FittedEITpi)
""" """
Simulo CPTs con todos esos parámetros para distintas temperaturas Simulo CPTs con todos esos parámetros para distintas temperaturas
""" """
TempVecTeorico = np.arange(1, 31, 1) TempVecTeorico = list(np.arange(0, 31, 1))
CurvasTeoricas = [] CurvasTeoricas = []
for tempi in TempVecTeorico: for tempi in TempVecTeorico:
...@@ -248,11 +257,14 @@ plt.figure() ...@@ -248,11 +257,14 @@ plt.figure()
#plt.plot(Heating_tim_ms,Temperaturas_interpoladas,'o') #plt.plot(Heating_tim_ms,Temperaturas_interpoladas,'o')
plt.errorbar(Heating_tim_ms,Temperaturas_interpoladas, yerr=np.array(Error_Temperaturas_interpoladas), fmt='o', capsize=2, markersize=7, color='black') plt.errorbar(Heating_tim_ms,Temperaturas_interpoladas, yerr=np.array(Error_Temperaturas_interpoladas), fmt='o', capsize=2, markersize=7, color='black')
plt.plot(Heating_tim_ms, lineal(np.array(Heating_tim_ms), *p1), color='red') plt.plot(Heating_tim_ms, lineal(np.array(Heating_tim_ms), *p1), color='red')
plt.xlabel('Heating time (ms)') plt.xlabel('Heating time (ms)', fontname='STIXGeneral', fontsize=15)
plt.ylabel('Temperature (mK)') plt.ylabel('Temperature (mK)', fontname='STIXGeneral', fontsize=15)
plt.grid() plt.grid()
plt.title(f'Heating rate: ({round(p1[0],2)} +- {round(np.sqrt(p2[0][0]),2)}) mK/ms') plt.xticks([0, 5, 10, 15, 20 ,25, 30, 35], fontname='STIXGeneral', fontsize=15)
plt.yticks([0, 5, 10, 15], fontname='STIXGeneral', fontsize=15)
plt.title(f'Heating rate: ({round(p1[0],2)} +- {round(np.sqrt(p2[0][0]),2)}) mK/ms', fontname='STIXGeneral', fontsize=15)
plt.tight_layout()
plt.savefig('Fig_heatingrate.svg')
print(f'Heating rate: ({round(p1[0],2)} +- {round(np.sqrt(p2[0][0]),2)}) mK/ms') print(f'Heating rate: ({round(p1[0],2)} +- {round(np.sqrt(p2[0][0]),2)}) mK/ms')
......
...@@ -12,7 +12,7 @@ import numpy as np ...@@ -12,7 +12,7 @@ import numpy as np
import time import time
import matplotlib.pyplot as plt import matplotlib.pyplot as plt
from scipy.signal import argrelextrema from scipy.signal import argrelextrema
from threeLevel_2repumps_linealpol_python_scripts import CPTspectrum8levels, CPTspectrum8levels_fixedRabi from EITfit.threeLevel_2repumps_linealpol_python_scripts import CPTspectrum8levels, CPTspectrum8levels_fixedRabi
import random import random
from scipy.signal import savgol_filter as sf from scipy.signal import savgol_filter as sf
......
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns:xlink="http://www.w3.org/1999/xlink" width="432pt" height="288pt" viewBox="0 0 432 288" xmlns="http://www.w3.org/2000/svg" version="1.1">
<metadata>
<rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<cc:Work>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
<dc:date>2023-03-24T14:25:50.668982</dc:date>
<dc:format>image/svg+xml</dc:format>
<dc:creator>
<cc:Agent>
<dc:title>Matplotlib v3.5.2, https://matplotlib.org/</dc:title>
</cc:Agent>
</dc:creator>
</cc:Work>
</rdf:RDF>
</metadata>
<defs>
<style type="text/css">*{stroke-linejoin: round; stroke-linecap: butt}</style>
</defs>
<g id="figure_1">
<g id="patch_1">
<path d="M 0 288
L 432 288
L 432 0
L 0 0
z
" style="fill: #ffffff"/>
</g>
<g id="axes_1">
<g id="patch_2">
<path d="M 50.190625 239.41875
L 421.2 239.41875
L 421.2 27.190625
L 50.190625 27.190625
z
" style="fill: #ffffff"/>
</g>
<g id="matplotlib.axis_1">
<g id="xtick_1">
<g id="line2d_1">
<path d="M 67.054688 239.41875
L 67.054688 27.190625
" clip-path="url(#p360dd42aee)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_2">
<defs>
<path id="mb4c8f58a6a" d="M 0 0
L 0 3.5
" style="stroke: #000000; stroke-width: 0.8"/>
</defs>
<g>
<use xlink:href="#mb4c8f58a6a" x="67.054688" y="239.41875" style="stroke: #000000; stroke-width: 0.8"/>
</g>
</g>
<g id="text_1">
<!-- 0 -->
<g transform="translate(63.304688 256.663281)scale(0.15 -0.15)">
<defs>
<path id="STIXGeneral-Regular-30" d="M 3046 2112
Q 3046 1683 2963 1302
Q 2880 922 2717 602
Q 2554 282 2266 96
Q 1978 -90 1600 -90
Q 1210 -90 915 108
Q 621 307 461 640
Q 301 973 227 1350
Q 154 1728 154 2150
Q 154 2746 301 3222
Q 448 3699 790 4012
Q 1133 4326 1626 4326
Q 2253 4326 2649 3712
Q 3046 3098 3046 2112
z
M 2432 2080
Q 2432 3091 2217 3625
Q 2003 4160 1587 4160
Q 1190 4160 979 3622
Q 768 3085 768 2106
Q 768 1120 979 598
Q 1190 77 1600 77
Q 2003 77 2217 598
Q 2432 1120 2432 2080
z
" transform="scale(0.015625)"/>
</defs>
<use xlink:href="#STIXGeneral-Regular-30"/>
</g>
</g>
</g>
<g id="xtick_2">
<g id="line2d_3">
<path d="M 116.241536 239.41875
L 116.241536 27.190625
" clip-path="url(#p360dd42aee)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_4">
<g>
<use xlink:href="#mb4c8f58a6a" x="116.241536" y="239.41875" style="stroke: #000000; stroke-width: 0.8"/>
</g>
</g>
<g id="text_2">
<!-- 5 -->
<g transform="translate(112.491536 256.663281)scale(0.15 -0.15)">
<defs>
<path id="STIXGeneral-Regular-35" d="M 2803 4358
L 2573 3814
Q 2534 3731 2400 3731
L 1158 3731
L 902 3187
Q 1606 3053 1920 2896
Q 2234 2739 2502 2368
Q 2726 2061 2726 1555
Q 2726 1094 2576 780
Q 2426 467 2099 224
Q 1664 -90 1011 -90
Q 646 -90 422 19
Q 198 128 198 307
Q 198 550 486 550
Q 717 550 960 352
Q 1210 147 1414 147
Q 1747 147 2012 480
Q 2278 813 2278 1229
Q 2278 1843 1850 2189
Q 1293 2637 486 2637
Q 410 2637 410 2688
L 416 2720
L 1114 4237
L 2438 4237
Q 2547 4237 2608 4269
Q 2669 4301 2746 4403
L 2803 4358
z
" transform="scale(0.015625)"/>
</defs>
<use xlink:href="#STIXGeneral-Regular-35"/>
</g>
</g>
</g>
<g id="xtick_3">
<g id="line2d_5">
<path d="M 165.428385 239.41875
L 165.428385 27.190625
" clip-path="url(#p360dd42aee)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_6">
<g>
<use xlink:href="#mb4c8f58a6a" x="165.428385" y="239.41875" style="stroke: #000000; stroke-width: 0.8"/>
</g>
</g>
<g id="text_3">
<!-- 10 -->
<g transform="translate(157.928385 256.663281)scale(0.15 -0.15)">
<defs>
<path id="STIXGeneral-Regular-31" d="M 2522 0
L 755 0
L 755 96
Q 1107 115 1235 227
Q 1363 339 1363 608
L 1363 3482
Q 1363 3795 1171 3795
Q 1082 3795 883 3718
L 710 3654
L 710 3744
L 1856 4326
L 1914 4307
L 1914 486
Q 1914 275 2042 185
Q 2170 96 2522 96
L 2522 0
z
" transform="scale(0.015625)"/>
</defs>
<use xlink:href="#STIXGeneral-Regular-31"/>
<use xlink:href="#STIXGeneral-Regular-30" x="49.999985"/>
</g>
</g>
</g>
<g id="xtick_4">
<g id="line2d_7">
<path d="M 214.615234 239.41875
L 214.615234 27.190625
" clip-path="url(#p360dd42aee)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_8">
<g>
<use xlink:href="#mb4c8f58a6a" x="214.615234" y="239.41875" style="stroke: #000000; stroke-width: 0.8"/>
</g>
</g>
<g id="text_4">
<!-- 15 -->
<g transform="translate(207.115234 256.663281)scale(0.15 -0.15)">
<use xlink:href="#STIXGeneral-Regular-31"/>
<use xlink:href="#STIXGeneral-Regular-35" x="49.999985"/>
</g>
</g>
</g>
<g id="xtick_5">
<g id="line2d_9">
<path d="M 263.802083 239.41875
L 263.802083 27.190625
" clip-path="url(#p360dd42aee)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_10">
<g>
<use xlink:href="#mb4c8f58a6a" x="263.802083" y="239.41875" style="stroke: #000000; stroke-width: 0.8"/>
</g>
</g>
<g id="text_5">
<!-- 20 -->
<g transform="translate(256.302083 256.663281)scale(0.15 -0.15)">
<defs>
<path id="STIXGeneral-Regular-32" d="M 3034 877
L 2688 0
L 186 0
L 186 77
L 1325 1286
Q 1773 1754 1965 2144
Q 2157 2534 2157 2950
Q 2157 3379 1920 3616
Q 1683 3853 1267 3853
Q 922 3853 720 3673
Q 518 3494 326 3021
L 192 3053
Q 301 3648 630 3987
Q 960 4326 1523 4326
Q 2054 4326 2380 4006
Q 2707 3686 2707 3200
Q 2707 2477 1888 1613
L 832 486
L 2330 486
Q 2541 486 2665 569
Q 2790 653 2944 915
L 3034 877
z
" transform="scale(0.015625)"/>
</defs>
<use xlink:href="#STIXGeneral-Regular-32"/>
<use xlink:href="#STIXGeneral-Regular-30" x="49.999985"/>
</g>
</g>
</g>
<g id="xtick_6">
<g id="line2d_11">
<path d="M 312.988932 239.41875
L 312.988932 27.190625
" clip-path="url(#p360dd42aee)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_12">
<g>
<use xlink:href="#mb4c8f58a6a" x="312.988932" y="239.41875" style="stroke: #000000; stroke-width: 0.8"/>
</g>
</g>
<g id="text_6">
<!-- 25 -->
<g transform="translate(305.488932 256.663281)scale(0.15 -0.15)">
<use xlink:href="#STIXGeneral-Regular-32"/>
<use xlink:href="#STIXGeneral-Regular-35" x="49.999985"/>
</g>
</g>
</g>
<g id="xtick_7">
<g id="line2d_13">
<path d="M 362.175781 239.41875
L 362.175781 27.190625
" clip-path="url(#p360dd42aee)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_14">
<g>
<use xlink:href="#mb4c8f58a6a" x="362.175781" y="239.41875" style="stroke: #000000; stroke-width: 0.8"/>
</g>
</g>
<g id="text_7">
<!-- 30 -->
<g transform="translate(354.675781 256.663281)scale(0.15 -0.15)">
<defs>
<path id="STIXGeneral-Regular-33" d="M 390 3264
L 288 3290
Q 435 3770 748 4048
Q 1062 4326 1542 4326
Q 1990 4326 2265 4083
Q 2541 3840 2541 3450
Q 2541 2925 1946 2566
Q 2298 2413 2477 2227
Q 2758 1914 2758 1402
Q 2758 890 2464 506
Q 2246 211 1840 60
Q 1434 -90 979 -90
Q 262 -90 262 275
Q 262 378 339 442
Q 416 506 525 506
Q 685 506 915 339
Q 1197 141 1466 141
Q 1818 141 2058 425
Q 2298 710 2298 1120
Q 2298 1856 1632 2048
Q 1434 2112 979 2112
L 979 2202
Q 1338 2323 1517 2432
Q 2035 2726 2035 3290
Q 2035 3610 1852 3776
Q 1670 3942 1344 3942
Q 768 3942 390 3264
z
" transform="scale(0.015625)"/>
</defs>
<use xlink:href="#STIXGeneral-Regular-33"/>
<use xlink:href="#STIXGeneral-Regular-30" x="49.999985"/>
</g>
</g>
</g>
<g id="xtick_8">
<g id="line2d_15">
<path d="M 411.36263 239.41875
L 411.36263 27.190625
" clip-path="url(#p360dd42aee)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_16">
<g>
<use xlink:href="#mb4c8f58a6a" x="411.36263" y="239.41875" style="stroke: #000000; stroke-width: 0.8"/>
</g>
</g>
<g id="text_8">
<!-- 35 -->
<g transform="translate(403.86263 256.663281)scale(0.15 -0.15)">
<use xlink:href="#STIXGeneral-Regular-33"/>
<use xlink:href="#STIXGeneral-Regular-35" x="49.999985"/>
</g>
</g>
</g>
<g id="text_9">
<!-- Heating time (ms) -->
<g transform="translate(181.117578 274.163281)scale(0.15 -0.15)">
<defs>
<path id="STIXGeneral-Regular-48" d="M 4499 0
L 2714 0
L 2714 122
Q 3085 147 3181 265
Q 3277 384 3277 794
L 3277 2016
L 1338 2016
L 1338 723
Q 1338 371 1440 256
Q 1542 141 1894 122
L 1901 0
L 115 0
L 115 122
Q 493 147 589 259
Q 685 371 685 781
L 685 3507
Q 685 3878 585 3980
Q 486 4083 115 4115
L 115 4237
L 1907 4237
L 1907 4115
Q 1549 4083 1443 3977
Q 1338 3872 1338 3507
L 1338 2298
L 3277 2298
L 3277 3507
Q 3277 3878 3177 3980
Q 3078 4083 2707 4115
L 2707 4237
L 4499 4237
L 4499 4115
Q 4141 4083 4035 3977
Q 3930 3872 3930 3507
L 3930 710
Q 3930 371 4035 259
Q 4141 147 4499 122
L 4499 0
z
" transform="scale(0.015625)"/>
<path id="STIXGeneral-Regular-65" d="M 2611 1050
L 2714 1005
Q 2330 -64 1376 -64
Q 813 -64 486 329
Q 160 723 160 1389
Q 160 2074 525 2509
Q 890 2944 1485 2944
Q 2061 2944 2374 2502
Q 2560 2246 2592 1773
L 621 1773
Q 646 1370 700 1158
Q 755 947 915 730
Q 1184 378 1626 378
Q 1939 378 2153 531
Q 2368 685 2611 1050
z
M 634 1978
L 1939 1978
Q 1882 2381 1750 2547
Q 1619 2714 1312 2714
Q 1043 2714 864 2525
Q 685 2336 634 1978
z
" transform="scale(0.015625)"/>
<path id="STIXGeneral-Regular-61" d="M 2829 422
L 2829 243
Q 2586 -64 2253 -64
Q 1888 -64 1843 403
L 1837 403
Q 1427 -64 909 -64
Q 608 -64 422 112
Q 237 288 237 602
Q 237 1050 685 1350
Q 992 1555 1837 1869
L 1837 2214
Q 1837 2502 1699 2646
Q 1562 2790 1338 2790
Q 1146 2790 1018 2697
Q 890 2605 890 2477
Q 890 2419 909 2348
Q 928 2278 928 2208
Q 928 2112 841 2029
Q 755 1946 634 1946
Q 525 1946 441 2029
Q 358 2112 358 2240
Q 358 2547 685 2752
Q 986 2944 1421 2944
Q 1939 2944 2176 2656
Q 2291 2522 2323 2384
Q 2355 2246 2355 1946
L 2355 723
Q 2355 301 2554 301
Q 2682 301 2829 422
z
M 1837 813
L 1837 1715
Q 1248 1510 1018 1293
Q 800 1094 800 800
Q 800 557 921 432
Q 1043 307 1242 307
Q 1453 307 1613 410
Q 1747 506 1792 589
Q 1837 672 1837 813
z
" transform="scale(0.015625)"/>
<path id="STIXGeneral-Regular-74" d="M 1702 493
L 1786 422
Q 1478 -64 1011 -64
Q 448 -64 448 749
L 448 2675
L 109 2675
Q 83 2694 83 2720
Q 83 2771 192 2842
Q 435 2982 813 3526
Q 826 3546 874 3606
Q 922 3667 941 3706
Q 986 3706 986 3622
L 986 2880
L 1632 2880
L 1632 2675
L 986 2675
L 986 845
Q 986 538 1062 403
Q 1139 269 1318 269
Q 1510 269 1702 493
z
" transform="scale(0.015625)"/>
<path id="STIXGeneral-Regular-69" d="M 1152 4045
Q 1152 3904 1056 3811
Q 960 3718 819 3718
Q 685 3718 592 3811
Q 499 3904 499 4045
Q 499 4179 595 4275
Q 691 4371 826 4371
Q 966 4371 1059 4275
Q 1152 4179 1152 4045
z
M 1619 0
L 102 0
L 102 96
Q 435 115 521 211
Q 608 307 608 666
L 608 2118
Q 608 2342 563 2432
Q 518 2522 397 2522
Q 243 2522 128 2490
L 128 2592
L 1120 2944
L 1146 2918
L 1146 672
Q 1146 314 1226 218
Q 1306 122 1619 96
L 1619 0
z
" transform="scale(0.015625)"/>
<path id="STIXGeneral-Regular-6e" d="M 3104 0
L 1773 0
L 1779 96
Q 2016 115 2096 233
Q 2176 352 2176 672
L 2176 1946
Q 2176 2592 1709 2592
Q 1549 2592 1408 2515
Q 1267 2438 1050 2227
L 1050 461
Q 1050 269 1136 192
Q 1222 115 1466 96
L 1466 0
L 115 0
L 115 96
Q 358 115 435 214
Q 512 314 512 602
L 512 2157
Q 512 2394 467 2483
Q 422 2573 288 2573
Q 160 2573 102 2547
L 102 2656
Q 550 2784 979 2944
L 1030 2925
L 1030 2426
L 1037 2426
Q 1491 2944 1958 2944
Q 2323 2944 2518 2688
Q 2714 2432 2714 1958
L 2714 544
Q 2714 288 2790 205
Q 2867 122 3104 96
L 3104 0
z
" transform="scale(0.015625)"/>
<path id="STIXGeneral-Regular-67" d="M 3008 2483
L 2477 2483
Q 2598 2208 2598 1946
Q 2598 1453 2265 1203
Q 1933 954 1600 954
Q 1530 954 1357 973
L 1235 986
Q 1107 947 979 812
Q 851 678 851 582
Q 851 435 1350 410
L 2176 371
Q 2528 358 2739 172
Q 2950 -13 2950 -314
Q 2950 -685 2566 -986
Q 2035 -1395 1286 -1395
Q 826 -1395 502 -1212
Q 179 -1030 179 -774
Q 179 -595 320 -419
Q 461 -243 806 6
Q 602 102 534 172
Q 467 243 467 346
Q 467 531 762 787
Q 909 915 1037 1043
Q 717 1203 579 1401
Q 442 1600 442 1901
Q 442 2336 752 2640
Q 1062 2944 1510 2944
Q 1766 2944 2022 2848
L 2163 2797
Q 2349 2733 2515 2733
L 3008 2733
L 3008 2483
z
M 973 2163
L 973 2144
Q 973 1683 1155 1398
Q 1338 1114 1632 1114
Q 1850 1114 1978 1270
Q 2106 1427 2106 1690
Q 2106 2112 1914 2464
Q 1754 2765 1446 2765
Q 1222 2765 1097 2605
Q 973 2445 973 2163
z
M 2771 -410
Q 2771 -230 2595 -163
Q 2419 -96 1978 -96
Q 1344 -96 941 -13
Q 749 -243 688 -348
Q 627 -454 627 -563
Q 627 -774 880 -902
Q 1133 -1030 1555 -1030
Q 2099 -1030 2435 -860
Q 2771 -691 2771 -410
z
" transform="scale(0.015625)"/>
<path id="STIXGeneral-Regular-20" transform="scale(0.015625)"/>
<path id="STIXGeneral-Regular-6d" d="M 4960 0
L 3565 0
L 3565 96
Q 3834 122 3907 208
Q 3981 294 3981 576
L 3981 1894
Q 3981 2278 3869 2444
Q 3757 2611 3488 2611
Q 3264 2611 3107 2521
Q 2950 2432 2803 2221
L 2803 608
Q 2803 301 2896 201
Q 2989 102 3264 96
L 3264 0
L 1830 0
L 1830 96
Q 2112 115 2189 188
Q 2266 262 2266 550
L 2266 1901
Q 2266 2611 1850 2611
Q 1670 2611 1468 2531
Q 1267 2451 1171 2336
Q 1088 2240 1088 2227
L 1088 448
Q 1088 243 1177 176
Q 1267 109 1523 96
L 1523 0
L 102 0
L 102 96
Q 371 102 460 195
Q 550 288 550 563
L 550 2150
Q 550 2387 499 2480
Q 448 2573 326 2573
Q 230 2573 122 2547
L 122 2656
Q 557 2778 1011 2944
L 1062 2925
L 1062 2451
L 1075 2451
Q 1363 2752 1584 2848
Q 1805 2944 2054 2944
Q 2560 2944 2733 2406
Q 3232 2944 3776 2944
Q 4518 2944 4518 1792
L 4518 493
Q 4518 282 4582 202
Q 4646 122 4794 109
L 4960 96
L 4960 0
z
" transform="scale(0.015625)"/>
<path id="STIXGeneral-Regular-28" d="M 1946 -1030
L 1869 -1133
Q 1126 -710 716 32
Q 307 774 307 1613
Q 307 3386 1888 4326
L 1946 4224
Q 1293 3667 1075 3126
Q 858 2586 858 1632
Q 858 685 1082 96
Q 1306 -493 1946 -1030
z
" transform="scale(0.015625)"/>
<path id="STIXGeneral-Regular-73" d="M 998 1926
L 1664 1523
Q 1984 1331 2105 1164
Q 2227 998 2227 736
Q 2227 416 1961 176
Q 1696 -64 1331 -64
Q 1030 -64 864 -6
Q 691 51 570 51
Q 461 51 416 -26
L 333 -26
L 333 979
L 435 979
Q 538 512 730 294
Q 922 77 1248 77
Q 1485 77 1632 211
Q 1779 346 1779 550
Q 1779 845 1440 1030
L 1094 1222
Q 326 1651 326 2150
Q 326 2522 566 2730
Q 806 2938 1210 2938
Q 1491 2938 1638 2867
Q 1754 2816 1818 2816
Q 1862 2816 1920 2880
L 1990 2880
L 2022 2010
L 1926 2010
Q 1818 2445 1654 2621
Q 1491 2797 1203 2797
Q 986 2797 854 2688
Q 723 2579 723 2362
Q 723 2253 796 2128
Q 870 2003 998 1926
z
" transform="scale(0.015625)"/>
<path id="STIXGeneral-Regular-29" d="M 186 4224
L 262 4326
Q 992 3891 1408 3148
Q 1824 2406 1824 1581
Q 1824 -166 243 -1133
L 186 -1030
Q 845 -486 1059 54
Q 1274 595 1274 1562
Q 1274 2534 1059 3120
Q 845 3706 186 4224
z
" transform="scale(0.015625)"/>
</defs>
<use xlink:href="#STIXGeneral-Regular-48"/>
<use xlink:href="#STIXGeneral-Regular-65" x="72.199982"/>
<use xlink:href="#STIXGeneral-Regular-61" x="116.599976"/>
<use xlink:href="#STIXGeneral-Regular-74" x="160.999969"/>
<use xlink:href="#STIXGeneral-Regular-69" x="188.799957"/>
<use xlink:href="#STIXGeneral-Regular-6e" x="216.599945"/>
<use xlink:href="#STIXGeneral-Regular-67" x="266.59993"/>
<use xlink:href="#STIXGeneral-Regular-20" x="316.599915"/>
<use xlink:href="#STIXGeneral-Regular-74" x="341.599899"/>
<use xlink:href="#STIXGeneral-Regular-69" x="369.399887"/>
<use xlink:href="#STIXGeneral-Regular-6d" x="397.199875"/>
<use xlink:href="#STIXGeneral-Regular-65" x="474.999863"/>
<use xlink:href="#STIXGeneral-Regular-20" x="519.399857"/>
<use xlink:href="#STIXGeneral-Regular-28" x="544.399841"/>
<use xlink:href="#STIXGeneral-Regular-6d" x="577.699829"/>
<use xlink:href="#STIXGeneral-Regular-73" x="655.499817"/>
<use xlink:href="#STIXGeneral-Regular-29" x="694.399811"/>
</g>
</g>
</g>
<g id="matplotlib.axis_2">
<g id="ytick_1">
<g id="line2d_17">
<path d="M 50.190625 230.50226
L 421.2 230.50226
" clip-path="url(#p360dd42aee)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_18">
<defs>
<path id="md62f64acd0" d="M 0 0
L -3.5 0
" style="stroke: #000000; stroke-width: 0.8"/>
</defs>
<g>
<use xlink:href="#md62f64acd0" x="50.190625" y="230.50226" style="stroke: #000000; stroke-width: 0.8"/>
</g>
</g>
<g id="text_10">
<!-- 0 -->
<g transform="translate(35.690625 235.624526)scale(0.15 -0.15)">
<use xlink:href="#STIXGeneral-Regular-30"/>
</g>
</g>
</g>
<g id="ytick_2">
<g id="line2d_19">
<path d="M 50.190625 166.623979
L 421.2 166.623979
" clip-path="url(#p360dd42aee)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_20">
<g>
<use xlink:href="#md62f64acd0" x="50.190625" y="166.623979" style="stroke: #000000; stroke-width: 0.8"/>
</g>
</g>
<g id="text_11">
<!-- 5 -->
<g transform="translate(35.690625 171.746245)scale(0.15 -0.15)">
<use xlink:href="#STIXGeneral-Regular-35"/>
</g>
</g>
</g>
<g id="ytick_3">
<g id="line2d_21">
<path d="M 50.190625 102.745699
L 421.2 102.745699
" clip-path="url(#p360dd42aee)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_22">
<g>
<use xlink:href="#md62f64acd0" x="50.190625" y="102.745699" style="stroke: #000000; stroke-width: 0.8"/>
</g>
</g>
<g id="text_12">
<!-- 10 -->
<g transform="translate(28.190625 107.867965)scale(0.15 -0.15)">
<use xlink:href="#STIXGeneral-Regular-31"/>
<use xlink:href="#STIXGeneral-Regular-30" x="49.999985"/>
</g>
</g>
</g>
<g id="ytick_4">
<g id="line2d_23">
<path d="M 50.190625 38.867418
L 421.2 38.867418
" clip-path="url(#p360dd42aee)" style="fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square"/>
</g>
<g id="line2d_24">
<g>
<use xlink:href="#md62f64acd0" x="50.190625" y="38.867418" style="stroke: #000000; stroke-width: 0.8"/>
</g>
</g>
<g id="text_13">
<!-- 15 -->
<g transform="translate(28.190625 43.989684)scale(0.15 -0.15)">
<use xlink:href="#STIXGeneral-Regular-31"/>
<use xlink:href="#STIXGeneral-Regular-35" x="49.999985"/>
</g>
</g>
</g>
<g id="text_14">
<!-- Temperature (mK) -->
<g transform="translate(20.935156 189.742187)rotate(-90)scale(0.15 -0.15)">
<defs>
<path id="STIXGeneral-Regular-54" d="M 3795 3149
L 3642 3149
Q 3539 3674 3353 3821
Q 3168 3968 2656 3968
L 2278 3968
L 2278 710
Q 2278 346 2387 243
Q 2496 141 2893 122
L 2893 0
L 1024 0
L 1024 122
Q 1427 147 1526 256
Q 1626 365 1626 787
L 1626 3968
L 1242 3968
Q 723 3968 540 3817
Q 358 3667 262 3149
L 109 3149
L 154 4237
L 3750 4237
L 3795 3149
z
" transform="scale(0.015625)"/>
<path id="STIXGeneral-Regular-70" d="M 1018 2931
L 1018 2438
Q 1421 2944 1939 2944
Q 2406 2944 2707 2560
Q 3008 2176 3008 1581
Q 3008 883 2621 409
Q 2234 -64 1664 -64
Q 1466 -64 1328 -6
Q 1190 51 1018 211
L 1018 -794
Q 1018 -1094 1120 -1180
Q 1222 -1267 1581 -1274
L 1581 -1389
L 32 -1389
L 32 -1280
Q 314 -1254 397 -1171
Q 480 -1088 480 -838
L 480 2157
Q 480 2381 429 2451
Q 378 2522 218 2522
Q 115 2522 58 2515
L 58 2618
Q 506 2752 979 2944
L 1018 2931
z
M 1018 2138
L 1018 563
Q 1018 422 1238 281
Q 1459 141 1683 141
Q 2029 141 2243 467
Q 2458 794 2458 1325
Q 2458 1888 2243 2224
Q 2029 2560 1670 2560
Q 1446 2560 1232 2419
Q 1018 2278 1018 2138
z
" transform="scale(0.015625)"/>
<path id="STIXGeneral-Regular-72" d="M 1024 2931
L 1024 2342
Q 1267 2688 1430 2816
Q 1594 2944 1792 2944
Q 1958 2944 2051 2854
Q 2144 2765 2144 2605
Q 2144 2470 2077 2393
Q 2010 2317 1894 2317
Q 1773 2317 1638 2445
Q 1536 2541 1472 2541
Q 1338 2541 1181 2355
Q 1024 2170 1024 2016
L 1024 576
Q 1024 301 1133 205
Q 1242 109 1568 96
L 1568 0
L 32 0
L 32 96
Q 339 154 412 224
Q 486 294 486 538
L 486 2138
Q 486 2349 438 2435
Q 390 2522 269 2522
Q 166 2522 45 2496
L 45 2598
Q 448 2726 992 2944
L 1024 2931
z
" transform="scale(0.015625)"/>
<path id="STIXGeneral-Regular-75" d="M 3072 320
L 3072 230
Q 2573 96 2195 -58
L 2163 -38
L 2163 486
L 2150 486
Q 1747 -64 1235 -64
Q 870 -64 662 160
Q 454 384 454 755
L 454 2362
Q 454 2598 371 2688
Q 288 2778 58 2790
L 58 2880
L 992 2880
L 992 813
Q 992 595 1123 451
Q 1254 307 1446 307
Q 1760 307 1984 506
Q 2067 582 2099 649
Q 2131 717 2131 877
L 2131 2355
Q 2131 2605 2041 2678
Q 1952 2752 1658 2771
L 1658 2880
L 2669 2880
L 2669 685
Q 2669 461 2742 390
Q 2816 320 3034 320
L 3072 320
z
" transform="scale(0.015625)"/>
<path id="STIXGeneral-Regular-4b" d="M 4627 0
L 2688 0
L 2688 122
L 2861 128
Q 3130 134 3130 282
Q 3130 397 2922 643
Q 2714 890 2253 1370
L 1613 2029
L 1446 1894
L 1446 710
Q 1446 352 1548 253
Q 1651 154 2016 122
L 2016 0
L 211 0
L 211 122
Q 589 141 691 262
Q 794 384 794 800
L 794 3514
Q 794 3872 691 3981
Q 589 4090 218 4115
L 218 4237
L 2022 4237
L 2022 4115
Q 1632 4090 1539 3987
Q 1446 3885 1446 3507
L 1446 2227
L 2586 3277
Q 2861 3533 2973 3667
Q 3085 3802 3085 3910
Q 3085 4013 3030 4057
Q 2976 4102 2822 4109
L 2662 4115
L 2662 4237
L 4320 4237
L 4320 4115
Q 3994 4090 3824 4003
Q 3654 3917 3322 3597
L 2131 2458
L 3629 819
Q 4026 384 4214 253
Q 4403 122 4627 122
L 4627 0
z
" transform="scale(0.015625)"/>
</defs>
<use xlink:href="#STIXGeneral-Regular-54"/>
<use xlink:href="#STIXGeneral-Regular-65" x="61.099991"/>
<use xlink:href="#STIXGeneral-Regular-6d" x="105.499985"/>
<use xlink:href="#STIXGeneral-Regular-70" x="183.299973"/>
<use xlink:href="#STIXGeneral-Regular-65" x="233.299957"/>
<use xlink:href="#STIXGeneral-Regular-72" x="277.699951"/>
<use xlink:href="#STIXGeneral-Regular-61" x="310.999939"/>
<use xlink:href="#STIXGeneral-Regular-74" x="355.399933"/>
<use xlink:href="#STIXGeneral-Regular-75" x="383.199921"/>
<use xlink:href="#STIXGeneral-Regular-72" x="433.199905"/>
<use xlink:href="#STIXGeneral-Regular-65" x="466.499893"/>
<use xlink:href="#STIXGeneral-Regular-20" x="510.899887"/>
<use xlink:href="#STIXGeneral-Regular-28" x="535.899872"/>
<use xlink:href="#STIXGeneral-Regular-6d" x="569.19986"/>
<use xlink:href="#STIXGeneral-Regular-4b" x="646.999847"/>
<use xlink:href="#STIXGeneral-Regular-29" x="719.199829"/>
</g>
</g>
</g>
<g id="LineCollection_1">
<path d="M 67.054688 218.930523
L 67.054688 216.592725
" clip-path="url(#p360dd42aee)" style="fill: none; stroke: #000000; stroke-width: 1.5"/>
<path d="M 109.214844 207.604196
L 109.214844 202.807197
" clip-path="url(#p360dd42aee)" style="fill: none; stroke: #000000; stroke-width: 1.5"/>
<path d="M 151.375 203.547566
L 151.375 198.271906
" clip-path="url(#p360dd42aee)" style="fill: none; stroke: #000000; stroke-width: 1.5"/>
<path d="M 193.535156 187.30716
L 193.535156 178.781642
" clip-path="url(#p360dd42aee)" style="fill: none; stroke: #000000; stroke-width: 1.5"/>
<path d="M 235.695312 159.215753
L 235.695312 140.635918
" clip-path="url(#p360dd42aee)" style="fill: none; stroke: #000000; stroke-width: 1.5"/>
<path d="M 277.855469 154.560562
L 277.855469 133.473405
" clip-path="url(#p360dd42aee)" style="fill: none; stroke: #000000; stroke-width: 1.5"/>
<path d="M 320.015625 123.497704
L 320.015625 88.563794
" clip-path="url(#p360dd42aee)" style="fill: none; stroke: #000000; stroke-width: 1.5"/>
<path d="M 362.175781 117.580718
L 362.175781 79.483266
" clip-path="url(#p360dd42aee)" style="fill: none; stroke: #000000; stroke-width: 1.5"/>
<path d="M 404.335938 90.863592
L 404.335938 36.837358
" clip-path="url(#p360dd42aee)" style="fill: none; stroke: #000000; stroke-width: 1.5"/>
</g>
<g id="line2d_25">
<defs>
<path id="m4a69a88263" d="M 2 0
L -2 -0
" style="stroke: #000000"/>
</defs>
<g clip-path="url(#p360dd42aee)">
<use xlink:href="#m4a69a88263" x="67.054688" y="218.930523" style="stroke: #000000"/>
<use xlink:href="#m4a69a88263" x="109.214844" y="207.604196" style="stroke: #000000"/>
<use xlink:href="#m4a69a88263" x="151.375" y="203.547566" style="stroke: #000000"/>
<use xlink:href="#m4a69a88263" x="193.535156" y="187.30716" style="stroke: #000000"/>
<use xlink:href="#m4a69a88263" x="235.695312" y="159.215753" style="stroke: #000000"/>
<use xlink:href="#m4a69a88263" x="277.855469" y="154.560562" style="stroke: #000000"/>
<use xlink:href="#m4a69a88263" x="320.015625" y="123.497704" style="stroke: #000000"/>
<use xlink:href="#m4a69a88263" x="362.175781" y="117.580718" style="stroke: #000000"/>
<use xlink:href="#m4a69a88263" x="404.335938" y="90.863592" style="stroke: #000000"/>
</g>
</g>
<g id="line2d_26">
<g clip-path="url(#p360dd42aee)">
<use xlink:href="#m4a69a88263" x="67.054688" y="216.592725" style="stroke: #000000"/>
<use xlink:href="#m4a69a88263" x="109.214844" y="202.807197" style="stroke: #000000"/>
<use xlink:href="#m4a69a88263" x="151.375" y="198.271906" style="stroke: #000000"/>
<use xlink:href="#m4a69a88263" x="193.535156" y="178.781642" style="stroke: #000000"/>
<use xlink:href="#m4a69a88263" x="235.695312" y="140.635918" style="stroke: #000000"/>
<use xlink:href="#m4a69a88263" x="277.855469" y="133.473405" style="stroke: #000000"/>
<use xlink:href="#m4a69a88263" x="320.015625" y="88.563794" style="stroke: #000000"/>
<use xlink:href="#m4a69a88263" x="362.175781" y="79.483266" style="stroke: #000000"/>
<use xlink:href="#m4a69a88263" x="404.335938" y="36.837358" style="stroke: #000000"/>
</g>
</g>
<g id="line2d_27">
<path d="M 67.054688 229.772017
L 109.214844 210.364499
L 151.375 190.95698
L 193.535156 171.549462
L 235.695312 152.141944
L 277.855469 132.734425
L 320.015625 113.326907
L 362.175781 93.919388
L 404.335938 74.51187
" clip-path="url(#p360dd42aee)" style="fill: none; stroke: #ff0000; stroke-width: 1.5; stroke-linecap: square"/>
</g>
<g id="line2d_28">
<defs>
<path id="mfc4d9b0610" d="M 0 3.5
C 0.928211 3.5 1.81853 3.131218 2.474874 2.474874
C 3.131218 1.81853 3.5 0.928211 3.5 0
C 3.5 -0.928211 3.131218 -1.81853 2.474874 -2.474874
C 1.81853 -3.131218 0.928211 -3.5 0 -3.5
C -0.928211 -3.5 -1.81853 -3.131218 -2.474874 -2.474874
C -3.131218 -1.81853 -3.5 -0.928211 -3.5 0
C -3.5 0.928211 -3.131218 1.81853 -2.474874 2.474874
C -1.81853 3.131218 -0.928211 3.5 0 3.5
z
" style="stroke: #000000"/>
</defs>
<g clip-path="url(#p360dd42aee)">
<use xlink:href="#mfc4d9b0610" x="67.054688" y="217.761624" style="stroke: #000000"/>
<use xlink:href="#mfc4d9b0610" x="109.214844" y="205.205697" style="stroke: #000000"/>
<use xlink:href="#mfc4d9b0610" x="151.375" y="200.909736" style="stroke: #000000"/>
<use xlink:href="#mfc4d9b0610" x="193.535156" y="183.044401" style="stroke: #000000"/>
<use xlink:href="#mfc4d9b0610" x="235.695312" y="149.925835" style="stroke: #000000"/>
<use xlink:href="#mfc4d9b0610" x="277.855469" y="144.016984" style="stroke: #000000"/>
<use xlink:href="#mfc4d9b0610" x="320.015625" y="106.030749" style="stroke: #000000"/>
<use xlink:href="#mfc4d9b0610" x="362.175781" y="98.531992" style="stroke: #000000"/>
<use xlink:href="#mfc4d9b0610" x="404.335938" y="63.850475" style="stroke: #000000"/>
</g>
</g>
<g id="patch_3">
<path d="M 50.190625 239.41875
L 50.190625 27.190625
" style="fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/>
</g>
<g id="patch_4">
<path d="M 421.2 239.41875
L 421.2 27.190625
" style="fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/>
</g>
<g id="patch_5">
<path d="M 50.190625 239.41875
L 421.2 239.41875
" style="fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/>
</g>
<g id="patch_6">
<path d="M 50.190625 27.190625
L 421.2 27.190625
" style="fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/>
</g>
<g id="text_15">
<!-- Heating rate: (0.35 +- 0.02) mK/ms -->
<g transform="translate(128.280078 21.190625)scale(0.15 -0.15)">
<defs>
<path id="STIXGeneral-Regular-3a" d="M 1123 2832
Q 1229 2726 1229 2579
Q 1229 2432 1126 2329
Q 1024 2227 877 2227
Q 730 2227 624 2332
Q 518 2438 518 2579
Q 518 2733 620 2835
Q 723 2938 877 2938
Q 1018 2938 1123 2832
z
M 1229 282
Q 1229 141 1126 35
Q 1024 -70 877 -70
Q 730 -70 624 35
Q 518 141 518 282
Q 518 435 620 537
Q 723 640 877 640
Q 1018 640 1123 534
Q 1229 429 1229 282
z
" transform="scale(0.015625)"/>
<path id="STIXGeneral-Regular-2e" d="M 1158 275
Q 1158 134 1052 32
Q 947 -70 800 -70
Q 653 -70 550 32
Q 448 134 448 281
Q 448 429 553 534
Q 659 640 806 640
Q 947 640 1052 531
Q 1158 422 1158 275
z
" transform="scale(0.015625)"/>
<path id="STIXGeneral-Regular-2b" d="M 4070 1408
L 2400 1408
L 2400 -262
L 1978 -262
L 1978 1408
L 307 1408
L 307 1830
L 1978 1830
L 1978 3501
L 2400 3501
L 2400 1830
L 4070 1830
L 4070 1408
z
" transform="scale(0.015625)"/>
<path id="STIXGeneral-Regular-2d" d="M 1824 1242
L 250 1242
L 250 1645
L 1824 1645
L 1824 1242
z
" transform="scale(0.015625)"/>
<path id="STIXGeneral-Regular-2f" d="M 1837 4326
L 378 -90
L -58 -90
L 1408 4326
L 1837 4326
z
" transform="scale(0.015625)"/>
</defs>
<use xlink:href="#STIXGeneral-Regular-48"/>
<use xlink:href="#STIXGeneral-Regular-65" x="72.199982"/>
<use xlink:href="#STIXGeneral-Regular-61" x="116.599976"/>
<use xlink:href="#STIXGeneral-Regular-74" x="160.999969"/>
<use xlink:href="#STIXGeneral-Regular-69" x="188.799957"/>
<use xlink:href="#STIXGeneral-Regular-6e" x="216.599945"/>
<use xlink:href="#STIXGeneral-Regular-67" x="266.59993"/>
<use xlink:href="#STIXGeneral-Regular-20" x="316.599915"/>
<use xlink:href="#STIXGeneral-Regular-72" x="341.599899"/>
<use xlink:href="#STIXGeneral-Regular-61" x="374.899887"/>
<use xlink:href="#STIXGeneral-Regular-74" x="419.299881"/>
<use xlink:href="#STIXGeneral-Regular-65" x="447.099869"/>
<use xlink:href="#STIXGeneral-Regular-3a" x="491.499863"/>
<use xlink:href="#STIXGeneral-Regular-20" x="519.29985"/>
<use xlink:href="#STIXGeneral-Regular-28" x="544.299835"/>
<use xlink:href="#STIXGeneral-Regular-30" x="577.599823"/>
<use xlink:href="#STIXGeneral-Regular-2e" x="627.599808"/>
<use xlink:href="#STIXGeneral-Regular-33" x="652.599792"/>
<use xlink:href="#STIXGeneral-Regular-35" x="702.599777"/>
<use xlink:href="#STIXGeneral-Regular-20" x="752.599762"/>
<use xlink:href="#STIXGeneral-Regular-2b" x="777.599747"/>
<use xlink:href="#STIXGeneral-Regular-2d" x="846.099731"/>
<use xlink:href="#STIXGeneral-Regular-20" x="879.399719"/>
<use xlink:href="#STIXGeneral-Regular-30" x="904.399704"/>
<use xlink:href="#STIXGeneral-Regular-2e" x="954.399689"/>
<use xlink:href="#STIXGeneral-Regular-30" x="979.399673"/>
<use xlink:href="#STIXGeneral-Regular-32" x="1029.399658"/>
<use xlink:href="#STIXGeneral-Regular-29" x="1079.399643"/>
<use xlink:href="#STIXGeneral-Regular-20" x="1112.699631"/>
<use xlink:href="#STIXGeneral-Regular-6d" x="1137.699615"/>
<use xlink:href="#STIXGeneral-Regular-4b" x="1215.499603"/>
<use xlink:href="#STIXGeneral-Regular-2f" x="1287.699585"/>
<use xlink:href="#STIXGeneral-Regular-6d" x="1315.499573"/>
<use xlink:href="#STIXGeneral-Regular-73" x="1393.299561"/>
</g>
</g>
</g>
</g>
<defs>
<clipPath id="p360dd42aee">
<rect x="50.190625" y="27.190625" width="371.009375" height="212.228125"/>
</clipPath>
</defs>
</svg>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment