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

wcs stage does not reset database parameters #131

Open
abostroem opened this issue Feb 23, 2024 · 0 comments
Open

wcs stage does not reset database parameters #131

abostroem opened this issue Feb 23, 2024 · 0 comments

Comments

@abostroem
Copy link
Collaborator

Only the WCS column is updated properly because the filename has an extra .fits on the end.

UPDATE photlco SET WCS=0 WHERE filename='tfn0m419-sq32-20240206-0184-e91.fits'
UPDATE photlco SET psf='X' WHERE filename='tfn0m419-sq32-20240206-0184-e91.fits.fits'
UPDATE photlco SET psfmag=9999 WHERE filename='tfn0m419-sq32-20240206-0184-e91.fits.fits'
UPDATE photlco SET apmag=9999 WHERE filename='tfn0m419-sq32-20240206-0184-e91.fits.fits'
UPDATE photlco SET mag=9999 WHERE filename='tfn0m419-sq32-20240206-0184-e91.fits.fits'
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