Commit 779235c2 authored by Nicolas Nunez Barreto's avatar Nicolas Nunez Barreto

agrego cosas pendientes

parent 25858b86
...@@ -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 EITfit.MM_eightLevel_2repumps_python_scripts import CPTspectrum8levels #from EITfit.MM_eightLevel_2repumps_python_scripts import CPTspectrum8levels
import random import random
from scipy.signal import savgol_filter as sf from scipy.signal import savgol_filter as sf
......
...@@ -89,7 +89,7 @@ def LtempCalculus(beta, drivefreq, forma=1): ...@@ -89,7 +89,7 @@ def LtempCalculus(beta, drivefreq, forma=1):
ampg=beta*drivefreq ampg=beta*drivefreq
ampr=beta*drivefreq*(397/866) ampr=beta*drivefreq*(397/866)
#print('fixed') print('fixed')
Hint[0,0] = ampg Hint[0,0] = ampg
Hint[1,1] = ampg Hint[1,1] = ampg
Hint[4,4] = ampr Hint[4,4] = ampr
......
...@@ -110,7 +110,7 @@ plt.errorbar([2*f*1e-6 for f in Freqs_merged], Counts_merged, yerr=np.sqrt(np.ar ...@@ -110,7 +110,7 @@ plt.errorbar([2*f*1e-6 for f in Freqs_merged], Counts_merged, yerr=np.sqrt(np.ar
#%% #%%
#from EITfit.MM_eightLevel_2repumps_AnalysisFunctions import PerformExperiment_8levels_MM, GenerateNoisyCPT_MM_fit from EITfit.MM_eightLevel_2repumps_AnalysisFunctions import PerformExperiment_8levels_MM, GenerateNoisyCPT_MM_fit
from scipy.optimize import curve_fit from scipy.optimize import curve_fit
""" """
......
...@@ -6,6 +6,9 @@ Created on Thu Jul 2 16:30:09 2020 ...@@ -6,6 +6,9 @@ Created on Thu Jul 2 16:30:09 2020
@author: oem @author: oem
""" """
"""
ESTE ES EL CODIGO QUE PLOTEA CPT CON MICROMOCION BIEN
"""
import os import os
import numpy as np import numpy as np
......
...@@ -6,6 +6,10 @@ Created on Tue Apr 7 22:30:01 2020 ...@@ -6,6 +6,10 @@ Created on Tue Apr 7 22:30:01 2020
@author: nico @author: nico
""" """
"""
ESTE ES EL CODIGO QUE PLOTEA CPT CON MICROMOCION BIEN
"""
#ESTE CODIGO ES EL PRINCIPAL PARA PLOTEAR CPT TEORICOS #ESTE CODIGO ES EL PRINCIPAL PARA PLOTEAR CPT TEORICOS
import numpy as np import numpy as np
import time import time
...@@ -90,7 +94,6 @@ def LtempCalculus(beta, drivefreq, forma=1): ...@@ -90,7 +94,6 @@ def LtempCalculus(beta, drivefreq, forma=1):
ampg=beta*drivefreq ampg=beta*drivefreq
ampr=beta*drivefreq*(397/866) ampr=beta*drivefreq*(397/866)
#ampr=beta*drivefreq #ampr=beta*drivefreq
Hint[0,0] = ampg Hint[0,0] = ampg
Hint[1,1] = ampg Hint[1,1] = ampg
Hint[4,4] = ampr Hint[4,4] = ampr
......
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