pyrfu.mms.tokenize module# pyrfu.mms.tokenize.tokenize(var_str: str) → Mapping[str, str][source]# Parse the variable keys. Parameters: var_str (str) – Input key of variable Returns: out – Hash table containing : param : Variable key. cs : Coordinate system. inst : Instrument. tmmode : Time mode. lev” : Level of data. dtype: Data type. cdf_name : variable name in the CDF file. Return type: dict