count_coincident_pores#
- count_coincident_pores(network, thresh=1e-06)[source]#
Count number of pores that are spatially coincident with other pores
- Parameters:
network (dict) – The Network
thresh (float) – The distance below which two pores are considered spatially coincident
- Returns:
count – A numpy array of Np length containing the number of coincident pores
- Return type:
ndarray