Skip to content

Commit

Permalink
FIX: Citation
Browse files Browse the repository at this point in the history
  • Loading branch information
syedhamidali committed Sep 3, 2024
1 parent af54fe6 commit b241595
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyart/retrieve/cappi.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def create_cappi(
"""
Create a Constant Altitude Plan Position Indicator (CAPPI) from radar data.
Parameters:
Parameters
-----------
radar : Radar
Py-ART Radar object containing the radar data.
Expand All @@ -37,16 +37,16 @@ def create_cappi(
nyquist_vector_idx : int, optional
Index for the Nyquist velocity vector if `same_nyquist` is True (default is 0).
Returns:
Returns
--------
Radar
A Py-ART Radar object containing the CAPPI at the specified height.
Notes:
Notes
--------
CAPPI (Constant Altitude Plan Position Indicator) is a radar visualization
technique that provides a horizontal view of meteorological data at a fixed altitude.
For more information, see: https://en.wikipedia.org/wiki/Constant_altitude_plan_position_indicator
Atlas, David, ed. Radar in Meteorology: Battan Memorial and 40th Anniversary Radar Meteorology Conference. Springer, 2015.
Author: Hamid Ali Syed (@syedhamidali)
"""
Expand Down

0 comments on commit b241595

Please sign in to comment.