spectral_rad_space_agenda

Workspace.spectral_rad_space_agenda: Agenda

Gets spectral radiance as seen of space.

This agenda calculates the spectral radiance as seen of space. One common use-case is to provide a background spectral radiance.

The input path point should be as if it is looking at space.

Execution and customization

See spectral_rad_space_agendaSet() for builtin options that selects execution options.

You can execute spectral_rad_space_agenda directly from the workspace by calling spectral_rad_space_agendaExecute().

As all agendas in ARTS, it is also customizable via its operator helper class: spectral_rad_space_agendaOperator. See it, spectral_rad_space_agendaSetOperator(), and spectral_rad_space_agendaExecuteOperator() for more details.

Also see the arts_agenda property for how to fully define an agenda in python.

Constraints

  1. On output, spectral_rad has the size of freq_grid.

  2. On output, spectral_rad_jac has the shape of the expected model_state_vec (i.e., the x-size of jac_targets) times the size of freq_grid.

Agenda output

Agenda input

Default value

  1. spectral_radUniformCosmicBackground()

  2. spectral_rad_jacEmpty()

  3. Ignore(), using: input = ray_point

Input to workspace methods

Output from workspace methods

Related workspace variables