GET - cmd.txt
1 |
cmdm - GET |
---|---|
2 |
Read in lattice data and store it in DB. Now only 'get lattice from MAD' |
3 |
is working, for standard twiss TEXT 'tape' output format. |
4 |
In the tape file marker name must led by 4 characters type followed by |
5 |
its element name. |
6 |
For new recycler NoVA version(RN), data, if come as part of email, is |
7 |
processed by |
8 |
1) 'save as' whole email to text file; |
9 |
2) use FileZilla to transfer the file to a Linux directory to feed |
10 |
routine 'get_mad_lat'. |
11 |
3) cut email header and tail, start with line 'SUN....' and end with |
12 |
a empty line. |
13 |
4) add any character string after 'SUN' such as 'SUN x ....', because |
14 |
Dave J's version first line was 'SUN sun0.....' |
15 |
|