SARA data analysisΒΆ

If all the setup is done, the following commands should go.

In case you have any problems, check if the following commands run.

>>> import irfpy.cena.energy       # Installation of CENA package successful
>>> import irfpy.swim.SwimEnergy   # Installation of SWIM package successful
>>> import irfpy.cy1orb.Cy1Orbit   # Installation of CY1ORB package successsful

If you see any problems above, (re-)install irfpy.sara. See Quick install.

>>> import spiceypy    # Installation of spiceypy successful

If you see any problems above, (re-)install SpiceyPy. See Quick install. It is used for orbit / attitude calculation.

>>> from irfpy.util import utc    # Installation of irfpy.util successful
>>> import irfpy.moon as moon    # Installation of irfpy.planet successful

If you see any problems above, (re-)install other irfpy packages. See Quick install.

>>> import Sadppac    # Installation of libsadppac bridge successufl.

If you see any problems above, (re-)install libsaddpac following Installation.