FloATPy (pronounced as "float-py") is a post-processing toolbox for the numerical codes in the Flow Physics and Aeroacoustics Laboratory (FPAL) at the Department of Aeronautics and Astronautics of Stanford University.
To set up the code, you can use the following command:
python setup.py install
If you don't have root access, you can do:
python setup.py install --user
Please put all tests in the floatpy/tests
directory. Tests are required for every module in the package. Please see the coding style for adding new modules to the toolbox and testing directives to add the corresponding tests.
You can talk to Man-Long Wong ([email protected]) or Akshay Subramaniam ([email protected]).