twistpy.polarization.EstimatorConfiguration.compute_steering_vectors#
- EstimatorConfiguration.compute_steering_vectors(wave_type: str) Callable[[], ndarray] [source]#
Compute steering vectors for polarization analysis with grid search methods for the specified wave type.
- Parameters
- wave_type
str
Wave type for which steering vectors should be computed.
- wave_type
- Returns
- steering_vectors
ndarray
(6, N) 6-C steering vectors. N is the search-space dimension.
- steering_vectors