/[PAMELA software]/tracker/ground/source/magnet/read_B.f
ViewVC logotype

Annotation of /tracker/ground/source/magnet/read_B.f

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (download) (vendor branch)
Wed Mar 8 15:00:38 2006 UTC (18 years, 9 months ago) by pam-fi
Branch: MAIN, trk-ground
CVS Tags: R3v02, HEAD
Changes since 1.1: +0 -0 lines
First CVS release of tracker ground software (R3v02) 

1 pam-fi 1.1 *************************************************************************
2     *
3     * Subroutine read_B.f
4     *
5     * it calls the subroutines which read the magnetic field maps for
6     * the PAMELA spectrometer
7     *
8     * needs:
9     * - ./read_B_inner.f inner map reading subroutine
10     * - ./read_B_outer.f outer map reading subroutine
11     *
12     * to be called before ./inter_B.f (interpolation subroutine)
13     *
14     *************************************************************************
15    
16     subroutine read_B
17    
18     c call the subroutine which reads the maps of the measurements taken
19     c inside the magnetic cavity
20     call read_B_inner
21    
22     c call the subroutine which reads the maps of the measurements taken
23     c outside the magnetic cavity
24     call read_B_outer
25    
26     return
27     end
28    
29     include './read_B_inner.f'
30     include './read_B_outer.f'

  ViewVC Help
Powered by ViewVC 1.1.23