From bdbd715236a1f82fd7e94c5fbba15230bfaeec89 Mon Sep 17 00:00:00 2001 From: Xen0Xys Date: Thu, 18 Jul 2024 14:21:53 +0200 Subject: [PATCH] :memo: Add hips2fits example in notebook 2 --- examples/02_Base_Commands.ipynb | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/examples/02_Base_Commands.ipynb b/examples/02_Base_Commands.ipynb index 6c2ae00d..ca8c4533 100644 --- a/examples/02_Base_Commands.ipynb +++ b/examples/02_Base_Commands.ipynb @@ -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": {