ARTS built-in documentation server
Workspace Method cloudbox_fieldCrop
Description
Extracts a part of an existing cloudbox_field.
The cropping is defined by defining new cloudbox limits. Note that
*new_limit0* is an index with respect to p_grid, etc.
The following must be valid:
new_limit0 >= cloudbox_limits[0]
new_limit1 <= cloudbox_limits[1]
new_limit2 >= cloudbox_limits[2]
new_limit3 <= cloudbox_limits[3]
new_limit4 >= cloudbox_limits[4]
new_limit5 <= cloudbox_limits[5]
Indexes for dimensions not used are ignored.
Authors: Patrick Eriksson
Synopsis
Variables
OUT+IN | cloudbox_field | (Tensor7) | The spectral radiance field inside the cloudbx. |
OUT+IN | cloudbox_limits | (ArrayOfIndex) | The limits of the cloud box. |
IN | atmosphere_dim | (Index) | The atmospheric dimensionality (1-3). |
IN | cloudbox_on | (Index) | Flag to activate the cloud box. |
GIN | new_limit0 | (Index, Default: 0) | New value for cloudbox_limits[0]. |
GIN | new_limit1 | (Index, Default: 0) | New value for cloudbox_limits[1]. |
GIN | new_limit2 | (Index, Default: 0) | New value for cloudbox_limits[2]. |
GIN | new_limit3 | (Index, Default: 0) | New value for cloudbox_limits[3]. |
GIN | new_limit4 | (Index, Default: 0) | New value for cloudbox_limits[4]. |
GIN | new_limit5 | (Index, Default: 0) | New value for cloudbox_limits[5]. |