Skip to content

Commit

Permalink
Silenced OM10 messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkalmbach committed Mar 29, 2018
1 parent 0acacd4 commit 3299589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/desc/twinkles/sprinkler.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def __init__(self, catsim_cat, visit_mjd, specFileMap, sed_path,
om10_cat = os.path.join(twinklesDir, 'data', om10_cat)
self.catalog = catsim_cat
# ****** THIS ASSUMES THAT THE ENVIRONMENT VARIABLE OM10_DIR IS SET *******
lensdb = om10.DB(catalog=om10_cat)
lensdb = om10.DB(catalog=om10_cat, vb=False)
self.lenscat = lensdb.lenses.copy()
self.density_param = density_param
self.bandpassDict = BandpassDict.loadTotalBandpassesFromFiles(bandpassNames=['i'])
Expand Down

0 comments on commit 3299589

Please sign in to comment.