We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa42641 commit 48536dfCopy full SHA for 48536df
tutorials/parquet-catalog-demos/euclid-hats-parquet.md
@@ -143,7 +143,7 @@ columns = [
143
"FLUX_H_TEMPLFIT",
144
"POINT_LIKE_FLAG",
145
]
146
-euclid_lsdb = lsdb.read_hats(UPath(f"s3://{s3_bucket}/{s3_key}"), columns=columns)
+euclid_lsdb = lsdb.read_hats(euclid_s3_path, columns=columns)
147
148
# Set up the query for likely stars.
149
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