From d9b03fc5e6794b916eb54d96691d125ba656286b Mon Sep 17 00:00:00 2001 From: Michele Guerini Rocco Date: Wed, 15 Dec 2021 02:31:05 +0100 Subject: [PATCH] doc/3.io-files.md: fix some inconsistencies in gray_params --- doc/3.io-files.md | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/doc/3.io-files.md b/doc/3.io-files.md index a33d258..31eee8c 100644 --- a/doc/3.io-files.md +++ b/doc/3.io-files.md @@ -279,16 +279,26 @@ Variable Type Units Valid range Definition `phiw` Real deg $-90 < x ≤ 90$ Rotation angle $φ_w=φ_R$ of local beam coordinate. system, defined in [@eq:phiwr]. -`ibeam` Integer 0, 1, 2 Input source for beam data:. - 0=simple astigmatic beam with parameters as above,. - 1=simple astigmatic beam from `filenmbm`,. +`ibeam` Integer 0, 1, 2 Input source for beam data: + 0=simple astigmatic beam with parameters as above, + 1=simple astigmatic beam from `filenmbm`, 2=general astigmatic beam from `filenmbm`. +`irho` Integer 0, 1, 2 Coordinate of the input profiles: + 0=$ρ_t$, + 1=$ρ_p$, + 2=$ψ$. + `filenmbm` String len$(s)≤ 24$ Name of file (extension `.txt` appended) with beam. parameters, used if ${\tt ibeam} >0$. `iox` Integer 1, 2 1=Ordinary mode (OM), 2=Extraordinary (XM) mode. +`ipol` Integer 0, 1 Whether to compute the mode at the launcher from the + polarisation: + 0=use `iox`, + 1=use `psipol0`, `chipol0` angles. + `psipol0` Real deg $-90 < x ≤ 90$ Wave polarisation angle $\psi_p$ at the launching point. `chipol0` Real deg $-45 ≤ x ≤ 45$ Wave polarisation angle $\chi_p$ at the launching point. @@ -387,15 +397,15 @@ Variable Type Units Valid range Definition `nstep` Integer 1 $0 ≤ n ≤ 8000$ Maximum number of integration steps. -`istprj` Integer 1 $1 ≤ n ≤ {\tt nstep}$ Subsampling factor for beam cross section +`istpr` Integer 1 $1 ≤ n ≤ {\tt nstep}$ Subsampling factor for beam cross section data output (units 8, 12). `istpl` Integer 1 $1 ≤ n ≤ {\tt nstep}$ Subsampling factor for outmost rays data output (unit 33). -`ipec` Integer 0, 1 Grid spacing for ECRH&CD profiles: - 0=equispaced in $\psi$ (obsolete), - 1=equispaced in $\sqrt{\psi}$. +`ipec` Integer 1, 2 Grid spacing for ECRH&CD profiles: + 1=equispaced in $ρ_p$, + 2=equispaced in $ρ_t$, `nnd` Integer 1 $2 ≤ n ≤ 5001$ Number of points in the ECRH&CD profile grid.