Skip to content

Commit

Permalink
Warning points to rubin_sim not lsst.sims
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeyers314 committed Feb 2, 2024
1 parent ce585b1 commit ecc5fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imsim/bandpass.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def RubinBandpass(
file_name = tp_path / "baseline" / f"total_{band}.dat"
if not file_name.is_file():
logger = galsim.config.LoggerWrapper(logger)
logger.warning("Warning: Using the old bandpass files from GalSim, not lsst.sims")
logger.warning("Warning: Using the old bandpass files from GalSim, not rubin_sim")
file_name = f"LSST_{band}.dat"
bp = galsim.Bandpass(str(file_name), wave_type='nm')
else:
Expand Down

0 comments on commit ecc5fc4

Please sign in to comment.