UnresolvedCenterFindingOptions¶
giant.relative_opnav.estimators.unresolved
:
- Parameters:
search_distance (int) – The search radius to search around the predicted centers for the observed centers of the target objects
apply_phase_correction (bool) – A boolean flag specifying whether to apply the phase correction to the observed center of brightness to get closer to the center of figure based on the predicted apparent diameter of the object.
phase_correction_type (PhaseCorrectionType) – The type of phase correction to use. Should be one of the PhaseCorrectionType enum values
brdf (IlluminationModel) – The illumination model to use to compute the illumination values if the
RASTERED
phase correction type is used. If theRASTERED
phase correction type is not used this is ignored. If this is left asNone
and theRastered
phase correction type is used, this will default to the McEwen Model, :class:`.McEwenIlluminationpoint_of_interest_finder_options (PointOfInterestFinderOptions | None)
Half of the distance to search around the predicted centers for the observed centers of the target objects in pixels.
A boolean flag specifying whether to apply the phase correction or not
The options to use to configure the point of interest finder
The type of phase correction to use, if requested.
See
PhaseCorrectionType
for details.
The illumination model used to convert geometry into expected illumination.
This is only used if the
RASTERED
phase correction type is chosen and is ignored otherwise.