limb_scanningΒΆ
Classes
This class is used to extract limbs from an image and pair them to surface points on the target. |
|
LimbScannerOptions(psf: giant.point_spread_functions.psf_meta.PointSpreadFunction = <factory>, number_of_scan_lines: int = 51, scan_range: float = 2.356194490192345, number_of_sample_points: int = 501, brdf: giant.ray_tracer.illumination.IlluminationModel = <factory>, peak_finder: Callable[[numpy.ndarray[tuple[Any, ...], numpy.dtype[numpy.float64]]], numpy.ndarray[tuple[Any, ...], numpy.dtype[numpy.float64]]] = <function parabolic_peak_finder_1d at 0x324f593a0>, interpolator_method: Literal['linear', 'nearest', 'slinear', 'cubic', 'quintic', 'pchip'] = 'linear') |