Skip to content

Commit e9cf1a1

Browse files
committed
Merge pull request #50 from jaladh-singhal/euclid-cloud-access
Add a Euclid cloud access notebook 88b1350
1 parent 9cc08b1 commit e9cf1a1

39 files changed

+757
-757
lines changed

.doctrees/environment.pickle

0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

_sources/tutorials/cloud_access/cloud-access-intro.ipynb

Lines changed: 49 additions & 49 deletions
Large diffs are not rendered by default.

_sources/tutorials/cosmodc2/cosmoDC2_TAP_access.ipynb

Lines changed: 40 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "8cf5c1a4",
5+
"id": "c20f8485",
66
"metadata": {},
77
"source": [
88
"# Querying CosmoDC2 Mock v1 catalogs\n",
@@ -15,7 +15,7 @@
1515
{
1616
"cell_type": "code",
1717
"execution_count": 1,
18-
"id": "1ff94858",
18+
"id": "93a652b2",
1919
"metadata": {},
2020
"outputs": [],
2121
"source": [
@@ -26,7 +26,7 @@
2626
{
2727
"cell_type": "code",
2828
"execution_count": 2,
29-
"id": "e85d1b82",
29+
"id": "cf2cd6b5",
3030
"metadata": {},
3131
"outputs": [],
3232
"source": [
@@ -36,7 +36,7 @@
3636
{
3737
"cell_type": "code",
3838
"execution_count": 3,
39-
"id": "e49b56d1",
39+
"id": "cb7c10c4",
4040
"metadata": {},
4141
"outputs": [],
4242
"source": [
@@ -45,7 +45,7 @@
4545
},
4646
{
4747
"cell_type": "markdown",
48-
"id": "045cb2df",
48+
"id": "4330789d",
4949
"metadata": {},
5050
"source": [
5151
"## List the available DC2 tables"
@@ -54,7 +54,7 @@
5454
{
5555
"cell_type": "code",
5656
"execution_count": 4,
57-
"id": "c021c9fb",
57+
"id": "ed34ce93",
5858
"metadata": {},
5959
"outputs": [
6060
{
@@ -66,10 +66,18 @@
6666
"\n",
6767
"cosmodc2mockv1_heavy\n",
6868
" CosmoDC2MockV1 Catalog - stellar mass > 10^7 Msun\n",
69-
"\n",
7069
"cosmodc2mockv1_new\n",
7170
" CosmoDC2MockV1 Catalog - unabridged\n"
7271
]
72+
},
73+
{
74+
"name": "stdout",
75+
"output_type": "stream",
76+
"text": [
77+
"cosmodc2mockv1_new\n",
78+
" CosmoDC2MockV1 Catalog - unabridged\n",
79+
"\n"
80+
]
7381
}
7482
],
7583
"source": [
@@ -82,7 +90,7 @@
8290
},
8391
{
8492
"cell_type": "markdown",
85-
"id": "4a0abd7a",
93+
"id": "1a7702bc",
8694
"metadata": {},
8795
"source": [
8896
"## Choose the DC2 catalog you want to work with.\n",
@@ -101,7 +109,7 @@
101109
{
102110
"cell_type": "code",
103111
"execution_count": 5,
104-
"id": "8d339595",
112+
"id": "caa41241",
105113
"metadata": {},
106114
"outputs": [],
107115
"source": [
@@ -113,7 +121,7 @@
113121
},
114122
{
115123
"cell_type": "markdown",
116-
"id": "71adb49f",
124+
"id": "cc4b228e",
117125
"metadata": {},
118126
"source": [
119127
"## How many rows are in the chosen table?\n",
@@ -124,7 +132,7 @@
124132
{
125133
"cell_type": "code",
126134
"execution_count": 6,
127-
"id": "a8ff7d91",
135+
"id": "cb5f640a",
128136
"metadata": {},
129137
"outputs": [
130138
{
@@ -148,7 +156,7 @@
148156
{
149157
"cell_type": "code",
150158
"execution_count": 7,
151-
"id": "1c86750e",
159+
"id": "5cf600e0",
152160
"metadata": {},
153161
"outputs": [
154162
{
@@ -174,7 +182,7 @@
174182
},
175183
{
176184
"cell_type": "markdown",
177-
"id": "4f350069",
185+
"id": "f598b635",
178186
"metadata": {},
179187
"source": [
180188
"The above query shows that there are 597,488,849 redshifts in this table. \n",
@@ -184,7 +192,7 @@
184192
},
185193
{
186194
"cell_type": "markdown",
187-
"id": "8c9fd79b",
195+
"id": "4ec5b92f",
188196
"metadata": {},
189197
"source": [
190198
"## What is the default maximum number of rows returned by the service?\n",
@@ -195,7 +203,7 @@
195203
{
196204
"cell_type": "code",
197205
"execution_count": 8,
198-
"id": "2965926f",
206+
"id": "27a3b49f",
199207
"metadata": {},
200208
"outputs": [
201209
{
@@ -215,7 +223,7 @@
215223
},
216224
{
217225
"cell_type": "markdown",
218-
"id": "98381e2e",
226+
"id": "1ae3cbf1",
219227
"metadata": {},
220228
"source": [
221229
"This default maximum can be changed, and there is no hard upper limit to what it can be changed to."
@@ -224,7 +232,7 @@
224232
{
225233
"cell_type": "code",
226234
"execution_count": 9,
227-
"id": "8b755f83",
235+
"id": "e9e59d95",
228236
"metadata": {},
229237
"outputs": [
230238
{
@@ -241,7 +249,7 @@
241249
},
242250
{
243251
"cell_type": "markdown",
244-
"id": "b9ea3226",
252+
"id": "a8a0ddad",
245253
"metadata": {},
246254
"source": [
247255
"## List the columns in the chosen table\n",
@@ -252,7 +260,7 @@
252260
{
253261
"cell_type": "code",
254262
"execution_count": 10,
255-
"id": "fd922c75",
263+
"id": "956097fc",
256264
"metadata": {},
257265
"outputs": [
258266
{
@@ -270,7 +278,7 @@
270278
},
271279
{
272280
"cell_type": "markdown",
273-
"id": "0e33a4c3",
281+
"id": "0b2ce895",
274282
"metadata": {},
275283
"source": [
276284
"Let's learn a bit more about them."
@@ -279,7 +287,7 @@
279287
{
280288
"cell_type": "code",
281289
"execution_count": 11,
282-
"id": "8c30137f",
290+
"id": "d32d885a",
283291
"metadata": {},
284292
"outputs": [
285293
{
@@ -597,7 +605,7 @@
597605
},
598606
{
599607
"cell_type": "markdown",
600-
"id": "1aa252bb",
608+
"id": "75c43b6d",
601609
"metadata": {},
602610
"source": [
603611
"## Create a histogram of redshifts\n",
@@ -608,7 +616,7 @@
608616
{
609617
"cell_type": "code",
610618
"execution_count": 12,
611-
"id": "694e2712",
619+
"id": "ebcecb2a",
612620
"metadata": {},
613621
"outputs": [
614622
{
@@ -629,7 +637,7 @@
629637
},
630638
{
631639
"cell_type": "markdown",
632-
"id": "d80bd981",
640+
"id": "bb7f9b7c",
633641
"metadata": {},
634642
"source": [
635643
"Now we can use the previously-defined service to execute the query with the spatial contraint."
@@ -638,7 +646,7 @@
638646
{
639647
"cell_type": "code",
640648
"execution_count": 13,
641-
"id": "34384b04",
649+
"id": "dfbe17f5",
642650
"metadata": {},
643651
"outputs": [],
644652
"source": [
@@ -648,7 +656,7 @@
648656
{
649657
"cell_type": "code",
650658
"execution_count": 14,
651-
"id": "d5eefba0",
659+
"id": "d56fe71b",
652660
"metadata": {},
653661
"outputs": [
654662
{
@@ -689,15 +697,15 @@
689697
},
690698
{
691699
"cell_type": "markdown",
692-
"id": "cf2fd887",
700+
"id": "55f49887",
693701
"metadata": {},
694702
"source": [
695703
"We can easily see form this plot that the simulated galaxies go out to z = 3."
696704
]
697705
},
698706
{
699707
"cell_type": "markdown",
700-
"id": "ac8a0158",
708+
"id": "513b751f",
701709
"metadata": {},
702710
"source": [
703711
"## Visualize galaxy colors at z ~ 0.5\n",
@@ -710,7 +718,7 @@
710718
{
711719
"cell_type": "code",
712720
"execution_count": 15,
713-
"id": "22c253ee",
721+
"id": "03f147de",
714722
"metadata": {},
715723
"outputs": [],
716724
"source": [
@@ -722,7 +730,7 @@
722730
{
723731
"cell_type": "code",
724732
"execution_count": 16,
725-
"id": "0d7bc1e1",
733+
"id": "ecadeabf",
726734
"metadata": {},
727735
"outputs": [
728736
{
@@ -743,7 +751,7 @@
743751
{
744752
"cell_type": "code",
745753
"execution_count": 17,
746-
"id": "d643abcf",
754+
"id": "1197c086",
747755
"metadata": {},
748756
"outputs": [
749757
{
@@ -777,7 +785,7 @@
777785
},
778786
{
779787
"cell_type": "markdown",
780-
"id": "8c30dbec",
788+
"id": "90c2b1a2",
781789
"metadata": {},
782790
"source": [
783791
"***\n",

0 commit comments

Comments
 (0)