Routine for analyzing BPM turn by turn data

BPM data is stored in /nfs/cesr/online/instr/cbpm_data/tsharc/raw/#/
The program /home/dlr/development9_linux/production/bin/cbpm_anal reads an input file, input.dat. The input file lists the bpm files to be analyzed, and a rough guess of the betatron tunes.
Here is an example input.dat file
&bpm_data
 numbers = 19887 19891 19895

 tune_x = 0.56
 tune_y = 0.63
/         
Input file:

The program will create subdirectories RD_19887, RD_19891, and RD_19895. In each subdirectory is written a file for each BPM and each bunch.
For example:

Code

The code is /home/dlr/development9_linux/trains_xbsm_bpm/cbpm_anal.f90

< hhmts start > Last modified: Tue Feb 11 13:22:27 EST 2014 < hhmts end>