ref_pos
ip = mysc.ore_earth.getIntersectionPoint(los, geo_pos, inertialFrame, time)
and if this is == None (Null) then it has a clear view I would think.
The results are not what I expect them to be, no contacts in what I would expect the coverage region and some at other locations. Would this be the/a correct way to use getIntersectionPoint? Is it ok that the Line is in a different frame than the OneAxisEllipsoid, as long as it is specified in the call?
I do not understand the Line object really, los.contains(geo_pos) gives False, as well as los.contains(ref_pos). The los.origin gives a different value than given in the constructor?
Any comments appreciated,
/Petrus