4.1.2.5. eqcorrscan.core.bright_lights._cum_net_resp¶
-
eqcorrscan.core.bright_lights.
_cum_net_resp
(node_lis, instance=0)[source]¶ Compute the cumulative network response by reading saved energy .npy files.
Parameters: - node_lis (numpy.ndarray) List of nodes (ints) to read from
- instance (int) Instance flag for parallelisation, defaults to 0.
Returns: numpy.ndarray cum_net_resp, list of indeces used
Note
This is an internal function to ease parallel processing and should not be called directly.