Skip to content

Commit e13ca50

Browse files
committed
markdown source builds
Auto-generated via `{sandpaper}` Source : 66ce228 Branch : main Author : ShebMichel <[email protected]> Time : 2025-12-12 00:29:29 +0000 Message : Merge pull request #263 from abostroem/fix_episode6 Small fixes to episode 6
1 parent 6d3f8ce commit e13ca50

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

06-join.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -196,12 +196,6 @@ Here is the metadata for `panstarrs1_best_neighbour`.
196196
ps_best_neighbour_meta = Gaia.load_table('gaiadr2.panstarrs1_best_neighbour')
197197
```
198198

199-
```output
200-
Retrieving table 'gaiadr2.panstarrs1_best_neighbour'
201-
Parsing table 'gaiadr2.panstarrs1_best_neighbour'...
202-
Done.
203-
```
204-
205199
```python
206200
print(ps_best_neighbour_meta)
207201
```
@@ -212,6 +206,7 @@ Description: Pan-STARRS1 BestNeighbour table lists each matched Gaia object with
212206
best neighbour in the external catalogue.
213207
There are 1 327 157 objects in the filtered version of Pan-STARRS1 used
214208
to compute this cross-match that have too early epochMean.
209+
Size (bytes): 98462015488
215210
Num. columns: 7
216211
```
217212

@@ -308,12 +303,6 @@ Now that we know the Pan-STARRS `obj_id`, we are ready to match this to the phot
308303
ps_valid_meta = Gaia.load_table('gaiadr2.panstarrs1_original_valid')
309304
```
310305

311-
```output
312-
Retrieving table 'gaiadr2.panstarrs1_original_valid'
313-
Parsing table 'gaiadr2.panstarrs1_original_valid'...
314-
Done.
315-
```
316-
317306
```python
318307
print(ps_valid_meta)
319308
```
@@ -972,7 +961,7 @@ The HDF5 file should already exist, so we'll add `candidate_df` to it.
972961
```python
973962
filename = 'gd1_data.hdf'
974963

975-
candidate_df.to_hdf(filename, 'candidate_df')
964+
candidate_df.to_hdf(filename, key='candidate_df')
976965
```
977966

978967
We can use `getsize` to confirm that the file exists and check the size:

md5sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"episodes/03-transform.md" "8e592b64c12491cf08ee2eb594c50830" "site/built/03-transform.md" "2025-12-12"
99
"episodes/04-motion.md" "45ae38d6fdf58d23845a45c7e003eb10" "site/built/04-motion.md" "2025-12-09"
1010
"episodes/05-select.md" "65a0014a842bc8d8999109187c8e7be4" "site/built/05-select.md" "2025-12-12"
11-
"episodes/06-join.md" "727db2dc018477415c5278714483a0f3" "site/built/06-join.md" "2025-12-09"
11+
"episodes/06-join.md" "bf961f98c1c7cdd40b174fb1f5007b32" "site/built/06-join.md" "2025-12-12"
1212
"episodes/07-photo.md" "04517b3fd1615088f7911393c7ce0fde" "site/built/07-photo.md" "2025-12-12"
1313
"episodes/08-plot.md" "66a98a56805813963923aea5a90fe684" "site/built/08-plot.md" "2025-12-12"
1414
"instructors/calculating_MIST_isochrone.md" "3201f3ca13dc11bbef74a7d24a433362" "site/built/calculating_MIST_isochrone.md" "2023-05-15"

0 commit comments

Comments
 (0)