|
__init__(self,
xo,
yo,
inner_pix,
outer_pix,
angle_deg,
subtense_deg,
fixtime_ms,
app)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
inside(self,
t=None,
x=None,
y=None)
If you have multiple landing zones, you can sit in a loop, use
app.eye_txy() to query time and eye position ONCE, and then apply
it to multiple landing zones by passing in (x,y) values |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|