* * $Id$ * * $Log$ * *CMZ : 2.01/00 05/04/2000 14.35.18 by Marialuigia Ambriola *CMZ : 2.00/00 03/03/2000 15.39.06 by Francesco Cafagna *CMZ : 1.00/02 21/02/96 19.03.38 by Francesco Cafagna *-- Author : Paolo Papini 16/02/96 SUBROUTINE GPSPEMA(XYZ) ************************************************************************ * * * * * Variables definition: * * IN: * * XYZ: 3D vector contining the coordinates in spectrometer frame * * OUT: * * XYZ: 3D vector contining the coordinates in MARS * * * * Called by: * * * * Called by: * * Author: Paolo Papini, 16/02/96 10.28.24 * * * ************************************************************************ #include "gpgeo.inc" REAL XYZ(3) DO I=1,3 XYZ(I) = XYZ(I)+XYZSOR(I) ENDDO RETURN END