Eiger fixes

This commit is contained in:
gac-x11ma
2021-03-12 12:19:10 +01:00
parent 26abb23c10
commit e4d933c4be
237 changed files with 456426 additions and 81 deletions
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
View File
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
+1
View File
@@ -0,0 +1 @@
{"owner":"Guillaume Nataf","keywords":[],"contactEmail":"armin.kleibert@psi.ch","sourceFolder":"/sls/X11MA/Data1/e18976","isPublished":false,"dataFormat":"txt","ownerGroup":"p18976","datasetName":"11_TM2106","description":"TM2106","type":"raw","creationLocation":"/PSI/SLS/SIM","ownerEmail":"guillaume.nataf@univ-tours.fr","endTime":"2021-02-22T18:22:53.346Z","scientificMetadata":{}}
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
+11
View File
@@ -0,0 +1,11 @@
init_eiger(exposure=0.2)
for i in range (4):
for e in (20,):
start = time.time()
average_eiger_frames(e, wait_next=True)
print "Samples: " + str(e) + " Time:" + str (time.time()-start)
restore_eiger()
#plot(av.getMatrix())
+11
View File
@@ -0,0 +1,11 @@
init_eiger(exposure=0.2)
for i in range (4):
for e in (20,):
start = time.time()
average_eiger_frames(e, wait_next=True)
print "Samples: " + str(e) + " Time:" + str (time.time()-start)
restore_eiger()
#plot(av.getMatrix())
Regular → Executable
View File