23 lines
262 B
Python
23 lines
262 B
Python
#check()
|
|
run("pointing/start")
|
|
|
|
|
|
|
|
run("pointing/reference_offset")
|
|
|
|
run("pointing/check_offset")
|
|
|
|
|
|
#1/0
|
|
#camera_screen.move("Free")
|
|
|
|
|
|
|
|
|
|
|
|
#aperture_slope_width.move(APERTURE_SLOPE_W_MIN)
|
|
#aperture_slope_height.move(APERTURE_SLOPE_H_MIN)
|
|
|
|
|
|
run("pointing/end")
|