Skip to content

Commit

Permalink
Remove output from example
Browse files Browse the repository at this point in the history
  • Loading branch information
akoumjian committed Feb 25, 2025
1 parent 4e39cdb commit 79d5873
Showing 1 changed file with 1 addition and 30 deletions.
31 changes: 1 addition & 30 deletions examples/track_neo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": {
Expand Down

0 comments on commit 79d5873

Please sign in to comment.