petitRADTRANS.temperature_profiles.isothermal
=============================================

.. py:module:: petitRADTRANS.temperature_profiles.isothermal


Functions
---------

.. autoapisummary::

   petitRADTRANS.temperature_profiles.isothermal.isothermal_temperature_profile


Module Contents
---------------

.. py:function:: 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`.


