8000 GitHub - micheltallon/FRiM: The Fractal Iterative Method for turbulent wavefront simulation and wavefront sensing
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
forked from emmt/FRiM

The Fractal Iterative Method for turbulent wavefront simulation and wavefront sensing

License

Notifications You must be signed in to change notification settings

micheltallon/FRiM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FRactal Iterative Method

FRiM (FRactal Iterative Method) is an algorithm to generate/recover random fields with stationnary covariance like turbulent wavefronts. Below is an example of turbulent wavefront generated with FRiM:

FRiM

This repository provides the code corresponding to the method described in Thiébaut & Tallon, "Fast minimum variance wavefront reconstruction for extremely large telescopes", J. Opt. Soc. Am. A, vol. 27, pp. 1046-1059 (2010).

This repository is organized as follows:

Yorick plug-in

To build and install the Yorick plug-in:

mkdir -p $BUILD
cd $BUILD
$SRCDIR/configure
make clean
make
make install

where $BUILD is the directory where to build the plug-in and $SRCDIR/configure is the path to the configuration script in the yorick directory. The build directory $BUILD should not contain precious files you want to keep, the $BUILD and $SRCDIR can however be the same directory. The mkdir command above is only needed if directory $BUILD does not exist. Call:

$SRCDIR/configure --help

for a short help about possible configuration options.

About

The Fractal Iterative Method for turbulent wavefront simulation and wavefront sensing

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 54.3%
  • SWIG 30.2%
  • MATLAB 11.2%
  • Makefile 3.3%
  • Other 1.0%
0