Replies: 1 comment 7 replies
-
@jlpippitt - thanks for raising this issue - this would need to be done at the IO level, or you could pass that information through depending on which retrieval you are using. What part of |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Functions within pyart.retrieve grab frequency data from radar.instrument_parameters["frequency"]["data"][0]. If parameter does not exsist then equations are set to C band. The problem, S band IRIS radars (NPOL, KPOL) do not contain radar.instrument_parameters["frequency"] information, therefor incorrect equations are applied.
We used our old rsl_in_idl software and found frequency is in the ray header.
radar.volume.sweep.ray.h
FREQUENCY FLOAT 2.80968
Can pyART pull frequency from ray header and add radar.instrument_parameters["frequency"] to radar.info() for IRIS radars?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions