WrightTools.kit.remove_nans_1D¶
-
WrightTools.kit.
remove_nans_1D
(*args) → tuple[source]¶ Remove nans in a set of 1D arrays.
Removes indicies in all arrays if any array is nan at that index. All input arrays must have the same size.
- Parameters
args (1D arrays) –
- Returns
Tuple of 1D arrays in same order as given, with nan indicies removed.
- Return type