Profile2Path
- Workspace.Profile2Path(self, spectral_propmat_path: pyarts3.arts.ArrayOfPropmatVector | None = None, spectral_nlte_srcvec_path: pyarts3.arts.ArrayOfStokvecVector | None = None, spectral_propmat_jac_path: pyarts3.arts.ArrayOfPropmatMatrix | None = None, spectral_nlte_srcvec_jac_path: pyarts3.arts.ArrayOfStokvecMatrix | None = None, atm_path: pyarts3.arts.ArrayOfAtmPoint | None = None, freq_grid_path: pyarts3.arts.ArrayOfAscendingGrid | None = None, freq_wind_shift_jac_path: pyarts3.arts.ArrayOfVector3 | None = None, freq_grid: pyarts3.arts.AscendingGrid | None = None, alt_grid: pyarts3.arts.AscendingGrid | None = None, ray_path: pyarts3.arts.ArrayOfPropagationPathPoint | None = None, atm_profile: pyarts3.arts.ArrayOfAtmPoint | None = None, spectral_propmat_profile: pyarts3.arts.ArrayOfPropmatVector | None = None, spectral_propmat_jac_profile: pyarts3.arts.ArrayOfPropmatMatrix | None = None, spectral_nlte_srcvec_profile: pyarts3.arts.ArrayOfStokvecVector | None = None, spectral_nlte_srcvec_jac_profile: pyarts3.arts.ArrayOfStokvecMatrix | None = None) None
Turns profile data into path data.
Only valid when local spectral properties are identical in all directions. Neither polarization nor wind calculations are possible with this method.
Author: Richard Larsson
- Parameters:
spectral_propmat_path (ArrayOfPropmatVector, optional) – Propagation matrices along the propagation path. See
spectral_propmat_path, defaults toself.spectral_propmat_path[OUT]spectral_nlte_srcvec_path (ArrayOfStokvecVector, optional) – Additional non-LTE along the propagation path. See
spectral_nlte_srcvec_path, defaults toself.spectral_nlte_srcvec_path[OUT]spectral_propmat_jac_path (ArrayOfPropmatMatrix, optional) – Propagation derivative matrices along the propagation path. See
spectral_propmat_jac_path, defaults toself.spectral_propmat_jac_path[OUT]spectral_nlte_srcvec_jac_path (ArrayOfStokvecMatrix, optional) – Additional non-LTE derivative along the propagation path. See
spectral_nlte_srcvec_jac_path, defaults toself.spectral_nlte_srcvec_jac_path[OUT]atm_path (ArrayOfAtmPoint, optional) – Atmospheric points along the propagation path. See
atm_path, defaults toself.atm_path[OUT]freq_grid_path (ArrayOfAscendingGrid, optional) – All
freq_gridalong the propagation path. Seefreq_grid_path, defaults toself.freq_grid_path[OUT]freq_wind_shift_jac_path (ArrayOfVector3, optional) – A list of
freq_wind_shift_jacfor a ray path. Seefreq_wind_shift_jac_path, defaults toself.freq_wind_shift_jac_path[OUT]freq_grid (AscendingGrid, optional) – A frequency grid. Unit: Hz. See
freq_grid, defaults toself.freq_grid[IN]alt_grid (AscendingGrid, optional) – An ascending list of
alt. Often related to a field or a profile. Seealt_grid, defaults toself.alt_grid[IN]ray_path (ArrayOfPropagationPathPoint, optional) – A list path points making up a propagation path. See
ray_path, defaults toself.ray_path[IN]atm_profile (ArrayOfAtmPoint, optional) – An atmospheric profile in ARTS. See
atm_profile, defaults toself.atm_profile[IN]spectral_propmat_profile (ArrayOfPropmatVector, optional) – Propagation matrices in a propagation profile. See
spectral_propmat_profile, defaults toself.spectral_propmat_profile[IN]spectral_propmat_jac_profile (ArrayOfPropmatMatrix, optional) – Propagation derivative matrices in a propagation profile. See
spectral_propmat_jac_profile, defaults toself.spectral_propmat_jac_profile[IN]spectral_nlte_srcvec_profile (ArrayOfStokvecVector, optional) – Additional non-LTE in a propagation profile. See
spectral_nlte_srcvec_profile, defaults toself.spectral_nlte_srcvec_profile[IN]spectral_nlte_srcvec_jac_profile (ArrayOfStokvecMatrix, optional) – Additional non-LTE derivative in a propagation profile. See
spectral_nlte_srcvec_jac_profile, defaults toself.spectral_nlte_srcvec_jac_profile[IN]