Focus scan
focus_scan(camera, start=1, end=299, step=1)
Runs through transfocator Z to find the best focus
Parameters
camera: str, required camera where you want to focus
int, optional
step size of transfocator movements
int, optional
starting transfocator position
int, optional
final transfocator position
Examples: mfx dg1 yag is MFX:DG1:P6740 mfx dg2 yag is MFX:DG2:P6740 mfx dg3 yag is MFX:GIGE:02:IMAGE1
Operations
Source code in mfx/focus_scan.py
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
|