Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

dualprf attributes#17

Merged
vlouf merged 1 commit intomasterfrom
extra-dualprf-metadata
Nov 18, 2025
Merged

dualprf attributes#17
vlouf merged 1 commit intomasterfrom
extra-dualprf-metadata

Conversation

@joshua-wx
Copy link
Collaborator

Added some extra attributes to cover the two implementations of dualprf metadata in Bureau radar volumes

From the rapic era, the following additional attributes are needed to define (1) the prf ratio and (2) which pulse has which prf (e.g, high PRF on odd pulses)
Specifically, these attributes are named:

  • rapic_UNFOLDING
  • rapic_HIPRF
    Both return binary strings (e.g., rapic_UNFOLDING = b'2:3' rapic_HIPRF = b'ODDS')
    Using these values it's possible to reconstruct the prt for each ray

For the modern area, only a single additional attribute is needed

  • prt
    This returns a numpy array of prt values (floats) for each ray.

These three attributes are extracted for each sweep alongside NI etc. The existing implementation works well for ignoring attributes which don't exist.

This will greatly help me improve the dual prf correction code implementation!

@joshua-wx joshua-wx assigned joshua-wx and vlouf and unassigned joshua-wx Nov 18, 2025
@joshua-wx joshua-wx requested a review from vlouf November 18, 2025 11:29
@joshua-wx joshua-wx self-assigned this Nov 18, 2025
@joshua-wx joshua-wx added the enhancement New feature or request label Nov 18, 2025
@vlouf vlouf merged commit 8ad5fe3 into master Nov 18, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants