ARTS built-in documentation server
Workspace Method f_gridFromAbsorptionLines
Description
Sets f_grid to a grid relative to abs_lines_per_species Each line will have abs_lines_per_species will have a grid of *num_freqs* grid points in [f0+*delta_f_low*, f0+*delta_f_upp*], where f0 is the line center. Before leaving the function, f_grid is sorted. Note that this method could generate significantly large f_grid if used carelessly
Authors: Richard Larsson
Synopsis
f_gridFromAbsorptionLines( | f_grid, abs_lines_per_species, delta_f_low, delta_f_upp, num_freqs ) |
Variables
OUT | f_grid | (Vector) | The frequency grid for monochromatic pencil beam calculations. |
IN | abs_lines_per_species | (ArrayOfArrayOfAbsorptionLines) | A list of spectral line data for each tag. |
GIN | delta_f_low | (Numeric, Default: -5e6) | Lower range of delta f |
GIN | delta_f_upp | (Numeric, Default: 5e6) | Upper range of delta f |
GIN | num_freqs | (Index) | Number of frequencies |