Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/howto/change_rate.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,12 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": null,
"id": "82a5ad11-c711-4154-98ec-2b8ed9757b2b",
"metadata": {},
"outputs": [],
"source": [
"def evolving_rate(z, r0=2.3e4, alpha=1.70):\n",
"def evolving_rate(z, r0=2.3e4, alpha=1.70, **kwargs):\n",
" \"\"\" redshift dependent rate (target/yr/Gpc3) \n",
" as ``r = r0(1+z)^alpha`` \n",
" \n",
Expand Down
111 changes: 46 additions & 65 deletions docs/quickstart/quickstart_survey_target_dataset.ipynb

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions docs/quickstart/quickstart_target.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
{
"data": {
"text/plain": [
"<skysurvey.template.Template at 0x11033d0a0>"
"<skysurvey.template.Template at 0x1a68354c0>"
]
},
"execution_count": 3,
Expand Down Expand Up @@ -120,7 +120,7 @@
{
"data": {
"text/plain": [
"<sncosmo.models.Model at 0x11033d5e0>"
"<sncosmo.models.Model at 0x1a965bc20>"
]
},
"execution_count": 4,
Expand All @@ -134,17 +134,17 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 6,
"id": "9f0ede72",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"<SALT2Source 'salt2' version='T23' at 0x1077a6070>"
"<SALT2Source 'salt2' version='T23' at 0x1a3135c70>"
]
},
"execution_count": 5,
"execution_count": 6,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -163,17 +163,17 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 7,
"id": "fcbf1987",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"['z', 't0', 'x0', 'x1', 'c', 'mwebv', 'mwr_v']"
"['z', 't0', 'x0', 'x1', 'c']"
]
},
"execution_count": 6,
"execution_count": 7,
"metadata": {},
"output_type": "execute_result"
}
Expand Down Expand Up @@ -1594,7 +1594,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "env312",
"language": "python",
"name": "python3"
},
Expand All @@ -1608,7 +1608,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.10"
"version": "3.12.11"
}
},
"nbformat": 4,
Expand Down
Loading