Skip to content

Commit

Permalink
docstring fix
Browse files Browse the repository at this point in the history
  • Loading branch information
whitetuft committed Jul 27, 2023
1 parent 217d80d commit bf5d791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyrtlib/tb_spectrum.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,10 @@ def init_cloudy(self, cldh: np.ndarray, denice: np.ndarray, denliq: np.ndarray)
# raise AttributeError("Set cloudy to True before running init_cloudy()")

def execute(self, only_bt: bool = True) -> Union[pd.DataFrame, Tuple[pd.DataFrame, Dict[str, np.ndarray]]]:
"""Comopute Tb.
"""This function computes Brightness Temperature and other radiometric parameters.
Args:
only_bt (bool): If True (default) returns only brightness temperature. Default to True.
only_bt (bool): If True returns only brightness temperature. Default to True.
Returns a pandas dataframe containing:
Expand Down

0 comments on commit bf5d791

Please sign in to comment.