This document contains the code for a program that performs proper orthogonal decomposition (POD) on velocity field data. It includes sections that:
1) Initialize variables and parameters
2) Read in data files and correct coordinate values
3) Calculate mean velocities, velocity fluctuations, and the correlation matrix
4) Perform eigenvalue decomposition to calculate eigenvalues and eigenvectors
5) Save results like eigenvalues, eigenvectors, and POD modes to files