Skip to content

Commit

Permalink
DOC: fix wfc3ir filter metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
kbarbary committed Apr 28, 2017
1 parent f627f84 commit 25d3295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sncosmo/builtins.py
Expand Up @@ -227,7 +227,7 @@ def tophat_bandpass_um(ctr, width, name=None):
('f153m', 'bandpasses/wfc3-ir/f153m.IR.tab'),
('f160w', 'bandpasses/wfc3-ir/f160w.IR.tab')]:
_BANDPASSES.register_loader(name, load_bandpass_remote_wfc3,
args=(fname,), meta=nicmos_meta)
args=(fname,), meta=wfc3ir_meta)


wfc3uvis_meta = {'filterset': 'wfc3-uvis',
Expand Down

0 comments on commit 25d3295

Please sign in to comment.