pyrfu.mms.get_dist module#

pyrfu.mms.get_dist.get_dist(file_path, cdf_name, tint: list | None = None)[source]#

Read field named cdf_name in file and convert to velocity distribution function.

Parameters:
  • file_path (str) – Path of the cdf file.

  • cdf_name (str) – Name of the target variable in the cdf file.

  • tint (list of str, Optional) – Time interval.

Returns:

out – Time series of the velocity distribution function if the target specie in the selected time interval.

Return type:

xarray.Dataset