Orbit

Orbit is a container class used to store information related to an imaging orbits position state vectors.

Factory

from isce3.core import orbit

obj = orbit(**kwds)

Documentation

class isce3.core.Orbit.Orbit

Wrapper for pyOrbit.

getStateVectors()
interpolate(t, border_mode=None)
loadFromH5(type cls, group)
position(i)
saveToH5(group)
setStateVectors(statevecs)
time(i)
velocity(i)