/[PAMELA software]/gpamela/gpspe/gpmaspe.F
ViewVC logotype

Contents of /gpamela/gpspe/gpmaspe.F

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3.1 - (show annotations) (download)
Thu Jul 11 16:02:14 2002 UTC (22 years, 4 months ago) by cafagna
Branch point for: v3r0, MAIN
Initial revision

1 *
2 * $Id$
3 *
4 * $Log$
5 *
6 *CMZ : 2.01/00 05/04/2000 14.35.18 by Marialuigia Ambriola
7 *CMZ : 2.00/00 03/03/2000 15.39.06 by Francesco Cafagna
8 *CMZ : 1.00/02 21/02/96 19.03.38 by Francesco Cafagna
9 *-- Author : Paolo Papini 16/02/96
10 SUBROUTINE GPMASPE(XYZ)
11 ************************************************************************
12 * *
13 * *
14 * Variables definition: *
15 * IN: *
16 * XYZ: 3D vector contining the coordinates in MARS *
17 * OUT: *
18 * XYZ: 3D vector contining the coordinates in spectrometer frame *
19 * *
20 * Called by:<USER> *
21 * Author: Paolo Papini, 16/02/96 10.28.24 *
22 * *
23 ************************************************************************
24 #include "gpgeo.inc"
25 REAL XYZ(3)
26 DO I=1,3
27 XYZ(I) = XYZ(I)-XYZSOR(I)
28 ENDDO
29 RETURN
30 END

  ViewVC Help
Powered by ViewVC 1.1.23