swarmpal.express._pre_configured_runs

swarmpal.express._pre_configured_runs#

Functions#

fac_single_sat(→ xarray.DataTree)

Execute FAC single-satellite processor

Module Contents#

swarmpal.express._pre_configured_runs.fac_single_sat(spacecraft: str, time_start: str, time_end: str, grade: str = 'OPER', to_cdf_file: str | None = None) xarray.DataTree[source]#

Execute FAC single-satellite processor

Parameters:
  • spacecraft (str) – Spacecraft to use

  • time_start (str) – Starting time of the analysis

  • time_end (str) – Ending time of the analysis

  • grade (str, optional) – OPER or FAST processing chain, by default “OPER””

  • to_cdf_file (str | None, optional) – Path for CDF file to generate, by default None

Return type:

DataTree

Raises:

PalError – When inputs are invalid