firecrown.metadata.two_point.extract_window_function#
- firecrown.metadata.two_point.extract_window_function(sacc_data, indices)[source]#
Extract a window function from a sacc file that matches the given indices.
If there is no appropriate window function, return None.
- Parameters:
sacc_data (
Sacc) –indices (
ndarray[Any,dtype[int64]]) –
- Return type:
Optional[Window]