This PR adds endpoints that are specifically for the spectrum-checking branch. The endpoints are
GET /hubbles_law/unchecked-galaxies: This endpoint gets galaxies that haven't been checked in that branch yet
POST /hubbles_law/set-spectrum-states: This endpoint sets the galaxy spectrum status directly - that is, it sets spec_is_bad rather than spec_marked_bad (it also sets spec_is_good, but that doesn't have a marking equivalent)
This PR adds endpoints that are specifically for the spectrum-checking branch. The endpoints are
GET /hubbles_law/unchecked-galaxies
: This endpoint gets galaxies that haven't been checked in that branch yetPOST /hubbles_law/set-spectrum-states
: This endpoint sets the galaxy spectrum status directly - that is, it setsspec_is_bad
rather thanspec_marked_bad
(it also setsspec_is_good
, but that doesn't have a marking equivalent)