From 5adf5fc7c35f62e0fbec495813caa06c90d5e3c8 Mon Sep 17 00:00:00 2001 From: shouryakhanna Date: Fri, 8 Nov 2024 14:08:21 +0100 Subject: [PATCH] Add files via upload --- .../RedClumpGaiaAllWISE/RC_galfit_demo.ipynb | 60 ++++++++++++++++--- 1 file changed, 51 insertions(+), 9 deletions(-) diff --git a/docs/notebooks/RedClumpGaiaAllWISE/RC_galfit_demo.ipynb b/docs/notebooks/RedClumpGaiaAllWISE/RC_galfit_demo.ipynb index 27849ed..5ebbaa6 100644 --- a/docs/notebooks/RedClumpGaiaAllWISE/RC_galfit_demo.ipynb +++ b/docs/notebooks/RedClumpGaiaAllWISE/RC_galfit_demo.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "code", - "execution_count": 11, + "execution_count": 1, "id": "f8cb6d7d-4f6c-48dc-8ecf-188c39d5372e", "metadata": {}, "outputs": [], @@ -14,27 +14,61 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": 10, "id": "48099a7e-673d-45b8-bf16-ecb971626dc7", "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "1234\n" + ] + } + ], "source": [ - "import ebf\n", - "import agama" + "print('1234')\n", + "\n", + "import os, sys\n", + "loc = os.getcwd()\n", + "sys.path.insert(0,loc)\t \n", + "from rcdemo.packages_to_import import *\n", + "import rcdemo.dtools as dtools\n" ] }, { "cell_type": "code", - "execution_count": null, + "execution_count": 12, "id": "706ba15d-1e20-44be-a889-e84953000100", "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "'/Users/shouryapro/Documents/pdoc_work/py_scripts'" + ] + }, + "execution_count": 12, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "loc" + ] + }, + { + "cell_type": "code", + "execution_count": 30, + "id": "1da57cdf-1844-4006-81fd-11b1616b66b1", + "metadata": {}, "outputs": [], "source": [] }, { "cell_type": "code", "execution_count": null, - "id": "1da57cdf-1844-4006-81fd-11b1616b66b1", + "id": "909b6e2a-7b43-4eb6-983b-f13854bc4e02", "metadata": {}, "outputs": [], "source": [] @@ -42,7 +76,15 @@ { "cell_type": "code", "execution_count": null, - "id": "909b6e2a-7b43-4eb6-983b-f13854bc4e02", + "id": "fafb6b94-55b1-4d40-8633-9c744c0666f4", + "metadata": {}, + "outputs": [], + "source": [] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "e4e7235c-2263-45f1-963b-473164e34bef", "metadata": {}, "outputs": [], "source": [] @@ -64,7 +106,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.12" + "version": "3.9.6" } }, "nbformat": 4,