Details
Description
In versions 2022.2.1, 2022.2.2, and the current bleed build on fireflydev.ipac.caltech.edu, when a TAP query returns a table containing a service descriptor, the normal display of the coverage image for the query does not come up, and the data-product-viewer pane for the service descriptor does not either.
Fully reproducible against the IRSA TAP service's ZTF DR12 object table.
Does not affect 2022.1.0 in IRSA Viewer prod.
This is a critical/showstopper bug for Rubin as we are just starting (today!) to deploy DataLink-based service descriptors for DP0.2 linked queries.
This query on IRSA can be used to reproduce the problem:
SELECT oid,ra,dec,field,ccdid,qid,filtercode,ngoodobs,ngoodobsrel,nobs,nobsrel,refmag,refmagerr |
,astrometricrms,chisq,magrms,maxmag,medianabsdev,medianmag,medmagerr,minmag
|
FROM ztf_objects_dr12 |
WHERE CONTAINS(POINT('ICRS', ra, dec),CIRCLE('ICRS', 2, 0, 0.08333333333333333))=1 |
Tracks with IPAC FIREFLY-1066