Skip to content

Commit e16d8b8

Browse files
committed
differences for PR #263
1 parent f00a836 commit e16d8b8

2 files changed

Lines changed: 3 additions & 14 deletions

File tree

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" "2e23387100146ea0560592db981c65b7" "site/built/03-transform.md" "2025-12-09"
99
"episodes/04-motion.md" "45ae38d6fdf58d23845a45c7e003eb10" "site/built/04-motion.md" "2025-12-09"
1010
"episodes/05-select.md" "ddb28c6b618fccdb978b3f10603456c3" "site/built/05-select.md" "2025-12-09"
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-11"
1212
"episodes/07-photo.md" "34fdbecffbc6fda5e8a549b38b28e50b" "site/built/07-photo.md" "2025-12-09"
1313
"episodes/08-plot.md" "6b5f660b64a3426a2bef409d22fe7d82" "site/built/08-plot.md" "2025-12-10"
1414
"instructors/calculating_MIST_isochrone.md" "3201f3ca13dc11bbef74a7d24a433362" "site/built/calculating_MIST_isochrone.md" "2023-05-15"

0 commit comments

Comments
 (0)