Commit 70803a25 authored by Nicolas Nunez Barreto's avatar Nicolas Nunez Barreto

pendientes

parent ff09507c
...@@ -595,7 +595,7 @@ class FluorescenceCorrelation(EnvExperiment): ...@@ -595,7 +595,7 @@ class FluorescenceCorrelation(EnvExperiment):
@rpc @rpc
def run(self): def run(self):
"Ejecución. Preparamos los dispositivos y llamamos al kernel." "Ejecución. Preparamos los dispositivos y llamamos al kernel."
self.f_rf_hardcodeada = 7262766.1*Hz self.f_rf_hardcodeada = 7262766.13*Hz
self.tau_rf = 1/self.f_rf_hardcodeada self.tau_rf = 1/self.f_rf_hardcodeada
print(self.tau_rf) print(self.tau_rf)
self.create_datasets() self.create_datasets()
......
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