{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# 🐷 Susie Basic Timing and Ephemeris Object Usage" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "🔵 Import the necessary python libraries and Susie objects." ] }, { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [], "source": [ "import numpy as np\n", "import pandas as pd\n", "from susie.timing_data import TimingData\n", "from susie.ephemeris import Ephemeris\n", "import matplotlib.pyplot as plt" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "