From 824ba253d9d3711363e8f712a752aca0c0a550d0 Mon Sep 17 00:00:00 2001 From: Xen0Xys Date: Fri, 26 Jul 2024 09:09:50 +0200 Subject: [PATCH] :memo: Move hips2fits example from notebook 2 to notebook 11 --- examples/02_Base_Commands.ipynb | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/examples/02_Base_Commands.ipynb b/examples/02_Base_Commands.ipynb index ca8c4533..6c2ae00d 100644 --- a/examples/02_Base_Commands.ipynb +++ b/examples/02_Base_Commands.ipynb @@ -204,18 +204,6 @@ "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": {