Skip to content

Commit

Permalink
Update targeting.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean-Morrison committed Oct 16, 2024
1 parent 8c994c2 commit 9ee3fcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/sdss_semaphore/targeting.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ class TargetingFlags(BaseTargetingFlags):
"""Communicating with SDSS-V targeting flags."""

dtype, n_bits = (np.uint8, 8)
MAPPING_BASENAME = "sdss5_target_1_with_groups.csv"
MAPPING_BASENAME = "sdss5_target_2_with_groups.csv"

# TODO: Metadata about mapping version should be stored in the MAPPING_BASENAME file
# and be assigned as a cached class property once the file is loaded.

# TODO: Update this file once we have finalised the format and content.
# TODO: Update this file once we have finalised the format and content.

0 comments on commit 9ee3fcf

Please sign in to comment.