pydarn.radar.radUtils

Module: pydarn.radar.radUtils

Functions:
  • getCpName(): get the name of a control program from cp id number
  • getParamDict(): Get information about a parameter, including units, default ranges, and axis labels.
pydarn.radar.radUtils.getCpName(cpid)[source]

Get the name of a control program from cp id number

Args:
  • cpid (int): the control prog. id number
Returns:
  • cpName (str): the name of a control program
Example:
s = getCpName(3310)

written by AJ, 2012-08

pydarn.radar.radUtils.getParamDict(param)[source]

Get information about a parameter, including units, default ranges, and axis labels.

Args:
  • param (str): name of parameter
Returns:
  • paramDict (str): dictionary containing information about the chosen parameter
Example:
paramDict = getParamDict('w_l')

written by Nathaniel Frissell, 2013-07

pydarn.radar.radUtils

alias of pydarn.radar.radUtils

Previous topic

pydarn.radar.radFov

Next topic

pydarn.radar.radInfoIo

This Page