commit 8eda9773edad2bc81055c2c02b23d81d745a4ff0
parent 1365d1470addb6947bec5c757032f1d7daebf103
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 29 Mar 2016 16:18:50 +0200
Update the help message of the schiff command
Diffstat:
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/src/schiff_args.c b/src/schiff_args.c
@@ -44,9 +44,12 @@ print_help(const char* binary)
{
printf(
"Usage: %s [OPTIONS] [FILE]\n"
-"Estimate the radiative properties of soft particles with an \"Approximation\n"
-"Method for Short Wavelength or High Energy Scattering\" (L. Schiff, 1956).\n"
-"Assume a small contrast on the relative refractive index of the particles.\n\n",
+"Estimate the radiative properties of soft particles whose per wavelength\n"
+"optical properties are stored in FILE. If not defined, optical porperties are\n"
+"read from standard input. Implement the model described in \"Monte Carlo\n"
+"Implementation of Schiff's Approximation for Estimating Radiative Properties of\n"
+"Homogeneous, Simple-Shaped and Optically Soft Particles: Application to\n"
+"Photosynthetic Micro-Organisms\" (Charon et al. 2016).\n\n",
binary);
printf(
" -a ANGLES number of phase function scattering angles. Default is %u.\n",