s2xpv

erfa.s2xpv(s1, s2, pv)[source]

Wrapper for ERFA function eraS2xpv.

Parameters

s1 : double array

s2 : double array

pv : double array

Returns

spv : double array

Notes

The ERFA documentation is below.

- - - - - - - - -
 e r a S 2 x p v
- - - - - - - - -

Multiply a pv-vector by two scalars.

Given:
   s1     double         scalar to multiply position component by
   s2     double         scalar to multiply velocity component by
   pv     double[2][3]   pv-vector

Returned:
   spv    double[2][3]   pv-vector: p scaled by s1, v scaled by s2

Note:
   It is permissible for pv and spv to be the same array.

Called:
   eraSxp       multiply p-vector by scalar

Copyright (C) 2013-2019, NumFOCUS Foundation.
Derived, with permission, from the SOFA library.  See notes at end of file.