sarkit.sicd.projection.compute_coa_r_rdot
- compute_coa_r_rdot(proj_metadata, image_grid_locations, t_coa, coa_pos_vels)
Compute COA range and range-rate contours given other projection set components.
COA R/Rdot computation is dependent upon Collect Type, Grid Type & IFA used.
- Parameters:
- proj_metadata
MetadataParams Metadata parameters relevant to projection.
- image_grid_locations(…, 2) array_like
N-D array of image coordinates with xrow/ycol in meters in the last dimension.
- t_coaarray_like
Center of aperture times in seconds relative to collect start.
- coa_pos_vels
CoaPosVelsLike Ensemble of COA sensor positions and velocities
- proj_metadata
- Returns:
- r, rdot(…)
ndarray N-D array containing the ranges and range rates relative to the COA positions and velocities. For a monostatic image,
randrdotare relative to the ARP. For a bistatic image,randrdotare averages relative to the COA APCs.
- r, rdot(…)