Skip to content

Commit a3ef8c3

Browse files
committed
strip output
1 parent 0be215c commit a3ef8c3

41 files changed

Lines changed: 125 additions & 1079 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

DP1/100_How_to_Use_RSP_Tools/103_Image_access_and_display/103_2_Simple_Image_Access_SIA.ipynb

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -516,15 +516,7 @@
516516
{
517517
"cell_type": "markdown",
518518
"id": "9239fea9-0dc7-4586-b1bb-54b2952f4f30",
519-
"metadata": {
520-
"execution": {
521-
"iopub.execute_input": "2025-06-19T02:37:48.201736Z",
522-
"iopub.status.busy": "2025-06-19T02:37:48.201435Z",
523-
"iopub.status.idle": "2025-06-19T02:37:48.208080Z",
524-
"shell.execute_reply": "2025-06-19T02:37:48.207275Z",
525-
"shell.execute_reply.started": "2025-06-19T02:37:48.201716Z"
526-
}
527-
},
519+
"metadata": {},
528520
"source": [
529521
"Option to show the full table of results."
530522
]

DP1/100_How_to_Use_RSP_Tools/103_Image_access_and_display/103_4_Small_Image_Cutout.ipynb

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -318,15 +318,7 @@
318318
{
319319
"cell_type": "markdown",
320320
"id": "5ddf1d6c-7acb-4467-8a32-4659bd45ab5b",
321-
"metadata": {
322-
"execution": {
323-
"iopub.execute_input": "2025-06-11T23:08:20.236367Z",
324-
"iopub.status.busy": "2025-06-11T23:08:20.236138Z",
325-
"iopub.status.idle": "2025-06-11T23:08:20.253874Z",
326-
"shell.execute_reply": "2025-06-11T23:08:20.251267Z",
327-
"shell.execute_reply.started": "2025-06-11T23:08:20.236342Z"
328-
}
329-
},
321+
"metadata": {},
330322
"source": [
331323
"In the table, the `access_url` contains the web URL datalink for the requested deep_coadd. This datalink will be needed to generate the image cutout.\n"
332324
]
@@ -569,9 +561,7 @@
569561
"cell_type": "code",
570562
"execution_count": null,
571563
"id": "4e962caa-df6c-4d6f-bbc1-fbf042243ff4",
572-
"metadata": {
573-
"scrolled": true
574-
},
564+
"metadata": {},
575565
"outputs": [],
576566
"source": [
577567
"display = afwDisplay.Display()\n",

DP1/100_How_to_Use_RSP_Tools/104_Butler_data_access/104_1_Get_started_with_the_butler.ipynb

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -473,15 +473,7 @@
473473
{
474474
"cell_type": "markdown",
475475
"id": "a8f211a7-276b-4c66-95c6-1bd5e70824ba",
476-
"metadata": {
477-
"execution": {
478-
"iopub.execute_input": "2025-04-06T20:50:50.091193Z",
479-
"iopub.status.busy": "2025-04-06T20:50:50.090907Z",
480-
"iopub.status.idle": "2025-04-06T20:50:50.095446Z",
481-
"shell.execute_reply": "2025-04-06T20:50:50.094680Z",
482-
"shell.execute_reply.started": "2025-04-06T20:50:50.091174Z"
483-
}
484-
},
476+
"metadata": {},
485477
"source": [
486478
"Option: define the `dataId` as a dictionary, `dataId`, and pass it to the `butler.get` statement."
487479
]

DP1/100_How_to_Use_RSP_Tools/104_Butler_data_access/104_2_Explore_the_butler_repo.ipynb

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -764,15 +764,7 @@
764764
{
765765
"cell_type": "markdown",
766766
"id": "b1351c05-47b7-4acb-b36d-de6b39b3aa9d",
767-
"metadata": {
768-
"execution": {
769-
"iopub.execute_input": "2025-05-05T22:33:59.034547Z",
770-
"iopub.status.busy": "2025-05-05T22:33:59.034216Z",
771-
"iopub.status.idle": "2025-05-05T22:33:59.075744Z",
772-
"shell.execute_reply": "2025-05-05T22:33:59.075162Z",
773-
"shell.execute_reply.started": "2025-05-05T22:33:59.034526Z"
774-
}
775-
},
767+
"metadata": {},
776768
"source": [
777769
"Show the schema for the `skymap`."
778770
]
@@ -949,15 +941,7 @@
949941
{
950942
"cell_type": "markdown",
951943
"id": "01a0557d-79ce-4ed0-a501-486dd65cccf3",
952-
"metadata": {
953-
"execution": {
954-
"iopub.execute_input": "2025-05-05T23:07:06.883028Z",
955-
"iopub.status.busy": "2025-05-05T23:07:06.882766Z",
956-
"iopub.status.idle": "2025-05-05T23:07:06.886826Z",
957-
"shell.execute_reply": "2025-05-05T23:07:06.886266Z",
958-
"shell.execute_reply.started": "2025-05-05T23:07:06.883009Z"
959-
}
960-
},
944+
"metadata": {},
961945
"source": [
962946
"Print the tract and two patch ids for all that overlap the provided coordinates."
963947
]

DP1/100_How_to_Use_RSP_Tools/104_Butler_data_access/104_3_Image_queries_with_the_butler.ipynb

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -455,15 +455,7 @@
455455
{
456456
"cell_type": "markdown",
457457
"id": "d99f33c9-bfcf-4c54-b60f-6f11622546ce",
458-
"metadata": {
459-
"execution": {
460-
"iopub.execute_input": "2025-05-07T01:40:18.936952Z",
461-
"iopub.status.busy": "2025-05-07T01:40:18.936393Z",
462-
"iopub.status.idle": "2025-05-07T01:40:18.940681Z",
463-
"shell.execute_reply": "2025-05-07T01:40:18.940182Z",
464-
"shell.execute_reply.started": "2025-05-07T01:40:18.936929Z"
465-
}
466-
},
458+
"metadata": {},
467459
"source": [
468460
"Use a `-` in front of the string to reverse sort."
469461
]
@@ -638,15 +630,7 @@
638630
{
639631
"cell_type": "markdown",
640632
"id": "926edbb9-ae3d-43a7-9444-2b300c92123a",
641-
"metadata": {
642-
"execution": {
643-
"iopub.execute_input": "2025-05-07T02:10:52.734498Z",
644-
"iopub.status.busy": "2025-05-07T02:10:52.733703Z",
645-
"iopub.status.idle": "2025-05-07T02:10:52.738453Z",
646-
"shell.execute_reply": "2025-05-07T02:10:52.737879Z",
647-
"shell.execute_reply.started": "2025-05-07T02:10:52.734474Z"
648-
}
649-
},
633+
"metadata": {},
650634
"source": [
651635
"Execute a query for data with dataset type `deep_coadd` that overlap the defined coordinates.\n",
652636
"Since the region is larger, significantly more deep coadd image patches are returned."

DP1/100_How_to_Use_RSP_Tools/104_Butler_data_access/104_4_Catalog_queries_with_the_butler.ipynb

Lines changed: 3 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -460,15 +460,7 @@
460460
{
461461
"cell_type": "markdown",
462462
"id": "0ec1c2d6-e92e-43f6-b2b8-fd2150a7cfb1",
463-
"metadata": {
464-
"execution": {
465-
"iopub.execute_input": "2025-06-18T21:20:22.794900Z",
466-
"iopub.status.busy": "2025-06-18T21:20:22.794586Z",
467-
"iopub.status.idle": "2025-06-18T21:20:22.801119Z",
468-
"shell.execute_reply": "2025-06-18T21:20:22.800311Z",
469-
"shell.execute_reply.started": "2025-06-18T21:20:22.794877Z"
470-
}
471-
},
463+
"metadata": {},
472464
"source": [
473465
"Use a `-` in front of the string to reverse sort."
474466
]
@@ -518,15 +510,7 @@
518510
{
519511
"cell_type": "markdown",
520512
"id": "4ebd57a1-86ae-4e30-b04d-a8e02a7e9c3f",
521-
"metadata": {
522-
"execution": {
523-
"iopub.execute_input": "2025-06-18T21:31:57.905176Z",
524-
"iopub.status.busy": "2025-06-18T21:31:57.904566Z",
525-
"iopub.status.idle": "2025-06-18T21:31:57.910419Z",
526-
"shell.execute_reply": "2025-06-18T21:31:57.909589Z",
527-
"shell.execute_reply.started": "2025-06-18T21:31:57.905150Z"
528-
}
529-
},
513+
"metadata": {},
530514
"source": [
531515
"Use a `-` in front of the limit value to have the query return a warning if\n",
532516
"there were more results that were not returned."
@@ -551,15 +535,7 @@
551535
{
552536
"cell_type": "markdown",
553537
"id": "53bb1e82-db6f-4ad7-b644-c006b3af4540",
554-
"metadata": {
555-
"execution": {
556-
"iopub.execute_input": "2025-06-18T17:37:33.034967Z",
557-
"iopub.status.busy": "2025-06-18T17:37:33.034299Z",
558-
"iopub.status.idle": "2025-06-18T17:37:33.037752Z",
559-
"shell.execute_reply": "2025-06-18T17:37:33.037163Z",
560-
"shell.execute_reply.started": "2025-06-18T17:37:33.034939Z"
561-
}
562-
},
538+
"metadata": {},
563539
"source": [
564540
"## 3. Spatial queries for tables\n",
565541
"\n",

DP1/100_How_to_Use_RSP_Tools/105_Image_reprocessing/105_3_Forced_Photometry.ipynb

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -206,15 +206,7 @@
206206
{
207207
"cell_type": "markdown",
208208
"id": "b93c2c73-cd30-4d00-bd11-eda5ebbfb8cf",
209-
"metadata": {
210-
"execution": {
211-
"iopub.execute_input": "2025-06-07T08:43:43.868244Z",
212-
"iopub.status.busy": "2025-06-07T08:43:43.867711Z",
213-
"iopub.status.idle": "2025-06-07T08:43:43.873433Z",
214-
"shell.execute_reply": "2025-06-07T08:43:43.872831Z",
215-
"shell.execute_reply.started": "2025-06-07T08:43:43.868218Z"
216-
}
217-
},
209+
"metadata": {},
218210
"source": [
219211
"Grab the first 5 matching entries with just their `objectId` and coordinates for testing. These are the only required inputs for the `ForcedMeasurementDriverTask`."
220212
]
@@ -233,15 +225,7 @@
233225
{
234226
"cell_type": "markdown",
235227
"id": "0abd209b-d6b2-4ec5-95d5-7171bb1465fc",
236-
"metadata": {
237-
"execution": {
238-
"iopub.execute_input": "2025-05-21T19:16:20.989310Z",
239-
"iopub.status.busy": "2025-05-21T19:16:20.989024Z",
240-
"iopub.status.idle": "2025-05-21T19:16:21.100611Z",
241-
"shell.execute_reply": "2025-05-21T19:16:21.100107Z",
242-
"shell.execute_reply.started": "2025-05-21T19:16:20.989295Z"
243-
}
244-
},
228+
"metadata": {},
245229
"source": [
246230
"## 3. Run the forced measurement driver"
247231
]

DP1/200_Data_Products/201_Catalogs/201_10_Visit_table.ipynb

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -129,15 +129,7 @@
129129
{
130130
"cell_type": "markdown",
131131
"id": "d3383f6e-8c34-4cb7-aa2f-12e9b7f8efc0",
132-
"metadata": {
133-
"execution": {
134-
"iopub.execute_input": "2025-02-08T21:21:31.996887Z",
135-
"iopub.status.busy": "2025-02-08T21:21:31.996219Z",
136-
"iopub.status.idle": "2025-02-08T21:21:32.003097Z",
137-
"shell.execute_reply": "2025-02-08T21:21:32.001836Z",
138-
"shell.execute_reply.started": "2025-02-08T21:21:31.996858Z"
139-
}
140-
},
132+
"metadata": {},
141133
"source": [
142134
"Create an instance of the Rubin data Butler, and assert that it exists."
143135
]
@@ -665,15 +657,7 @@
665657
{
666658
"cell_type": "markdown",
667659
"id": "603e06a9-107f-4b8b-ab10-1f9c069a5eba",
668-
"metadata": {
669-
"execution": {
670-
"iopub.execute_input": "2025-06-07T22:52:06.139975Z",
671-
"iopub.status.busy": "2025-06-07T22:52:06.139319Z",
672-
"iopub.status.idle": "2025-06-07T22:52:06.144137Z",
673-
"shell.execute_reply": "2025-06-07T22:52:06.143646Z",
674-
"shell.execute_reply.started": "2025-06-07T22:52:06.139949Z"
675-
}
676-
},
660+
"metadata": {},
677661
"source": [
678662
"Show that there is only one dataset reference for the \"LSSTComCam\" `visit_table`."
679663
]

DP1/200_Data_Products/201_Catalogs/201_11_CcdVisit_table.ipynb

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -754,15 +754,7 @@
754754
{
755755
"cell_type": "markdown",
756756
"id": "b3d6c548-ec2e-452a-b2fc-0481d5b56bb8",
757-
"metadata": {
758-
"execution": {
759-
"iopub.execute_input": "2025-06-08T00:46:46.977963Z",
760-
"iopub.status.busy": "2025-06-08T00:46:46.976974Z",
761-
"iopub.status.idle": "2025-06-08T00:46:46.980869Z",
762-
"shell.execute_reply": "2025-06-08T00:46:46.980348Z",
763-
"shell.execute_reply.started": "2025-06-08T00:46:46.977932Z"
764-
}
765-
},
757+
"metadata": {},
766758
"source": [
767759
"Confirm that the `visit_detector_table` has 16071 rows."
768760
]

DP1/200_Data_Products/201_Catalogs/201_1_Object_table.ipynb

Lines changed: 6 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -80,17 +80,9 @@
8080
},
8181
{
8282
"cell_type": "code",
83-
"execution_count": 1,
83+
"execution_count": null,
8484
"id": "cddc1458",
85-
"metadata": {
86-
"execution": {
87-
"iopub.execute_input": "2025-06-24T18:53:33.916643Z",
88-
"iopub.status.busy": "2025-06-24T18:53:33.916054Z",
89-
"iopub.status.idle": "2025-06-24T18:53:35.529623Z",
90-
"shell.execute_reply": "2025-06-24T18:53:35.528933Z",
91-
"shell.execute_reply.started": "2025-06-24T18:53:33.916616Z"
92-
}
93-
},
85+
"metadata": {},
9486
"outputs": [],
9587
"source": [
9688
"import re\n",
@@ -111,15 +103,7 @@
111103
{
112104
"cell_type": "markdown",
113105
"id": "d3383f6e-8c34-4cb7-aa2f-12e9b7f8efc0",
114-
"metadata": {
115-
"execution": {
116-
"iopub.execute_input": "2025-02-08T21:21:31.996887Z",
117-
"iopub.status.busy": "2025-02-08T21:21:31.996219Z",
118-
"iopub.status.idle": "2025-02-08T21:21:32.003097Z",
119-
"shell.execute_reply": "2025-02-08T21:21:32.001836Z",
120-
"shell.execute_reply.started": "2025-02-08T21:21:31.996858Z"
121-
}
122-
},
106+
"metadata": {},
123107
"source": [
124108
"Create an instance of the TAP service, and assert that it exists."
125109
]
@@ -145,17 +129,9 @@
145129
},
146130
{
147131
"cell_type": "code",
148-
"execution_count": 2,
132+
"execution_count": null,
149133
"id": "21bf8b9d-b292-4ac2-a529-ea7c12764d1b",
150-
"metadata": {
151-
"execution": {
152-
"iopub.execute_input": "2025-06-24T18:53:35.530822Z",
153-
"iopub.status.busy": "2025-06-24T18:53:35.530518Z",
154-
"iopub.status.idle": "2025-06-24T18:53:35.975294Z",
155-
"shell.execute_reply": "2025-06-24T18:53:35.974559Z",
156-
"shell.execute_reply.started": "2025-06-24T18:53:35.530796Z"
157-
}
158-
},
134+
"metadata": {},
159135
"outputs": [],
160136
"source": [
161137
"butler = Butler('dp1', collections=\"LSSTComCam/DP1\")\n",
@@ -265,15 +241,7 @@
265241
{
266242
"cell_type": "markdown",
267243
"id": "588db4e1-39a3-443b-874b-1588a8345806",
268-
"metadata": {
269-
"execution": {
270-
"iopub.execute_input": "2025-05-31T23:16:18.135961Z",
271-
"iopub.status.busy": "2025-05-31T23:16:18.135609Z",
272-
"iopub.status.idle": "2025-05-31T23:16:18.141513Z",
273-
"shell.execute_reply": "2025-05-31T23:16:18.140922Z",
274-
"shell.execute_reply.started": "2025-05-31T23:16:18.135935Z"
275-
}
276-
},
244+
"metadata": {},
277245
"source": [
278246
"Option to search column names that contain the string `temp`."
279247
]

0 commit comments

Comments
 (0)