Spectral Energy Distribution Plot
- GET /api/v0.1/sed/filters
Returns the the filtername/wavelength correspondance.
Return the the filtername/wavelength correspondance.
- Status Codes:
200 OK – dictionary with data key containing filter info
- GET /api/v0.1/sed/{survey}/table/
Return the photometry table for a given target and survey.
Return the photometry table for a given target and survey.
- Parameters:
survey (string) – The survey name (CANDELS, GOODS, DEEPSPACE, 3D-HST).
- Query Parameters:
id ({'null', 'integer'}) – The objID of the object being queried. One and only one of id and name must be specified.
name ({'null', 'string'}) – The IAU Name of the object being queried. ‘+’ must be replaced with ‘%2B’ or query will fail. One and only one of id and name must be specified.
- Status Codes:
200 OK – dictionary of object information
422 Unprocessable Entity – Validation Error
- POST /api/v0.1/sed/{survey}/table/
Return the photometry table for a given target and survey.
Return the photometry table for a given target and survey.
- Parameters:
survey (string) – The survey name (CANDELS, GOODS, DEEPSPACE, 3D-HST).
- Status Codes:
200 OK – dictionary of object information
422 Unprocessable Entity – Validation Error
- GET /api/v0.1/sed/{survey}/plot/
Return the spectral energy distribution (SED) plot of the requested object and field.
Return the spectral energy distribution (SED) plot of the requested object and field.
- Parameters:
survey (string) – The survey name (CANDELS, GOODS, DEEPSPACE or 3D-HST)
- Query Parameters:
id ({'null', 'string'}) – The objID of the object being queried. One and only one of id and name must be specified.
name ({'null', 'string'}) – The IAU Name of the object being queried. ‘+’ must be replaced with ‘%2B’ or query will fail. One and only one of id and name must be specified.
width ({'null', 'integer'}) – Plot width in px, defaults to 800
height ({'null', 'integer'}) – Plot height in px, defaults to 400
x_axis_type ({'null', 'string'}) – linear or log
y_axis_type ({'null', 'string'}) – linear or log
x_units ({'null', 'string'}) – wavelength or frequency
y_units ({'null', 'string'}) – “f_nu”, “f_nu_ab”, “nu_f_nu”, “f_lambda”, or “lambda_f_lambda”
embed (string)
- Status Codes:
200 OK – SED plot of object requested object and field
422 Unprocessable Entity – Validation Error