Skip to content

Commit

Permalink
sdss u added as a default
Browse files Browse the repository at this point in the history
  • Loading branch information
psferguson committed Aug 13, 2024
1 parent e2853ea commit 811bf2d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion python/lsst/the/monster/assemble.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class AssembleMonsterRefcat:
def __init__(self,
gaia_reference_class=GaiaDR3Info,
catalog_info_class_list=[VSTInfo, SkyMapperInfo,
PS1Info, GaiaXPInfo, GaiaXPuInfo, DESInfo],
PS1Info, GaiaXPInfo, GaiaXPuInfo, SDSSuInfo, DESInfo],
target_catalog_info_class_list=[SynthLSSTInfo, LATISSInfo, DESInfo, SDSSuInfo],
monster_path_inp=None,
do_u_band_slr=True,
Expand Down Expand Up @@ -319,6 +319,9 @@ def run(self,
gaia_stars_all[flux_col.replace('flux', 'source_flag')][flag] = FLAG_DICT["SLR"]

# next perform non SLR u band transformations to target systems
# by defualt this should adding SDSSu (priority 1) and
# GaiaXPu (priority 2) measurements to the monster with a
# higher priority than the SLR measurements (priority 3).
if len(target_systems_u_transform) > 0:
for cat_info in self.catalog_info_class_list:
# get set of bands for each catalog
Expand Down

0 comments on commit 811bf2d

Please sign in to comment.