ARTS built-in documentation server

Workspace Method f_gridFromSensorHIRS

Description

Automatically calculate f_grid to match the sensor.

This method is handy if you are simulating a HIRS-type instrument,
consisting of a few discrete channels.

It calculates f_grid to match the instrument, as given by the nominal
band frequencies f_backend and the spectral channel response
functions given by backend_channel_response.

You have to specify the desired spacing in the keyword *spacing*, which
has a default value of 5e8 Hz.

The produced grid will not have exactly the requested spacing, but
will not be coarser than requested. The algorithm starts with the band
edges, then adds additional points until the spacing is at least as
fine as requested.

There is a similar method for AMSU-type instruments, see
f_gridFromSensorAMSU.

Authors: Stefan Buehler

Synopsis

f_gridFromSensorHIRS( f_grid, f_backend, backend_channel_response, spacing )

Variables

OUTf_grid(Vector)The frequency grid for monochromatic pencil beam calculations.
INf_backend(Vector)The frequency position of each backend (spectrometer) channel.
INbackend_channel_response(ArrayOfGriddedField1)The response of each backend channel.
GINspacing(Numeric, Default: 5e8)Desired grid spacing in Hz.