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 Oct 1, 2024
1 parent ea30975 commit 51b6f7d
Showing 1 changed file with 72 additions and 0 deletions.
72 changes: 72 additions & 0 deletions docs/notebooks/RedClumpGaiaAllWISE/RC_galfit_demo.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 11,
"id": "f8cb6d7d-4f6c-48dc-8ecf-188c39d5372e",
"metadata": {},
"outputs": [],
"source": [
"# This notebook demonstrates a use case \n",
"# of modelling the Galactic disc density using Red Clump giants\n",
"# while accounting for the Selection function"
]
},
{
"cell_type": "code",
"execution_count": 3,
"id": "48099a7e-673d-45b8-bf16-ecb971626dc7",
"metadata": {},
"outputs": [],
"source": [
"import ebf\n",
"import agama"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "706ba15d-1e20-44be-a889-e84953000100",
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"id": "1da57cdf-1844-4006-81fd-11b1616b66b1",
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"id": "909b6e2a-7b43-4eb6-983b-f13854bc4e02",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.12"
}
},
"nbformat": 4,
"nbformat_minor": 5
}

0 comments on commit 51b6f7d

Please sign in to comment.