Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visualize Filters #106

Open
caganze opened this issue Jul 24, 2017 · 0 comments
Open

Visualize Filters #106

caganze opened this issue Jul 24, 2017 · 0 comments

Comments

@caganze
Copy link
Collaborator

caganze commented Jul 24, 2017

sphot.visualizeFilter(['2MASS J', 'NICMOS F110W'], spectrum=t0)
Does not work
/Users/caganze/Research/splat/splat/photometry.py in visualizeFilter(filt, **kwargs)
537 fwave,ftrans = filt[0],filt[1]
538 else:
--> 539 raise ValueError('Could not parse input {}'.format(filt))
540 else:
541 raise ValueError('Could not parse input {}'.format(filt))

ValueError: Could not parse input ['2MASS J', 'NICMOS F110W']

but
sphot.visualizeFilter('NICMOS F110W', spectrum=t0)
works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant