Preprocessor.local_gaussian_filter#
- Preprocessor.local_gaussian_filter(template, lbd, sigma_range, gaussian_sigma)[source]#
Wrapper for Preprocessor.local_gaussian_alignment_filter if no target is available.
- Parameters:
- templateNDArray
The input atomic structure map.
- apixfloat
Ångstrom per voxel passed to Preprocessor.gaussian_filter.
- lbdfloat
The lambda hyperparameter, common values: 2, 5, 20.
- sigma_rangetuple of float
The range of sigma values for the optimizer.
- gaussian_sigmafloat
The sigma value passed to Preprocessor.gaussian_filter to obtain a target.
- Returns:
- NDArray
Simulated electron densities.