Skip to content

Commit

Permalink
remove reference to incorrect aws region
Browse files Browse the repository at this point in the history
  • Loading branch information
troyraen committed Sep 17, 2024
1 parent 57b44eb commit 51f3b4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions light_curves/code_src/wise_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ def load_lightcurves(locations, radius, bandlist):
wise_df : pd.DataFrame
dataframe of light curve data for all objects in `locations`
"""
# the catalog is stored in an AWS S3 bucket in region us-east-1
# load the catalog's metadata as a pyarrow dataset. this will be used to query the catalog
# load the catalog's metadata as a pyarrow dataset. this will be used to query the catalog.
# the catalog is stored in an AWS S3 bucket
fs = pyarrow.fs.S3FileSystem(region="us-west-2")
bucket = "nasa-irsa-wise"
catalog_root = f"{bucket}/unwise/neo7/catalogs/time_domain/healpix_k{K}/unwise-neo7-time_domain-healpix_k{K}.parquet"
Expand Down

0 comments on commit 51f3b4c

Please sign in to comment.