dva_corr_model
- romanisim.wcs.dva_corr_model(va_scale, v2_ref, v3_ref)
Create transformation that accounts for differential velocity aberration (scale).
- Parameters:
- va_scalefloat, None
Ratio of the apparent plate scale to the true plate scale. When
va_scaleis None, it is assumed to be identical to1and anastropy.modeling.models.Identitymodel will be returned.- v2_reffloat, None
Telescope
v2coordinate of the reference point inarcsec. Whenv2_refis None, it is assumed to be identical to0.- v3_reffloat, None
Telescope
v3coordinate of the reference point inarcsec. Whenv3_refis None, it is assumed to be identical to0.
- Returns:
- va_corrastropy.modeling.CompoundModel, astropy.modeling.models.Identity
A 2D compound model that corrects DVA. If
va_scaleis None or 1 then astropy.modeling.models.Identity will be returned.