From 9ee3fcf6635f10bc0ce5a6c8e5e7baa753409ac1 Mon Sep 17 00:00:00 2001 From: Sean-Morrison Date: Wed, 16 Oct 2024 12:44:25 -0500 Subject: [PATCH] Update targeting.py --- python/sdss_semaphore/targeting.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/sdss_semaphore/targeting.py b/python/sdss_semaphore/targeting.py index 6636446..f97b098 100644 --- a/python/sdss_semaphore/targeting.py +++ b/python/sdss_semaphore/targeting.py @@ -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. \ No newline at end of file + # TODO: Update this file once we have finalised the format and content.