-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
38 lines (26 loc) · 1.14 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
FOAM - Modular Adative Optics Framework
=======================================
This is FOAM, the Modular Adaptive Optics Framework, a collection of
routines to drive adaptive optics systems in various scenarios.
It was programmed as part of a master research at Utrecht University,
2007--2008 by Tim van Werkhoven <[email protected]>
FOAM is free software, you can redistribute it and/or modify it under
the terms of the GNU General Public License.
The GNU General Public License does not permit this software to be
redistributed in proprietary programs.
This library is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Availability
============
The current stable version of FOAM is always available from
<https://github.com/tvwerkhoven/FOAM> or
<https://www.staff.science.uu.nl/~werkh108/FOAM/>.
Testing
=======
You can test FOAM with the different simulations modes. One begin the full
simulation, the other static.
To test, run:
./foam/foam-fullsim -c conf/foam-fullsim.cfg
or
./foam/foam-simstat -c conf/foam-simstat.cfg