Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
shouryakhanna authored Nov 8, 2024
1 parent 53f5a7f commit 5adf5fc
Showing 1 changed file with 51 additions and 9 deletions.
60 changes: 51 additions & 9 deletions docs/notebooks/RedClumpGaiaAllWISE/RC_galfit_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 11,
"execution_count": 1,
"id": "f8cb6d7d-4f6c-48dc-8ecf-188c39d5372e",
"metadata": {},
"outputs": [],
Expand All @@ -14,35 +14,77 @@
},
{
"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": []
},
{
"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": []
Expand All @@ -64,7 +106,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.12"
"version": "3.9.6"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 5adf5fc

Please sign in to comment.