================== 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 :ref:`quick_install`. >>> import spiceypy # Installation of spiceypy successful If you see any problems above, (re-)install SpiceyPy. See :ref:`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 :ref:`quick_install`. >>> import Sadppac # Installation of libsadppac bridge successufl. If you see any problems above, (re-)install libsaddpac following :ref:`install_libsadppac`.