Skip to content

Commit b2ae940

Browse files
committed
notebook update
1 parent d850eb2 commit b2ae940

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

code/standard/standard_stat.ipynb

+21-3
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@
745745
{
746746
"data": {
747747
"text/plain": [
748-
"<matplotlib.collections.PathCollection at 0x295403490>"
748+
"<matplotlib.collections.PathCollection at 0x28260b050>"
749749
]
750750
},
751751
"execution_count": 24,
@@ -802,7 +802,7 @@
802802
},
803803
{
804804
"cell_type": "code",
805-
"execution_count": 33,
805+
"execution_count": 25,
806806
"id": "b2e19612-2fd3-4455-b9fb-be4cbbc5362a",
807807
"metadata": {},
808808
"outputs": [
@@ -847,9 +847,27 @@
847847
},
848848
{
849849
"cell_type": "code",
850-
"execution_count": null,
850+
"execution_count": 32,
851851
"id": "4a0b85ba-7ab9-474a-9ed3-68ff7b18ae3a",
852852
"metadata": {},
853+
"outputs": [
854+
{
855+
"name": "stdout",
856+
"output_type": "stream",
857+
"text": [
858+
"sun alt limit for visits to be streaked= -29.427793423914736\n"
859+
]
860+
}
861+
],
862+
"source": [
863+
"print('sun alt limit for visits to be streaked=',visits['sunAlt'].values[np.where(n_streaks > 0)[0]].min())"
864+
]
865+
},
866+
{
867+
"cell_type": "code",
868+
"execution_count": null,
869+
"id": "98bb0a53-72dd-4a45-b0f7-8d9ace39a7df",
870+
"metadata": {},
853871
"outputs": [],
854872
"source": []
855873
}

plots/mean_streak_hist.pdf

0 Bytes
Binary file not shown.

plots/n_streak_hist.pdf

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)