*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit a5105cc5 authored by Leolab Cavity CAD PC's avatar Leolab Cavity CAD PC
Browse files

Changed becasue the range is [0,2)

parent 3fe4991e
No related branches found
No related tags found
1 merge request!5Added Fastcomtec MCS8A timetagger for measurements with SPCM
......@@ -65,8 +65,8 @@ class MCS8AWorker(Worker):
group = f.require_group(f"data/{self.device_name}/")
# save photon counts
data = np.random.randint(0,1,size=1000) # testing
group.create_dataset("photon_counts", compression = config.compression, data=data)
data = np.random.randint(0,2,size=1000) # testing
group.create_dataset("photon_counts", compression = config.compression, data=data) # maybe save as binary dtype
# save parameters
# for param in parameters:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment