Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 907 Bytes

README.md

File metadata and controls

46 lines (31 loc) · 907 Bytes

Atmospheric Turubulence Simulator

Simulates atmospheric turbulence for astronomical observations.

Download

This is a module of the milk package.

To download source code :

git clone https://github.com/milk-org/milk.git
cd milk
./fetch_atmosphere_dev.sh

Compile

From within milk source code root directory :

mkdir _build
cd _build
cmake ..
make
sudo make install

Generating atmospheric wavefronts

From user work directory.

Create configuration file :

milk-atmturb-mkconf WFsim.conf

Edit file as needed, then run computation for desired wavelength value (unit micron) :

milk-atmturb-runturb 1.65

The process will run until killed (SIGTERM) and write wavefronts to filesystem in subdir WFout. Script will resume computation where it previously stopped when re-started.

Note: Both scripts take -h argument for help.