Skip to content

Commit

Permalink
notebook update
Browse files Browse the repository at this point in the history
  • Loading branch information
yoachim committed Aug 15, 2023
1 parent d850eb2 commit b2ae940
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions code/standard/standard_stat.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@
{
"data": {
"text/plain": [
"<matplotlib.collections.PathCollection at 0x295403490>"
"<matplotlib.collections.PathCollection at 0x28260b050>"
]
},
"execution_count": 24,
Expand Down Expand Up @@ -802,7 +802,7 @@
},
{
"cell_type": "code",
"execution_count": 33,
"execution_count": 25,
"id": "b2e19612-2fd3-4455-b9fb-be4cbbc5362a",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -847,9 +847,27 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 32,
"id": "4a0b85ba-7ab9-474a-9ed3-68ff7b18ae3a",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"sun alt limit for visits to be streaked= -29.427793423914736\n"
]
}
],
"source": [
"print('sun alt limit for visits to be streaked=',visits['sunAlt'].values[np.where(n_streaks > 0)[0]].min())"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "98bb0a53-72dd-4a45-b0f7-8d9ace39a7df",
"metadata": {},
"outputs": [],
"source": []
}
Expand Down
Binary file modified plots/mean_streak_hist.pdf
Binary file not shown.
Binary file modified plots/n_streak_hist.pdf
Binary file not shown.

0 comments on commit b2ae940

Please sign in to comment.