sarkit.sicd.projection.apply_apos

apply_apos(proj_metadata, init_proj_set, apo_input_set)

Compute adjusted Center of Aperture projection set.

The APO input set is used to compute a set of offsets that are applied to each COA projection set. For each projection set, the computed offsets are functions of the COA time(s) in the projection set. The resulting projection set is referred to as the “adjusted” COA projection set.

MONOSTATIC

t_COA, ARP_COA, VARP_COA, R_COA, Rdot_COA

BISTATIC

t_COA, tx_COA, tr_COA, Xmt_COA, VXmt_COA, Rcv_COA, VRcv_COA, R_Avg_COA, Rdot_Avg_COA

Parameters:
proj_metadataMetadataParams

Metadata parameters relevant to projection.

init_proj_setProjectionSetsLike

Initial projection set.

apo_input_setAdjustableParameterOffsets

Input APO set, used to compute the offsets to be added to the initial COA projection set to form the adjusted COA projection set.

Returns:
ProjectionSetsLike

Ensemble of adjusted Center of Aperture projection sets.