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

Using reproject_exact in wcs_project #665

Open
ghost opened this issue Mar 27, 2019 · 1 comment
Open

Using reproject_exact in wcs_project #665

ghost opened this issue Mar 27, 2019 · 1 comment
Milestone

Comments

@ghost
Copy link

ghost commented Mar 27, 2019

The wcs_project function in ccdproc (v2.0) currently only supports reproject_interp for reprojection.

From a quick look at the sources it would seem that to use reproject_exact all I need to do is change the two calls to reproject_interp to reproject_exact, passing the same parameters.

Am I missing something or would this work?

If so I'm surprised that wcs_project doesn't support an argument to determine which of the reproject reprojection functions should be used. Could that be added (as an optional argument, defaulting to reproject_interp for backwards compatibility)?

@mwcraig
Copy link
Member

mwcraig commented Apr 18, 2019

Good suggestion, thanks @nakbrooks

@mwcraig mwcraig added this to the 2.0 milestone Apr 18, 2019
@crawfordsm crawfordsm modified the milestones: 2.0, 2.1 Jul 25, 2019
@mwcraig mwcraig modified the milestones: 2.1.0, 2.1.1 Dec 24, 2019
@mwcraig mwcraig modified the milestones: 2.1.1, 2.2.0 Mar 15, 2021
@mwcraig mwcraig modified the milestones: 2.2.0, 2.2.1 May 25, 2021
@mwcraig mwcraig modified the milestones: 2.2.1, 2.3 Nov 21, 2021
@mwcraig mwcraig modified the milestones: 2.3, 3.0 Jan 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants