Project

General

Profile

Pyscope test k2 save frames » History » Revision 3

Revision 2 (Anchi Cheng, 01/30/2018 07:28 PM) → Revision 3/4 (Anchi Cheng, 10/06/2022 03:06 PM)

<pre> 
 k.setSaveRawFrames(True) 
 k.setExposureTime(200) 
 a=k.getImage() k.getImage() 
 a.shape 
 </pre> 
 * The last command should give you the shape of the summed image.