| coffee
    Coronagraph Optimization For Fast Exoplanet Exploration | 
Diffraction-based PIAACMC simulation / optimization
Scripts to run the software are located within the source code directory:
./src/PIAACMCsimul/scripts/
The scripts can be linked to your working directory by executing the following command:
ln -s $PWD/syncscripts /myworkdirectory/syncscripts
Then, execute in your work directory:
./syncscripts
This will install all required scripts in workdirectory and install any packages required.
Code is composed of a several layers (from high to low) :
| Script | Description | 
|---|---|
| runPIAACMCdesign | Top level script ("-h" for help) | 
| run | Main script, calls runopt script | 
| runopt | Optimize a PIAACMC design or run an existing design, calls sim script | 
| sim | calls runPIAACMC script | 
| runPIAACMC | lower-level script calling C-written executable | 
