stereo.core.StPipeline.disksmooth_zscore

StPipeline.disksmooth_zscore(r=20, inplace=True, res_key='disksmooth_zscore')[source]

for each position, given a radius, calculate the z-score within this circle as final normalized value.

Parameters:
  • r – radius for normalization.

  • inplace – whether inplace the original data or get a new express matrix after disksmooth_zscore.

  • res_key – the key for getting the result from the self.result.

Returns: