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

add passbands, kernels and some function to uvcombine #4

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

yxlinaqua
Copy link

No description provided.

pixel_n = kernel_size/pixscale

#smooth the image using gaussian 2d kernel
gauss_kernel =Gaussian2DKernel(pixel_n)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a general note - in astropy-affiliated packages, we try to hold to PEP8 conventions, which means keeping a space on either side of = signs.

@keflavich
Copy link
Contributor

@yxlinaqua Thanks for adding this. The passband information is really useful, but I'm not sure it belongs here. This may actually be appropriate for an astropy-core-ish project. @astrofrog, any suggestions on where instrument filter function data can be stored? @yxlinaqua, do you have citations / references for each of these you could put into a README?

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

Successfully merging this pull request may close these issues.

None yet

2 participants