From 2d0f3448f83ba8ba268cea0c442a7e6631cda689 Mon Sep 17 00:00:00 2001 From: Xen0Xys Date: Tue, 21 May 2024 10:03:30 +0200 Subject: [PATCH] :memo: Update example 2 with new add_hips function --- examples/2_Base_Commands.ipynb | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/examples/2_Base_Commands.ipynb b/examples/2_Base_Commands.ipynb index 855f6e25..62f1a7a0 100644 --- a/examples/2_Base_Commands.ipynb +++ b/examples/2_Base_Commands.ipynb @@ -130,6 +130,18 @@ "aladin.coo_frame" ] }, + { + "metadata": {}, + "cell_type": "markdown", + "source": "You can add a hips survey from an url or an id (id list: https://aladin.cds.unistra.fr/hips/list)" + }, + { + "metadata": {}, + "cell_type": "code", + "outputs": [], + "execution_count": null, + "source": "aladin.add_hips(\"P/2MASS/color\")" + }, { "metadata": {}, "cell_type": "markdown",