Skip to content

Commit

Permalink
Updated SNR
Browse files Browse the repository at this point in the history
  • Loading branch information
HKaras committed Oct 7, 2024
1 parent 65128e6 commit e68684a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autodeer/gui/autoDEER_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ def run_reptime_opt(self):
scan = ReptimeScan(B=LO/self.gyro, LO=LO,reptime=reptime_guess, reptime_max=12e3, averages=10, shots=n_shots,
pi2_pulse=p90, pi_pulse=p180)
self.interface.launch(scan,savename=f"{self.samplename}_reptimescan",IFgain=1)
self.interface.terminate_at(SNRCriteria(15),verbosity=2,test_interval=self.test_interval)
self.interface.terminate_at(SNRCriteria(45),verbosity=2,test_interval=self.test_interval)
while self.interface.isrunning():
time.sleep(self.updaterate)
self.signals.status.emit('Reptime scan complete')
Expand Down

0 comments on commit e68684a

Please sign in to comment.