petitRADTRANS.temperature_profiles.isothermal

petitRADTRANS.temperature_profiles.isothermal#

Functions#

isothermal_temperature_profile(→ jax.Array)

Returns an isothermal temperature profile.

Module Contents#

petitRADTRANS.temperature_profiles.isothermal.isothermal_temperature_profile(pressures: jax.typing.ArrayLike, temperature: float) jax.Array#

Returns an isothermal temperature profile.

Args:

pressures: An array of pressures. The shape is preserved for the output temperatures. temperature: The constant temperature value for the profile.

Returns:

An array of temperatures with the same shape as pressures, all set to the input temperature.