Skip to content

Artifacts Above RHI Plot #1169

Answered by mgrover1
mgrover1 asked this question in Q&A
Discussion options

You must be logged in to vote

@srbrodzik coming back to this - it looks like it is a data quality issue.

There are some parts of the 270 degree RHI that have not been flagged to be as "antenna transition" (specifically the last radials)

Using the following manually added in the missing transition flags, but without doing this, there is a "rogue radial" in the top left of the plot causing the issues.

Before fixing the transition data:

After fixing the transition data:

And here was the code I used to correct it:

import pyart
import matplotlib.pyplot as plt
import numpy as np

# Read in the data and specify rhi scan type
radar = pyart.io.read("cfrad.20220603_040943.316_to_20220603_041149.938_SPOL_PrecipRhi2_RHI.nc")
radar

Replies: 1 comment

Comment options

mgrover1
Jun 8, 2022
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by mgrover1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant
Converted from issue

This discussion was converted from issue #1168 on June 08, 2022 14:53.