removed tabs in comments

This commit is contained in:
2020-07-28 18:50:36 +02:00
parent 308c6cfde0
commit 0b67e8471a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ class SmarActRecord:
self._elog = elog
self.name = name
# self.units = self._drive.get('EGU')
# self.units = self._drive.get('EGU')
# Conventional methods and properties for all Adjustable objects
def set_target_value(self, value, hold=False):
@@ -285,7 +285,7 @@ class DIAClient:
print("Directory %s not existing, creating it" % res_dir)
os.makedirs(res_dir)
filename = "pedestal_%s.h5" % datetime.now().strftime("%Y%m%d_%H%M")
# period = 0.02 # for 25 Hz this is 0.04, for 10 Hz this 0.1
# period = 0.02 # for 25 Hz this is 0.04, for 10 Hz this 0.1
jungfrau_utils_run(self._api_address, filename, directory, self.pgroup, period, self.detector_config["exptime"], n_frames, 1, analyze, n_bad_modules, self.instrument, self.jf_name)
if update_config: