# How to extract cross correlation coefficient from polarimetric radar

**URL:** https://openradar.discourse.group/t/how-to-extract-cross-correlation-coefficient-from-polarimetric-radar/450
**Category:** General
**Created:** [April 4, 2024, 5:19am UTC](https://openradar.discourse.group/t/how-to-extract-cross-correlation-coefficient-from-polarimetric-radar/450 "2024-04-04T05:19:04Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![ankithva](https://yyz2.discourse-cdn.com/free1/user_avatar/openradar.discourse.group/ankithva/32/317_2.png) [@ankithva](https://openradar.discourse.group/u/ankithva)
#### Post date: [April 4, 2024, 5:19am UTC](https://openradar.discourse.group/t/how-to-extract-cross-correlation-coefficient-from-polarimetric-radar/450/1 "2024-04-04T05:19:04Z")

</div>

Anybody having idea about extracting and computing cross relation coefficient from polarimetric radar.

---

<div class="post-metadata">

### Author: ![mgrover1](https://yyz2.discourse-cdn.com/free1/user_avatar/openradar.discourse.group/mgrover1/32/7_2.png) [@mgrover1](https://openradar.discourse.group/u/mgrover1)
#### Post date: [April 4, 2024, 12:59pm UTC](https://openradar.discourse.group/t/how-to-extract-cross-correlation-coefficient-from-polarimetric-radar/450/2 "2024-04-04T12:59:22Z")

</div>

Please take a look at the column extract example on the Py-ART gallery  
[https://arm-doe.github.io/pyart/examples/retrieve/plot\_column\_subset.html#sphx-glr-examples-retrieve-plot-column-subset-py](https://arm-doe.github.io/pyart/examples/retrieve/plot_column_subset.html#sphx-glr-examples-retrieve-plot-column-subset-py)

The library example galleries are a great place to start. In terms of computing it, none of the toolkits have a function to easily do this - you will need to implement that within your workflow. As a reminder, this forum is meant to be a place to ask general questions/some support, but we cannot write entire workflows from scratch for users.
