Skip to content

Commit 9cc08b1

Browse files
committed
Merge pull request #53 from bsipocz/CI_ignore_more_euclid
CI: fix skip label CI skip and ignore all euclid testing for now 5e54558
1 parent d74f44d commit 9cc08b1

39 files changed

+746
-773
lines changed

.doctrees/environment.pickle

54 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-890 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.

_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: 32 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "0d3abc7a",
5+
"id": "8cf5c1a4",
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": "42e0d2ad",
18+
"id": "1ff94858",
1919
"metadata": {},
2020
"outputs": [],
2121
"source": [
@@ -26,7 +26,7 @@
2626
{
2727
"cell_type": "code",
2828
"execution_count": 2,
29-
"id": "835fc176",
29+
"id": "e85d1b82",
3030
"metadata": {},
3131
"outputs": [],
3232
"source": [
@@ -36,7 +36,7 @@
3636
{
3737
"cell_type": "code",
3838
"execution_count": 3,
39-
"id": "0d3efa36",
39+
"id": "e49b56d1",
4040
"metadata": {},
4141
"outputs": [],
4242
"source": [
@@ -45,7 +45,7 @@
4545
},
4646
{
4747
"cell_type": "markdown",
48-
"id": "b3a39ed1",
48+
"id": "045cb2df",
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": "28ae1536",
57+
"id": "c021c9fb",
5858
"metadata": {},
5959
"outputs": [
6060
{
@@ -66,18 +66,10 @@
6666
"\n",
6767
"cosmodc2mockv1_heavy\n",
6868
" CosmoDC2MockV1 Catalog - stellar mass > 10^7 Msun\n",
69+
"\n",
6970
"cosmodc2mockv1_new\n",
7071
" CosmoDC2MockV1 Catalog - unabridged\n"
7172
]
72-
},
73-
{
74-
"name": "stdout",
75-
"output_type": "stream",
76-
"text": [
77-
"cosmodc2mockv1_new\n",
78-
" CosmoDC2MockV1 Catalog - unabridged\n",
79-
"\n"
80-
]
8173
}
8274
],
8375
"source": [
@@ -90,7 +82,7 @@
9082
},
9183
{
9284
"cell_type": "markdown",
93-
"id": "c4eaa809",
85+
"id": "4a0abd7a",
9486
"metadata": {},
9587
"source": [
9688
"## Choose the DC2 catalog you want to work with.\n",
@@ -109,7 +101,7 @@
109101
{
110102
"cell_type": "code",
111103
"execution_count": 5,
112-
"id": "3c806be2",
104+
"id": "8d339595",
113105
"metadata": {},
114106
"outputs": [],
115107
"source": [
@@ -121,7 +113,7 @@
121113
},
122114
{
123115
"cell_type": "markdown",
124-
"id": "19c1f1e5",
116+
"id": "71adb49f",
125117
"metadata": {},
126118
"source": [
127119
"## How many rows are in the chosen table?\n",
@@ -132,7 +124,7 @@
132124
{
133125
"cell_type": "code",
134126
"execution_count": 6,
135-
"id": "ffc61581",
127+
"id": "a8ff7d91",
136128
"metadata": {},
137129
"outputs": [
138130
{
@@ -156,7 +148,7 @@
156148
{
157149
"cell_type": "code",
158150
"execution_count": 7,
159-
"id": "fd231904",
151+
"id": "1c86750e",
160152
"metadata": {},
161153
"outputs": [
162154
{
@@ -182,7 +174,7 @@
182174
},
183175
{
184176
"cell_type": "markdown",
185-
"id": "c2b8cf27",
177+
"id": "4f350069",
186178
"metadata": {},
187179
"source": [
188180
"The above query shows that there are 597,488,849 redshifts in this table. \n",
@@ -192,7 +184,7 @@
192184
},
193185
{
194186
"cell_type": "markdown",
195-
"id": "cfd4a90f",
187+
"id": "8c9fd79b",
196188
"metadata": {},
197189
"source": [
198190
"## What is the default maximum number of rows returned by the service?\n",
@@ -203,7 +195,7 @@
203195
{
204196
"cell_type": "code",
205197
"execution_count": 8,
206-
"id": "41f6c1d4",
198+
"id": "2965926f",
207199
"metadata": {},
208200
"outputs": [
209201
{
@@ -223,7 +215,7 @@
223215
},
224216
{
225217
"cell_type": "markdown",
226-
"id": "c8247e5a",
218+
"id": "98381e2e",
227219
"metadata": {},
228220
"source": [
229221
"This default maximum can be changed, and there is no hard upper limit to what it can be changed to."
@@ -232,7 +224,7 @@
232224
{
233225
"cell_type": "code",
234226
"execution_count": 9,
235-
"id": "3ac397c4",
227+
"id": "8b755f83",
236228
"metadata": {},
237229
"outputs": [
238230
{
@@ -249,7 +241,7 @@
249241
},
250242
{
251243
"cell_type": "markdown",
252-
"id": "c8b629be",
244+
"id": "b9ea3226",
253245
"metadata": {},
254246
"source": [
255247
"## List the columns in the chosen table\n",
@@ -260,7 +252,7 @@
260252
{
261253
"cell_type": "code",
262254
"execution_count": 10,
263-
"id": "106e5893",
255+
"id": "fd922c75",
264256
"metadata": {},
265257
"outputs": [
266258
{
@@ -278,7 +270,7 @@
278270
},
279271
{
280272
"cell_type": "markdown",
281-
"id": "ba48f64f",
273+
"id": "0e33a4c3",
282274
"metadata": {},
283275
"source": [
284276
"Let's learn a bit more about them."
@@ -287,7 +279,7 @@
287279
{
288280
"cell_type": "code",
289281
"execution_count": 11,
290-
"id": "60d1a54f",
282+
"id": "8c30137f",
291283
"metadata": {},
292284
"outputs": [
293285
{
@@ -605,7 +597,7 @@
605597
},
606598
{
607599
"cell_type": "markdown",
608-
"id": "07ea6bd5",
600+
"id": "1aa252bb",
609601
"metadata": {},
610602
"source": [
611603
"## Create a histogram of redshifts\n",
@@ -616,7 +608,7 @@
616608
{
617609
"cell_type": "code",
618610
"execution_count": 12,
619-
"id": "daaaa544",
611+
"id": "694e2712",
620612
"metadata": {},
621613
"outputs": [
622614
{
@@ -637,7 +629,7 @@
637629
},
638630
{
639631
"cell_type": "markdown",
640-
"id": "d59af8eb",
632+
"id": "d80bd981",
641633
"metadata": {},
642634
"source": [
643635
"Now we can use the previously-defined service to execute the query with the spatial contraint."
@@ -646,7 +638,7 @@
646638
{
647639
"cell_type": "code",
648640
"execution_count": 13,
649-
"id": "09fe3855",
641+
"id": "34384b04",
650642
"metadata": {},
651643
"outputs": [],
652644
"source": [
@@ -656,7 +648,7 @@
656648
{
657649
"cell_type": "code",
658650
"execution_count": 14,
659-
"id": "ad1dc355",
651+
"id": "d5eefba0",
660652
"metadata": {},
661653
"outputs": [
662654
{
@@ -697,15 +689,15 @@
697689
},
698690
{
699691
"cell_type": "markdown",
700-
"id": "511bffc9",
692+
"id": "cf2fd887",
701693
"metadata": {},
702694
"source": [
703695
"We can easily see form this plot that the simulated galaxies go out to z = 3."
704696
]
705697
},
706698
{
707699
"cell_type": "markdown",
708-
"id": "d3deb177",
700+
"id": "ac8a0158",
709701
"metadata": {},
710702
"source": [
711703
"## Visualize galaxy colors at z ~ 0.5\n",
@@ -718,7 +710,7 @@
718710
{
719711
"cell_type": "code",
720712
"execution_count": 15,
721-
"id": "a9055c8e",
713+
"id": "22c253ee",
722714
"metadata": {},
723715
"outputs": [],
724716
"source": [
@@ -730,7 +722,7 @@
730722
{
731723
"cell_type": "code",
732724
"execution_count": 16,
733-
"id": "33225193",
725+
"id": "0d7bc1e1",
734726
"metadata": {},
735727
"outputs": [
736728
{
@@ -751,7 +743,7 @@
751743
{
752744
"cell_type": "code",
753745
"execution_count": 17,
754-
"id": "a7df2c75",
746+
"id": "d643abcf",
755747
"metadata": {},
756748
"outputs": [
757749
{
@@ -785,7 +777,7 @@
785777
},
786778
{
787779
"cell_type": "markdown",
788-
"id": "5d166d4b",
780+
"id": "8c30dbec",
789781
"metadata": {},
790782
"source": [
791783
"***\n",

0 commit comments

Comments
 (0)