source: PSPA/madxPSPA/doc/usrguide/ptc_auxiliaries/PTC_DumpMaps.html @ 430

Last change on this file since 430 was 430, checked in by touze, 11 years ago

import madx-5.01.00

File size: 2.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1" ?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
5<html xmlns="http://www.w3.org/1999/xhtml">
6
7<head>
8<meta http-equiv=Content-Type content="text/html; charset=iso-8889-2">
9<meta name=Generator content="NEdit">
10<meta name=Originator content="Skowron">
11<link rel="stylesheet" type="text/css" href="madxdoc_ps.css" />
12<title>PTC_DumpMaps</title>
13<style>
14</style>
15</head>
16
17<body bgcolor="#ffffff"'>
18
19<div style="text-align:center;">
20<center>
21  EUROPEAN ORGANIZATION FOR NUCLEAR RESEARCH
22  <IMG SRC="http://cern.ch/madx/icons/mx7_25.gif" align="right">
23  <h1>PTC_DUMPMAPS</h1>
24 
25</center>
26</div>
27
28
29<!--  ##########################################################              -->
30
31<div class="madxdocContent">
32
33
34<!--  ##########################################################              -->
35<!--  ##########################################################              -->
36<!--  ##########################################################              -->
37
38<h3 align=center style='margin-top:0cm;text-align:left;text-indent:0cm'>
39 <span>
40  USER MANUAL
41 </span>
42</h3>
43
44<div>
45
46<!--  ##########################################################              -->
47
48<h4>SYNOPSIS</h4>
49
50<pre>
51<big>
52PTC_DUMPMAPS,
53file     = [s, ptcmaps, ptcmaps];
54</big>
55</pre>
56
57</div>
58
59implemented by subroutine ptc_dumpmaps() in madx_ptc_module.f90
60
61
62<!--  ##########################################################              -->
63
64<h4> Description </h4>
65
66<div>
67PTC_DUMPMAPS dumps linear part of the map for each element
68of the layout into specified file.
69</div>
70
71
72<!--  ##########################################################              -->
73
74<h4> Command parameters and switches </h4>
75<div>
76
77<dl>
78<dt><b>file</b></dt> 
79  <dd>
80  <i> string, default value "ptcmaps",  default value if value explicitly not specified is "ptcmaps"</i>
81  <p> Specifies name of the file to which the matrices are dumped to.
82  </dd>
83</dl>
84
85<!-- ############################################################ -->
86<!-- ############################################################ -->
87<!-- ############################################################ -->
88<h3> PROGRAMMERS MANUAL </h3>
89
90
91The command is implemented by subroutine ptc_dumpmaps() in madx_ptc_module.f90.
92The matrix for a single element is obtained by tracking identity map through an element,
93that is initialized for each element by adding identity map to the reference particle.
94For the elements that change reference momentum (i.e. traveling wave cavity)
95it is tracked to the end of the following marker, that has updated reference momentum.
96Hence, each cavity must be followed by a marker. If it is not, setcavities subroutine detects
97error and stops the program.
98
99</div>
100
101</body>
102
103</html>
Note: See TracBrowser for help on using the repository browser.