Skip to content

Commit

Permalink
Update batch showcase for random lightcurve
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonbb committed Apr 5, 2024
1 parent ab1dc5c commit c454bba
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/tutorials/batch_showcase.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,23 @@
"lc_res.compute()"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"We can also run your batch function on a single random lightcurve with `single_lc=True`"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"rand_lc = ens.batch(my_mean, \"flux\", single_lc=True)\n",
"rand_lc.compute()"
]
},
{
"attachments": {},
"cell_type": "markdown",
Expand Down

0 comments on commit c454bba

Please sign in to comment.