diff --git a/examples/track_neo.ipynb b/examples/track_neo.ipynb index afacabc7..4bd99bca 100644 --- a/examples/track_neo.ipynb +++ b/examples/track_neo.ipynb @@ -126,29 +126,7 @@ "cell_type": "code", "execution_count": null, "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Object ID: C11QM25\n", - "\n", - "Time: 2025-02-23T00:00:00.000\n", - "RA: 131.8765804600289 - 312.20777783150254\n", - "DEC: -14.388007767026275 - 51.40213360541426\n", - "Object ID: C11QM25\n", - "\n", - "Time: 2025-02-23T00:05:00.000\n", - "RA: 131.87519081007588 - 312.2100283360548\n", - "DEC: -14.395731775311084 - 50.316578057588345\n", - "Object ID: C11QM25\n", - "\n", - "Time: 2025-02-23T00:10:00.000\n", - "RA: 131.87379975693307 - 312.2123773385522\n", - "DEC: -14.403355028559567 - 50.756042539885584\n" - ] - } - ], + "outputs": [], "source": [ "# Alternatively, if you want you can propagate the Scout samples directly\n", "# and use their distribution to ascertain uncertainty in the on-sky location\n", @@ -169,13 +147,6 @@ " print(f\"DEC: {pc.min(sample_ephem_time.coordinates.lat)} - {pc.max(sample_ephem_time.coordinates.lat)}\")\n", "\n" ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] } ], "metadata": {