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
The cutout FITS images are loaded with an API endpoint that accepts a measurement name, but the measurement name is not a unique attribute. Some measurements have duplicate names which cause the cutout code to throw an error as it only expects one result.
* change cutout endpoint to use measurement ID
Replaces using the non-unique measurement name. Fixes#587.
[skip ci] as no test covers the cutouts.
* updated changelog
[skip ci]
The cutout FITS images are loaded with an API endpoint that accepts a measurement name, but the measurement name is not a unique attribute. Some measurements have duplicate names which cause the cutout code to throw an error as it only expects one result.
vast-pipeline/vast_pipeline/views.py
Lines 1776 to 1781 in 0c034a9
The text was updated successfully, but these errors were encountered: