Photonic Science GEVSCMOS

Driver for Photonic Science Cameras (Pleora GEV). This driver was originally written by Perceval Guillou <perceval@photonic-science.com>, in Py2 and has been successfully tested with scmoscontrol.dll SCMOS Pleora (GEV) control dll (x86 )v5.6.0.0 (date modified 10/2/2013)

This version copyright: Sanli Faez <s.faez@uu.nl>

Todo

The coding style is not in line with the rest of PyNTA. The GEVSMOS class can be cleaned up and documented

class pynta.controller.devices.photonicscience.scmoscam.GEVSCMOS(cwd_path, name)[source]

Bases: object

AbortSnap()[source]
AutoBinningFilter(enable)[source]
Close()[source]
Demangle(image_pointer, Nx, Ny)[source]
EnableAutoLevel(enable)[source]
EnableBestFit(enable)[source]
EnableBinningFilter(enable)[source]
EnableBrightPixel(enable)[source]
EnableClip(enable)[source]
EnableFlatField(enable)[source]
EnableGamma(enable)[source]
EnableOffset(enable)[source]
EnableRemapping(enable)[source]
EnableSharpening(enable)[source]
EnableSmooth(enable)[source]
EnableStreaming(enable)[source]
FreeSequence()[source]
GetDLL()[source]
GetDLLName()[source]
GetImage(imp=None)[source]
GetImagePointer()[source]
GetMode()[source]
GetName()[source]
GetOptions()[source]
GetPedestal()[source]
GetRawImage()[source]
GetRemapSize()[source]
GetSequencePointer(id)[source]
GetSize()[source]
GetSizeMax()[source]
GetState()[source]
GetStatus()[source]
GetTemperature()[source]
Has8bitGainModes()[source]
HasBinning()[source]
HasClockSpeedLimit()[source]
HasHPMapping()[source]
HasIntensifier()[source]
HasTemperature()[source]
InitFunctions()[source]
InitSequence(imnum)[source]
IsFlipped()[source]
IsInCamCor()[source]
IsIntensifier()[source]
LoadCamDLL()[source]
MakeFlatField()[source]
Open()[source]
OpenMap(file_name='distortion.map')[source]
Remap(image_pointer, Nx, Ny)[source]
ResetOptions()[source]
SaveSequence()[source]
SelectIportDevice()[source]
SetALCMaxExp(maxexp)[source]
SetALCWin(l, t, r, b)[source]
SetBFPeek(peek)[source]
SetChipGain(gain)[source]
SetClockSpeed(mode)[source]
SetExposure(expo, unit)[source]
SetFlatAverage(average_number)[source]
SetFlickerMode(value)[source]
SetGainMode(mode)[source]
SetGammaBright(value)[source]
SetGammaPeak(value)[source]
SetIFDelay(delay)[source]
SetIntensifierGain(gain)[source]
SetPowerSavingMode(mode)[source]
SetSoftBin(Sx, Sy)[source]
SetSubArea(left, top, right, bottom)[source]
SetTemperature(temp)[source]
SetTrigger(mode)[source]
SetVideoGain(gain)[source]
Snap()[source]
SnapAndReturn()[source]
SnapSequence()[source]
SoftBinImage(image_pointer, Nx, Ny)[source]
UnloadCamDLL()[source]
UpdateSize()[source]
UpdateSizeMax()[source]