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

Annotation of /gpamela/gpspe/gpspema.F

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3.1.1.1 - (hide annotations) (download) (vendor branch)
Thu Jul 11 16:02:14 2002 UTC (22 years, 4 months ago) by cafagna
Branch: v3r0, MAIN
CVS Tags: v4r4, v4r5, v4r6, v4r7, v4r0, v4r1, v4r2, v4r3, v4r8, v4r9, firstrelease, v4r14, v4r12, v4r13, v4r10, v4r11, v3r3, v3r1, v3r2, HEAD
Changes since 3.1: +0 -0 lines
First GPAMELA release on CVS

1 cafagna 3.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 GPSPEMA(XYZ)
11     ************************************************************************
12     * *
13     * *
14     * Variables definition: *
15     * IN: *
16     * XYZ: 3D vector contining the coordinates in spectrometer frame *
17     * OUT: *
18     * XYZ: 3D vector contining the coordinates in MARS *
19     * *
20     * Called by:<USER> *
21     * *
22     * Called by: *
23     * Author: Paolo Papini, 16/02/96 10.28.24 *
24     * *
25     ************************************************************************
26     #include "gpgeo.inc"
27     REAL XYZ(3)
28     DO I=1,3
29     XYZ(I) = XYZ(I)+XYZSOR(I)
30     ENDDO
31     RETURN
32     END

  ViewVC Help
Powered by ViewVC 1.1.23