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 (required) – The survey name (CANDELS, GOODS, DEEPSPACE, 3D-HST).

Query Parameters:
  • id – The objID of the object being queried. One and only one of id and name must be specified.

  • name – 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:
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 (required) – The survey name (CANDELS, GOODS, DEEPSPACE, 3D-HST).

Status Codes:
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 (required) – The survey name (CANDELS, GOODS, DEEPSPACE or 3D-HST)

Query Parameters:
  • id – The objID of the object being queried. One and only one of id and name must be specified.

  • name – 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 – Plot width in px, defaults to 800

  • height – Plot height in px, defaults to 400

  • x_axis_type – linear or log

  • y_axis_type – linear or log

  • x_units – wavelength or frequency

  • y_units – “f_nu”, “f_nu_ab”, “nu_f_nu”, “f_lambda”, or “lambda_f_lambda”

  • embed (string) –

Status Codes: