Skip to content

Commit

Permalink
📝 Add hips2fits example in notebook 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Xen0Xys committed Aug 1, 2024
1 parent 0f478c5 commit bdbd715
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions examples/02_Base_Commands.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,18 @@
"source": [
"aladin.add_fits(Path(\"images/m31.fits\"), name=\"M31\", opacity=0.5)"
]
},
{
"metadata": {},
"cell_type": "markdown",
"source": "You can export a fits image of the current view from the hips you want, and save it to a file."
},
{
"metadata": {},
"cell_type": "code",
"outputs": [],
"execution_count": null,
"source": "fits = aladin.hips2fits(\"P/allWISE/color\", \"images/wise.fits\")"
}
],
"metadata": {
Expand Down

0 comments on commit bdbd715

Please sign in to comment.