Skip to content

Commit 48536df

Browse files
committed
Apply @afaisst feedback. Use euclid_s3_path.
1 parent fa42641 commit 48536df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/parquet-catalog-demos/euclid-hats-parquet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ columns = [
143143
"FLUX_H_TEMPLFIT",
144144
"POINT_LIKE_FLAG",
145145
]
146-
euclid_lsdb = lsdb.read_hats(UPath(f"s3://{s3_bucket}/{s3_key}"), columns=columns)
146+
euclid_lsdb = lsdb.read_hats(euclid_s3_path, columns=columns)
147147
148148
# Set up the query for likely stars.
149149
star_cuts = "FLUX_VIS_PSF > 0 & FLUX_Y_TEMPLFIT > 0 & FLUX_J_TEMPLFIT > 0 & FLUX_H_TEMPLFIT > 0 & POINT_LIKE_FLAG == 1"

0 commit comments

Comments
 (0)