You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
WFCAM has the concept of deprecated images that shouldn't be used. Problem is there is no way to query (afaik) whether an image is deprecated or not using astroquery or their online form. The query returns deprecated and undeprecated images. The web-form displays the deprecated status so you can choose which to download, but unfortunately the astroquery does not return this info. I was relying on cuts on zeropoints and seeing to exclude the deprecated images from stacking, but obviously this does not take care of all cases.
Through magical means, I have acquired the deprecated status of all WFCAM images, and ingested only the undeprecated image files on the winter machine, so we don't have to worry about bad images creeping in for winter ops. We should add a xmatch to this file to remove deprecated images from online queries as well.
The text was updated successfully, but these errors were encountered:
Describe the bug
WFCAM has the concept of deprecated images that shouldn't be used. Problem is there is no way to query (afaik) whether an image is deprecated or not using astroquery or their online form. The query returns deprecated and undeprecated images. The web-form displays the deprecated status so you can choose which to download, but unfortunately the astroquery does not return this info. I was relying on cuts on zeropoints and seeing to exclude the deprecated images from stacking, but obviously this does not take care of all cases.
Through magical means, I have acquired the deprecated status of all WFCAM images, and ingested only the undeprecated image files on the winter machine, so we don't have to worry about bad images creeping in for winter ops. We should add a xmatch to this file to remove deprecated images from online queries as well.
The text was updated successfully, but these errors were encountered: