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
RASTEREDphase correction type is used. If theRASTEREDphase correction type is not used this is ignored. If this is left asNoneand theRasteredphase 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
PhaseCorrectionTypefor details.
The illumination model used to convert geometry into expected illumination.
This is only used if the
RASTEREDphase correction type is chosen and is ignored otherwise.