{ "cells": [ { "cell_type": "markdown", "id": "772df3c7-6834-4069-9639-dff9c93068f2", "metadata": {}, "source": [ "# Spacecraft file: attitude and position" ] }, { "cell_type": "markdown", "id": "cc657b2f-2276-45f1-8fcc-d089e9c69288", "metadata": {}, "source": [ "The spacecraft is always moving and changing orientations. The attitude --i.e. orientation-- vs. time is handled by the SpacecraftFile class. This allows us to transform from spacecraft coordinates to inertial coordinate --e.g. galactics coordinates." ] }, { "cell_type": "markdown", "id": "072d15e5-87da-4ecf-8d06-f363a242ca67", "metadata": {}, "source": [ "