--- Initiating Simulation (Waiting for processing) ---
STARTING AUTOMATION...
-------------------------------------
COPYING FILE 'input_cluster.txt' TO 'arquivos'...
DIRECTORY CHANGED TO 'arquivos'.
MPI LIBRARY FOUND AT: .
LD_LIBRARY_PATH VARIABLE EXPORTED.
--- Cleaning and Compiling 'randmscd_parallel' ---
mpic++ -c  -O3 -std=c++98 -Wall  -o userinfo.o userinfo.cpp
mpic++ -c  -O3 -std=c++98 -Wall  -o userutil.o userutil.cpp
mpic++ -c  -O3 -std=c++98 -Wall  -o cartesia.o cartesia.cpp
mpic++ -c  -O3 -std=c++98 -Wall  -o polation.o polation.cpp
polation.cpp: In destructor ‘Polation::~Polation()’:
polation.cpp:32:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
   32 |   if (y2data) delete [] y2data; if (udata) delete [] udata;
      |   ^~
polation.cpp:32:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   32 |   if (y2data) delete [] y2data; if (udata) delete [] udata;
      |                                 ^~
mpic++ -c  -O3 -std=c++98 -Wall  -o curvefit.o curvefit.cpp
curvefit.cpp: In destructor ‘Curvefit::~Curvefit()’:
curvefit.cpp:11:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
   11 |   if (invsig) delete [] invsig; if (ymod) delete [] ymod;
      |   ^~
curvefit.cpp:11:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   11 |   if (invsig) delete [] invsig; if (ymod) delete [] ymod;
      |                                 ^~
curvefit.cpp:12:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
   12 |   if (afit) delete [] afit; if (safit) delete [] safit;
      |   ^~
curvefit.cpp:12:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   12 |   if (afit) delete [] afit; if (safit) delete [] safit;
      |                             ^~
curvefit.cpp:13:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
   13 |   if (yafit) delete [] yafit; if (dafit) delete [] dafit;
      |   ^~
curvefit.cpp:13:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   13 |   if (yafit) delete [] yafit; if (dafit) delete [] dafit;
      |                               ^~
curvefit.cpp:14:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
   14 |   if (atry) delete [] atry; if (beta) delete [] beta;
      |   ^~
curvefit.cpp:14:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   14 |   if (atry) delete [] atry; if (beta) delete [] beta;
      |                             ^~
curvefit.cpp:16:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
   16 |   if (covar) delete [] covar; if (alpha) delete [] alpha;
      |   ^~
curvefit.cpp:16:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   16 |   if (covar) delete [] covar; if (alpha) delete [] alpha;
      |                               ^~
curvefit.cpp: In member function ‘int Curvefit::netsearch()’:
curvefit.cpp:212:16: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context]
  212 |       (atry[jc]*afit[jc]))
      |       ~~~~~~~~~^~~~~~~~~~
curvefit.cpp: In member function ‘int Curvefit::gausjord(float*, float*, int, int)’:
curvefit.cpp:525:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  525 |   if (indxc) delete[] indxc; if (indxr) delete[] indxr;
      |   ^~
curvefit.cpp:525:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  525 |   if (indxc) delete[] indxc; if (indxr) delete[] indxr;
      |                              ^~
mpic++ -c  -O3 -std=c++98 -Wall  -o pdinten.o pdinten.cpp
pdinten.cpp: In member function ‘int Pdintensity::loadintensity(char*, char*, int, float*, float*, float*, float*, float*)’:
pdinten.cpp:836:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  836 |   if (membuf) delete [] membuf; if (commentbuf) delete [] commentbuf;
      |   ^~
pdinten.cpp:836:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  836 |   if (membuf) delete [] membuf; if (commentbuf) delete [] commentbuf;
      |                                 ^~
pdinten.cpp:837:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  837 |   if (xdata) delete [] xdata; if (ydata) delete [] ydata;
      |   ^~
pdinten.cpp:837:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  837 |   if (xdata) delete [] xdata; if (ydata) delete [] ydata;
      |                               ^~
pdinten.cpp:838:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  838 |   if (zdata) delete [] zdata; if (udata) delete [] udata;
      |   ^~
pdinten.cpp:838:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  838 |   if (zdata) delete [] zdata; if (udata) delete [] udata;
      |                               ^~
mpic++ -c  -O3 -std=c++98 -Wall  -o pdintena.o pdintena.cpp
pdintena.cpp: In member function ‘int Pdintensity::chicalc(int)’:
pdintena.cpp:220:33: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  220 |   { if ((scanhun>1)&&(scanten<3)&&(chicommand==11)||
      |         ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
pdintena.cpp:299:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  299 |   if (xdata) delete [] xdata; if (ydata) delete [] ydata;
      |   ^~
pdintena.cpp:299:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  299 |   if (xdata) delete [] xdata; if (ydata) delete [] ydata;
      |                               ^~
pdintena.cpp:300:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  300 |   if (zdata) delete [] zdata; if (ychi) delete [] ychi;
      |   ^~
pdintena.cpp:300:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  300 |   if (zdata) delete [] zdata; if (ychi) delete [] ychi;
      |                               ^~
pdintena.cpp: In member function ‘int Pdintensity::chicurve(int, int, float*, float*, float*)’:
pdintena.cpp:385:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  385 |   if (xafit) delete [] xafit; if (abest) delete [] abest;
      |   ^~
pdintena.cpp:385:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  385 |   if (xafit) delete [] xafit; if (abest) delete [] abest;
      |                               ^~
pdintena.cpp:386:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  386 |   if (afit) delete [] afit; if (safit) delete [] safit;
      |   ^~
pdintena.cpp:386:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  386 |   if (afit) delete [] afit; if (safit) delete [] safit;
      |                             ^~
pdintena.cpp: In member function ‘int Pdintensity::savecurve(char*, char*)’:
pdintena.cpp:500:24: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  500 |         fileout.string("datakind beginning-row linenumbers",0,1);
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pdintena.cpp:501:27: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  501 |       else fileout.string("datakind beginning-row multi-curves",0,1);
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pdintena.cpp:505:24: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  505 |         fileout.string("   angle-resolved photoemission extended fine");
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pdintena.cpp:506:24: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  506 |         fileout.string(" structure (ARPEFS)",0,1);
      |                        ^~~~~~~~~~~~~~~~~~~~~
pdintena.cpp:508:26: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  508 |         { fileout.string("   photoemission energy scan curves",0,16+1);
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pdintena.cpp:510:13: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  510 |             "     parameters: curve point theta phi weightc weighte",
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pdintena.cpp:514:26: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  514 |         { fileout.string("   photoemission energy scan hologram",
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pdintena.cpp:517:13: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  517 |             "     parameters: curve point theta phi weightc weighte",
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pdintena.cpp:521:26: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  521 |         { fileout.string("   photoemission polar scan curves",0,16+1);
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pdintena.cpp:523:13: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  523 |             "     parameters: curve point wavenum phi weightc weighte",
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pdintena.cpp:527:26: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  527 |         { fileout.string("   photoemission azimuthal scan curves",
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pdintena.cpp:530:11: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  530 |           "     parameters: curve point wavenum theta weightc weighte",
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pdintena.cpp:534:26: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  534 |         { fileout.string("   photoelectron diffraction curves",0,16+1);
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pdintena.cpp:536:13: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  536 |             "     parameters: curve point wavenum    weightc weighte",
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pdintena.cpp:539:24: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  539 |         fileout.string("     columns: ");
      |                        ^~~~~~~~~~~~~~~~
pdintena.cpp:540:56: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  540 |         if ((scanuni==1)||(scanuni==5)) fileout.string("wavenum ");
      |                                                        ^~~~~~~~~~
pdintena.cpp:541:61: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  541 |         else if ((scanuni==2)||(scanuni==6)) fileout.string("theta ");
      |                                                             ^~~~~~~~
pdintena.cpp:542:61: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  542 |         else if ((scanuni==3)||(scanuni==7)) fileout.string("phi ");
      |                                                             ^~~~~~
pdintena.cpp:544:26: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  544 |           fileout.string("theta phi ");
      |                          ^~~~~~~~~~~~
pdintena.cpp:545:39: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  545 |         if (scanten<3) fileout.string("intensity background chical");
      |                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pdintena.cpp:546:44: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  546 |         else if (scanten<5) fileout.string("intlcp intrcp asymcal");
      |                                            ^~~~~~~~~~~~~~~~~~~~~~~
pdintena.cpp:547:44: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  547 |         else if (scanten<7) fileout.string("intmup intmdown asymcal");
      |                                            ^~~~~~~~~~~~~~~~~~~~~~~~~
pdintena.cpp:548:44: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  548 |         else if (scanten<9) fileout.string("intsup intsdown asymcal");
      |                                            ^~~~~~~~~~~~~~~~~~~~~~~~~
pdintena.cpp:555:24: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  555 |         fileout.string("  ncurve npoint nk ntheta nphi nangle",0,1);
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pdintena.cpp: In member function ‘int Pdintensity::getcurvepar(int, int*, float*, float*, float*, float*, float*)’:
pdintena.cpp:726:7: warning: variable ‘j’ set but not used [-Wunused-but-set-variable]
  726 | { int j,k,scanuni;
      |       ^
mpic++ -c  -O3 -std=c++98 -Wall  -o fcomplex.o fcomplex.cpp
mpic++ -c  -O3 -std=c++98 -Wall  -o msfuncs.o msfuncs.cpp
mpic++ -c  -O3 -std=c++98 -Wall  -o pdchifit.o pdchifit.cpp
pdchifit.cpp: In destructor ‘Pdchifit::~Pdchifit()’:
pdchifit.cpp:12:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
   12 |   if (invsig) delete [] invsig; if (ymod) delete [] ymod;
      |   ^~
pdchifit.cpp:12:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   12 |   if (invsig) delete [] invsig; if (ymod) delete [] ymod;
      |                                 ^~
pdchifit.cpp:13:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
   13 |   if (afit) delete [] afit; if (safit) delete [] safit;
      |   ^~
pdchifit.cpp:13:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   13 |   if (afit) delete [] afit; if (safit) delete [] safit;
      |                             ^~
pdchifit.cpp:14:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
   14 |   if (yafit) delete [] yafit; if (dafit) delete [] dafit;
      |   ^~
pdchifit.cpp:14:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   14 |   if (yafit) delete [] yafit; if (dafit) delete [] dafit;
      |                               ^~
pdchifit.cpp:15:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
   15 |   if (atry) delete [] atry; if (beta) delete [] beta;
      |   ^~
pdchifit.cpp:15:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   15 |   if (atry) delete [] atry; if (beta) delete [] beta;
      |                             ^~
pdchifit.cpp:17:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
   17 |   if (covar) delete [] covar; if (alpha) delete [] alpha;
      |   ^~
pdchifit.cpp:17:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   17 |   if (covar) delete [] covar; if (alpha) delete [] alpha;
      |                               ^~
pdchifit.cpp: In member function ‘int Pdchifit::gausjord(float*, float*, int, int)’:
pdchifit.cpp:526:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  526 |   if (indxc) delete[] indxc; if (indxr) delete[] indxr;
      |   ^~
pdchifit.cpp:526:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  526 |   if (indxc) delete[] indxc; if (indxr) delete[] indxr;
      |                              ^~
mpic++ -c  -O3 -std=c++98 -Wall  -o vibrate.o vibrate.cpp
vibrate.cpp: In member function ‘int Vibration::savecurve(char*, char*, float)’:
vibrate.cpp:186:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  186 |       fileout.string("datakind beginning-row linenumbers",0,1);
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vibrate.cpp:189:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  189 |       fileout.string(" correlated thermal vibrational mean square ");
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vibrate.cpp:190:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  190 |       fileout.string("relative displacement",0,1);
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
vibrate.cpp:191:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  191 |       fileout.string("   versus interatomic distance",0,1);
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vibrate.cpp:193:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  193 |       fileout.string("   density =");
      |                      ^~~~~~~~~~~~~~
vibrate.cpp:195:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  195 |       fileout.string(" g/cm3",0,1);
      |                      ^~~~~~~~
vibrate.cpp:196:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  196 |       fileout.string("   molecular weight =");
      |                      ^~~~~~~~~~~~~~~~~~~~~~~
vibrate.cpp:198:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  198 |       fileout.string(" amu     atomic weight =");
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
vibrate.cpp:200:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  200 |       fileout.string(" amu",0,1);
      |                      ^~~~~~
vibrate.cpp:201:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  201 |       fileout.string("   debye and sample temperature =");
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vibrate.cpp:203:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  203 |       fileout.string(" and "); fileout.floating(tsample,7.1f,256);
      |                      ^~~~~~~
vibrate.cpp:204:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  204 |       fileout.string(" K",0,1);
      |                      ^~~~
vibrate.cpp:205:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  205 |       fileout.string("idis",7,16); fileout.string("msrdis",14);
      |                      ^~~~~~
vibrate.cpp:205:51: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  205 |       fileout.string("idis",7,16); fileout.string("msrdis",14);
      |                                                   ^~~~~~~~
vibrate.cpp:206:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  206 |       fileout.string(" (units: angstrom angstrom2)",0,1);
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mpic++ -c  -O3 -std=c++98 -Wall  -o meanpath.o meanpath.cpp
meanpath.cpp: In member function ‘int Meanpath::savecurve(char*, char*)’:
meanpath.cpp:185:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  185 |       fileout.string("datakind beginning-row linenumbers",0,1);
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
meanpath.cpp:189:24: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  189 |       { fileout.string("number of valence electrons =");
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
meanpath.cpp:191:42: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  191 |         fileout.space(5); fileout.string("bandgap energy =");
      |                                          ^~~~~~~~~~~~~~~~~~
meanpath.cpp:193:24: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  193 |         fileout.string(" eV",0,1);
      |                        ^~~~~
meanpath.cpp:196:24: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  196 |       { fileout.string("electron attenuation length =");
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
meanpath.cpp:198:24: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  198 |         fileout.string("*energy^");
      |                        ^~~~~~~~~~
meanpath.cpp:200:24: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  200 |         fileout.string(" angstroms",0,1);
      |                        ^~~~~~~~~~~~
meanpath.cpp:203:24: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  203 |       { fileout.string("electron wave attenuation due to ");
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
meanpath.cpp:204:24: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  204 |         fileout.string("inelastic process not considered",0,1);
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
meanpath.cpp:207:24: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  207 |       { fileout.string("density of bulk =");
      |                        ^~~~~~~~~~~~~~~~~~~
meanpath.cpp:209:24: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  209 |         fileout.string(" g/cm3     molecular weight =");
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
meanpath.cpp:211:24: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  211 |         fileout.string(" amu",0,1);
      |                        ^~~~~~
meanpath.cpp:213:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  213 |       fileout.string("k (1/angs)",10,16);
      |                      ^~~~~~~~~~~~
meanpath.cpp:214:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  214 |       fileout.string("lamda (angstrom)",17,1);
      |                      ^~~~~~~~~~~~~~~~~~
mpic++ -c  -O3 -std=c++98 -Wall  -o phase.o phase.cpp
phase.cpp: In destructor ‘Phaseshift::~Phaseshift()’:
phase.cpp:16:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
   16 |   if (phasea) delete [] phasea; if (phaseb) delete [] phaseb;
      |   ^~
phase.cpp:16:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   16 |   if (phasea) delete [] phasea; if (phaseb) delete [] phaseb;
      |                                 ^~
phase.cpp: In member function ‘int Phaseshift::savecurve(char*, char*)’:
phase.cpp:376:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  376 |       fileout.string("datakind beginning-row linenumbers",0,1);
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
phase.cpp:379:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  379 |       fileout.string(" phase shift data",0,2);
      |                      ^~~~~~~~~~~~~~~~~~~
phase.cpp:380:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  380 |       fileout.string("   parameters: number of wave vectors and");
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
phase.cpp:381:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  381 |       fileout.string(" quantum momenta",0,1);
      |                      ^~~~~~~~~~~~~~~~~~
phase.cpp:382:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  382 |       fileout.string("   columns: k (1/angstrom)   ");
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
phase.cpp:383:34: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  383 |       if (lnum<1) fileout.string("no phase shift data",0,1);
      |                                  ^~~~~~~~~~~~~~~~~~~~~
phase.cpp:385:24: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  385 |       { fileout.string("phase (l = 0 - ");
      |                        ^~~~~~~~~~~~~~~~~
phase.cpp:386:49: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  386 |         fileout.integer(lnum-1); fileout.string(") (radian)",0,1);
      |                                                 ^~~~~~~~~~~~
phase.cpp: In member function ‘int Phaseshift::kconfine(float*, float*, int*)’:
phase.cpp:419:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  419 |     if (*kmin<xa) *kmin=xa; if (*kmin>xb) *kmin=xb;
      |     ^~
phase.cpp:419:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  419 |     if (*kmin<xa) *kmin=xa; if (*kmin>xb) *kmin=xb;
      |                             ^~
phase.cpp:420:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  420 |     if (*kmax<*kmin) *kmax=*kmin; if (*kmax>xb) *kmax=xb;
      |     ^~
phase.cpp:420:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  420 |     if (*kmax<*kmin) *kmax=*kmin; if (*kmax>xb) *kmax=xb;
      |                                   ^~
mpic++ -c  -O3 -std=c++98 -Wall  -o radmat.o radmat.cpp
radmat.cpp: In destructor ‘Radialmatrix::~Radialmatrix()’:
radmat.cpp:16:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
   16 |   if (subshell) delete [] subshell; if (radmat) delete [] radmat;
      |   ^~
radmat.cpp:16:37: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   16 |   if (subshell) delete [] subshell; if (radmat) delete [] radmat;
      |                                     ^~
radmat.cpp: In member function ‘int Radialmatrix::savecurve(char*, char*)’:
radmat.cpp:282:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  282 |       fileout.string("datakind beginning-row linenumbers",0,1);
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
radmat.cpp:287:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  287 |       fileout.string(" radial matrix data",0,2);
      |                      ^~~~~~~~~~~~~~~~~~~~~
radmat.cpp:288:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  288 |       fileout.string("k",12); fileout.string("R(li+1)",15);
      |                      ^~~
radmat.cpp:288:46: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  288 |       fileout.string("k",12); fileout.string("R(li+1)",15);
      |                                              ^~~~~~~~~
radmat.cpp:289:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  289 |       fileout.string("phase(li+1)",12);
      |                      ^~~~~~~~~~~~~
radmat.cpp:291:24: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  291 |       { fileout.string("R(li-1)",15);
      |                        ^~~~~~~~~
radmat.cpp:292:24: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  292 |         fileout.string("phase(li-1)",12,1);
      |                        ^~~~~~~~~~~~~
radmat.cpp: In member function ‘int Radialmatrix::kconfine(float*, float*)’:
radmat.cpp:320:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  320 |     if (*kmin<xa) *kmin=xa; if (*kmin>xb) *kmin=xb;
      |     ^~
radmat.cpp:320:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  320 |     if (*kmin<xa) *kmin=xa; if (*kmin>xb) *kmin=xb;
      |                             ^~
radmat.cpp:321:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  321 |     if (*kmax<*kmin) *kmax=*kmin; if (*kmax>xb) *kmax=xb;
      |     ^~
radmat.cpp:321:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  321 |     if (*kmax<*kmin) *kmax=*kmin; if (*kmax>xb) *kmax=xb;
      |                                   ^~
mpic++ -c  -O3 -std=c++98 -Wall  -o rotamat.o rotamat.cpp
rotamat.cpp: In member function ‘int Rotamat::makecurve()’:
rotamat.cpp:285:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  285 |   if (rotfac) delete [] rotfac; if (rotcoef) delete [] rotcoef;
      |   ^~
rotamat.cpp:285:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  285 |   if (rotfac) delete [] rotfac; if (rotcoef) delete [] rotcoef;
      |                                 ^~
mpic++ -c  -O3 -std=c++98 -Wall  -o mscdrun.o mscdrun.cpp
mscdrun.cpp: In destructor ‘Mscdrun::~Mscdrun()’:
mscdrun.cpp:27:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
   27 |   if (finname) delete [] finname; if (foutname) delete [] foutname;
      |   ^~
mscdrun.cpp:27:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   27 |   if (finname) delete [] finname; if (foutname) delete [] foutname;
      |                                   ^~
mscdrun.cpp:28:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
   28 |   if (rmfile) delete [] rmfile; if (psfile) delete [] psfile;
      |   ^~
mscdrun.cpp:28:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   28 |   if (rmfile) delete [] rmfile; if (psfile) delete [] psfile;
      |                                 ^~
mscdrun.cpp:29:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
   29 |   if (lakatom) delete [] lakatom; if (layatom) delete [] layatom;
      |   ^~
mscdrun.cpp:29:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   29 |   if (lakatom) delete [] lakatom; if (layatom) delete [] layatom;
      |                                   ^~
mscdrun.cpp:30:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
   30 |   if (pdnum) delete [] pdnum; if (tevenadd) delete [] tevenadd;
      |   ^~
mscdrun.cpp:30:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   30 |   if (pdnum) delete [] pdnum; if (tevenadd) delete [] tevenadd;
      |                               ^~
mscdrun.cpp:31:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
   31 |   if (tevendim) delete [] tevendim; if (tevencut) delete [] tevencut;
      |   ^~
mscdrun.cpp:31:37: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   31 |   if (tevendim) delete [] tevendim; if (tevencut) delete [] tevencut;
      |                                     ^~
mscdrun.cpp:33:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
   33 |   if (laycell) delete [] laycell; if (layorig) delete [] layorig;
      |   ^~
mscdrun.cpp:33:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   33 |   if (laycell) delete [] laycell; if (layorig) delete [] layorig;
      |                                   ^~
mscdrun.cpp:34:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
   34 |   if (layfit)  delete [] layfit; if (laxcell) delete [] laxcell;
      |   ^~
mscdrun.cpp:34:34: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   34 |   if (layfit)  delete [] layfit; if (laxcell) delete [] laxcell;
      |                                  ^~
mscdrun.cpp:35:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
   35 |   if (laxorig) delete [] laxorig; if (fitvars) delete [] fitvars;
      |   ^~
mscdrun.cpp:35:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   35 |   if (laxorig) delete [] laxorig; if (fitvars) delete [] fitvars;
      |                                   ^~
mscdrun.cpp:36:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
   36 |   if (aweight) delete [] aweight; if (magamp) delete [] magamp;
      |   ^~
mscdrun.cpp:36:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   36 |   if (aweight) delete [] aweight; if (magamp) delete [] magamp;
      |                                   ^~
mscdrun.cpp:37:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
   37 |   if (patom) delete [] patom; if (tevenpar) delete [] tevenpar;
      |   ^~
mscdrun.cpp:37:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   37 |   if (patom) delete [] patom; if (tevenpar) delete [] tevenpar;
      |                               ^~
mscdrun.cpp:38:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
   38 |   if (devenpar) delete [] devenpar; if (talpha) delete [] talpha;
      |   ^~
mscdrun.cpp:38:37: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   38 |   if (devenpar) delete [] devenpar; if (talpha) delete [] talpha;
      |                                     ^~
mscdrun.cpp:39:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
   39 |   if (tgamma) delete [] tgamma; if (fithist) delete [] fithist;
      |   ^~
mscdrun.cpp:39:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   39 |   if (tgamma) delete [] tgamma; if (fithist) delete [] fithist;
      |                                 ^~
mscdrun.cpp:45:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
   45 |   if (radmatrix) delete radmatrix; if (meanpath) delete meanpath;
      |   ^~
mscdrun.cpp:45:36: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   45 |   if (radmatrix) delete radmatrix; if (meanpath) delete meanpath;
      |                                    ^~
mscdrun.cpp:47:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
   47 |   if (evenmat) delete evenmat; if (termmat) delete termmat;
      |   ^~
mscdrun.cpp:47:32: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   47 |   if (evenmat) delete evenmat; if (termmat) delete termmat;
      |                                ^~
mscdrun.cpp:49:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
   49 |   if (hanka) delete hanka; if (hankb) delete hankb;
      |   ^~
mscdrun.cpp:49:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   49 |   if (hanka) delete hanka; if (hankb) delete hankb;
      |                            ^~
mscdrun.cpp: In member function ‘int Mscdrun::receivejobs()’:
mscdrun.cpp:539:29: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
  539 |     if ((error==0)&&(recsize>sizeof(int)))
      |                      ~~~~~~~^~~~~~~~~~~~
mscdrun.cpp:544:29: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
  544 |     if ((error==0)&&(recsize>sizeof(int)))
      |                      ~~~~~~~^~~~~~~~~~~~
mscdrun.cpp: In member function ‘int Mscdrun::pasupimport(char*, int, int)’:
mscdrun.cpp:648:29: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
  648 |     else if ((length<0)||(kb<sizeof(int))||(length!=kb)) ka=-1;
      |                           ~~^~~~~~~~~~~~
mscdrun.cpp: In member function ‘int Mscdrun::receivesup(int)’:
mscdrun.cpp:757:31: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
  757 |       if ((error==0)&&(recsize>sizeof(int)))
      |                        ~~~~~~~^~~~~~~~~~~~
mscdrun.cpp:771:33: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
  771 |         if ((error==0)&&(recsize>sizeof(int)))
      |                          ~~~~~~~^~~~~~~~~~~~
mpic++ -c  -O3 -std=c++98 -Wall  -o mscdruna.o mscdruna.cpp
mscdruna.cpp: In member function ‘int Mscdrun::readparameter()’:
mscdruna.cpp:90:17: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
   90 |   char *unknown="unknown";
      |                 ^~~~~~~~~
mscdruna.cpp:503:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  503 |   if (membuf) delete [] membuf; if (namebuf) delete [] namebuf;
      |   ^~
mscdruna.cpp:503:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  503 |   if (membuf) delete [] membuf; if (namebuf) delete [] namebuf;
      |                                 ^~
mscdruna.cpp:504:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  504 |   if (fnamebuf) delete [] fnamebuf; if (expfile) delete [] expfile;
      |   ^~
mscdruna.cpp:504:37: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  504 |   if (fnamebuf) delete [] fnamebuf; if (expfile) delete [] expfile;
      |                                     ^~
mpic++ -c  -O3 -std=c++98 -Wall  -o mscdrunb_not_reanalize.o mscdrunb_not_reanalize.cpp
mscdrunb_not_reanalize.cpp: In member function ‘int Mscdrun::paradisp()’:
mscdrunb_not_reanalize.cpp:29:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
   29 |     { conout.string("  psfile: "); conout.string(psfile,20);
      |                     ^~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:41:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
   41 |     { conout.string("  rmfile: "); conout.string(rmfile,20);
      |                     ^~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:43:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
   43 |     conout.string("  pefile: "); conout.string(foutname,20,2);
      |                   ^~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:46:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
   46 |     conout.string("scanmode dispmode tolerance",0,2);
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:49:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
   49 |     conout.string("   linitial lnum msorder raorder",0,1);
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:52:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
   52 |     conout.string("   totlayer finals fitmath trymax",0,1);
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:55:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
   55 |     conout.string("kmin kmax kstep",0,1);
      |                   ^~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:58:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
   58 |     conout.string("dthetamin dthetamax dthetastep",0,1);
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:61:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
   61 |     conout.string("dphimin dphimax dphistep",0,1);
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:64:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
   64 |     conout.string("ltheta lphi beampol",0,1);
      |                   ^~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:67:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
   67 |     conout.string("mtheta mphi accepang",0,1);
      |                   ^~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:70:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
   70 |     conout.string("radius depth lattice",0,1);
      |                   ^~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:75:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
   75 |     conout.string("   valence bandgap density mweight",0,1);
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:80:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
   80 |     conout.string("effective weight for kind 1-");
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:86:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
   86 |     conout.string("magnetization amplitude for kind 1-");
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:94:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
   94 |     conout.string(" vinner tdebye tsample pathcut",0,1);
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:99:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
   99 |     conout.string("fitting try for vinner, tdebye and lattice",0,1);
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:107:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  107 |       conout.string("   layer katom emiter atoms",0,1);
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:109:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  109 |       conout.string("   latoma(x1,x2) latomb(y1,y2)",0,1);
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:114:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  114 |       conout.string("   unita(len,ang) unitb(len,ang)",0,1);
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:119:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  119 |       conout.string("origin(len ang spacing)",0,1);
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:124:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  124 |       conout.string("fitting try for spacing, length and units",0,1);
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:137:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  137 |       conout.string("     no katom emiter x y z",0,1);
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:141:23: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  141 |         conout.string("     nearest and farrest bonding length",0,1);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:157:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  157 |       conout.string("   no k dtheta dphi ltheta lphi",0,1);
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:165:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  165 |     conout.string("   linitial lnum msorder raorder",0,1);
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:168:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  168 |     conout.string("   natoms emiters katoms nlayer",0,1);
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:171:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  171 |     conout.string("   scanmode nfit nfollow npoint",0,2);
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp: In member function ‘int Mscdrun::paradisplog()’:
mscdrunb_not_reanalize.cpp:185:23: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  185 |     { flogout->string("  psfile: "); flogout->string(psfile,20);
      |                       ^~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:197:23: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  197 |     { flogout->string("  rmfile: "); flogout->string(rmfile,20);
      |                       ^~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:199:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  199 |     flogout->string("  pefile: "); flogout->string(foutname,20,2);
      |                     ^~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:203:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  203 |     flogout->string("scanmode dispmode tolerance",0,2);
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:206:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  206 |     flogout->string("   linitial lnum msorder raorder",0,1);
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:209:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  209 |     flogout->string("   totlayer finals fitmath trymax",0,1);
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:213:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  213 |     flogout->string("kmin kmax kstep",0,1);
      |                     ^~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:217:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  217 |     flogout->string("dthetamin dthetamax dthetastep",0,1);
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:221:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  221 |     flogout->string("dphimin dphimax dphistep",0,1);
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:225:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  225 |     flogout->string("ltheta lphi beampol",0,1);
      |                     ^~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:229:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  229 |     flogout->string("mtheta mphi accepang",0,1);
      |                     ^~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:233:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  233 |     flogout->string("radius depth lattice",0,1);
      |                     ^~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:238:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  238 |     flogout->string("   valence bandgap density mweight",0,1);
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:243:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  243 |     flogout->string("effective weight for kind 1-");
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:249:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  249 |     flogout->string("magnetization amplitude for kind 1-");
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:257:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  257 |     flogout->string(" vinner tdebye tsample pathcut",0,1);
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:262:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  262 |     flogout->string("fitting try for vinner, tdebye and lattice",0,2);
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:270:23: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  270 |       flogout->string("   layer katom emiter atoms",0,1);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:272:23: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  272 |       flogout->string("   latoma(x1,x2) latomb(y1,y2)",0,1);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:277:23: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  277 |       flogout->string("   unita(len,ang) unitb(len,ang)",0,1);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:282:23: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  282 |       flogout->string("origin(len ang spacing)",0,1);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:287:23: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  287 |       flogout->string("fitting try for spacing, length and units",0,2);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:299:23: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  299 |       flogout->string("     no katom emiter x y z",0,1);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:303:25: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  303 |         flogout->string("     nearest and farrest bonding length",0,1);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:319:23: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  319 |       flogout->string("   no k dtheta dphi ltheta lphi",0,1);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:326:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  326 |     flogout->string("   linitial lnum msorder raorder",0,1);
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:329:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  329 |     flogout->string("   natoms emiters katoms nlayer",0,1);
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:332:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  332 |     flogout->string("   scanmode nfit nfollow npoint",0,2);
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp: In member function ‘int Mscdrun::symtrivert()’:
mscdrunb_not_reanalize.cpp:361:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  361 |     conout.string("Analyzing, please wait ...",0,1);
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:419:29: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  419 |               conout.string("Reanalyzing, please wait ...",0,1);
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:576:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  576 |       conout.string("   nsymm mscatter distribute percentages",0,1);
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:579:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  579 |       conout.string("   ntrieven nscorse their percents",0,1);
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:584:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  584 |   { flogout->string("Analyzed symmetries for ");
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:585:48: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  585 |     flogout->integer(analyze); flogout->string(" times",0,1);
      |                                                ^~~~~~~~
mscdrunb_not_reanalize.cpp:588:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  588 |     flogout->string("   nsymm mscatter distribute percentages",0,1);
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:591:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  591 |     flogout->string("   ntrieven nscorse their percents",0,1);
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp: In member function ‘int Mscdrun::symdblvert()’:
mscdrunb_not_reanalize.cpp:671:37: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  671 |     conout.space(19); conout.string("ndbleven percentage",0,1);
      |                                     ^~~~~~~~~~~~~~~~~~~~~
mscdrunb_not_reanalize.cpp:676:41: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  676 |     flogout->space(19); flogout->string("ndbleven percentage",0,1);
      |                                         ^~~~~~~~~~~~~~~~~~~~~
mpic++ -c  -O3 -std=c++98 -Wall  -o mscdrunc.o mscdrunc.cpp
mscdrunc.cpp: In member function ‘int Mscdrun::alltrievent(int, float)’:
mscdrunc.cpp:265:7: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  265 |       if (xd<xe) xd=xe; if (xc<xd) xc=xd;
      |       ^~
mscdrunc.cpp:265:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  265 |       if (xd<xe) xd=xe; if (xc<xd) xc=xd;
      |                         ^~
mscdrunc.cpp:266:7: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  266 |       if (xb<xc) xb=xc; if (xa<xb) xa=xb;
      |       ^~
mscdrunc.cpp:266:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  266 |       if (xb<xc) xb=xc; if (xa<xb) xa=xb;
      |                         ^~
mscdrunc.cpp: In member function ‘int Mscdrun::precutable()’:
mscdrunc.cpp:287:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  287 |       conout.string("calculating vibrational coefficients ...",0,16+1);
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunc.cpp:289:23: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  289 |       flogout->string("calculating vibrational coefficients ...",
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunc.cpp:291:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  291 |     if (vibrate) delete vibrate; vibrate=new Vibration;
      |     ^~
mscdrunc.cpp:291:34: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  291 |     if (vibrate) delete vibrate; vibrate=new Vibration;
      |                                  ^~~~~~~
mscdrunc.cpp:298:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  298 |       conout.string("calculating rotational matrices ...",0,1);
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunc.cpp:300:23: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  300 |       flogout->string("calculating rotational matrices ...",0,1);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunc.cpp:301:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  301 |     if (evenmat) delete evenmat; evenmat=new Rotamat;
      |     ^~
mscdrunc.cpp:301:34: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  301 |     if (evenmat) delete evenmat; evenmat=new Rotamat;
      |                                  ^~~~~~~
mscdrunc.cpp:312:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  312 |       conout.string("calculating spherical expension coefficients ...",
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunc.cpp:315:7: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  315 |       "calculating spherical expension coefficients ...",0,2);
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunc.cpp:317:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  317 |     if (hanka) delete hanka; if (hankb) delete hankb;
      |     ^~
mscdrunc.cpp:317:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  317 |     if (hanka) delete hanka; if (hankb) delete hankb;
      |                              ^~
mscdrunc.cpp:360:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  360 |       conout.string("setting up pre-cut table ...",0,2);
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunc.cpp:362:23: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  362 |       flogout->string("setting up pre-cut table ...",0,2);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunc.cpp:465:31: warning: statement has no effect [-Wunused-value]
  465 |           else if (m>8) eledim>>24;
      |                         ~~~~~~^~~~
mscdrunc.cpp:553:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  553 |     { conout.string("This job allocated ",0,16);
      |                     ^~~~~~~~~~~~~~~~~~~~~
mscdrunc.cpp:555:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  555 |       conout.string(" megabytes memory in ");
      |                     ^~~~~~~~~~~~~~~~~~~~~~~
mscdrunc.cpp:557:34: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  557 |       if (numpe<2) conout.string(" processor",0,2);
      |                                  ^~~~~~~~~~~~
mscdrunc.cpp:558:26: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  558 |       else conout.string(" processors",0,2);
      |                          ^~~~~~~~~~~~~
mscdrunc.cpp:564:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  564 |     conout.string("   trieven dbleven corse trielem",0,1);
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunc.cpp:570:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  570 |       conout.string("   event percent (msorder=");
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunc.cpp:571:40: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  571 |       conout.integer(m); conout.string(")",0,1);
      |                                        ^~~
mscdrunc.cpp:576:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  576 |     conout.string("   unique event percent",0,1);
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunc.cpp:586:23: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  586 |     { flogout->string("This job allocated ",0,16);
      |                       ^~~~~~~~~~~~~~~~~~~~~
mscdrunc.cpp:588:23: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  588 |       flogout->string(" megabytes memory in ");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~
mscdrunc.cpp:590:36: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  590 |       if (numpe<2) flogout->string(" processor",0,2);
      |                                    ^~~~~~~~~~~~
mscdrunc.cpp:591:28: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  591 |       else flogout->string(" processors",0,2);
      |                            ^~~~~~~~~~~~~
mscdrunc.cpp:598:23: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  598 |       flogout->string("   event percent (msorder=");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunc.cpp:599:44: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  599 |       flogout->integer(m); flogout->string(")",0,1);
      |                                            ^~~
mscdrunc.cpp:602:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  602 |     flogout->string("   unique event percent",0,1);
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~
mscdrunc.cpp:607:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  607 |   if (asum) delete [] asum; if (bsum) delete [] bsum;
      |   ^~
mscdrunc.cpp:607:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  607 |   if (asum) delete [] asum; if (bsum) delete [] bsum;
      |                             ^~
mscdrunc.cpp:612:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  612 |   if (talpha) delete [] talpha; if (tgamma) delete [] tgamma;
      |   ^~
mscdrunc.cpp:612:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  612 |   if (talpha) delete [] talpha; if (tgamma) delete [] tgamma;
      |                                 ^~
mpic++ -c  -O3 -std=c++98 -Wall  -o mscdrund.o mscdrund.cpp
mscdrund.cpp: In member function ‘int Mscdrun::intensity(int, float*, float*, float*, float*)’:
mscdrund.cpp:288:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  288 |   if (asum) delete [] asum; if (bsum) delete [] bsum;
      |   ^~
mscdrund.cpp:288:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  288 |   if (asum) delete [] asum; if (bsum) delete [] bsum;
      |                             ^~
mscdrund.cpp: In member function ‘int Mscdrun::dispintensity(int, int, int, float, float, float, float, float, float)’:
mscdrund.cpp:306:34: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  306 |     if (msorder>1) conout.string("Multiple scattering",0,16);
      |                                  ^~~~~~~~~~~~~~~~~~~~~
mscdrund.cpp:307:40: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  307 |     else if (msorder==1) conout.string("Single scattering",0,16);
      |                                        ^~~~~~~~~~~~~~~~~~~
mscdrund.cpp:308:24: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  308 |     else conout.string("Photoemission",0,16);
      |                        ^~~~~~~~~~~~~~~
mscdrund.cpp:309:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  309 |     conout.string(" calculation (msorder=");
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~
mscdrund.cpp:310:44: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  310 |     conout.integer(msorder); conout.string(" raorder=");
      |                                            ^~~~~~~~~~~
mscdrund.cpp:311:44: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  311 |     conout.integer(raorder); conout.string(")",0,1);
      |                                            ^~~
mscdrund.cpp:315:36: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  315 |   { if (msorder>1) flogout->string("Multiple scattering",0,16);
      |                                    ^~~~~~~~~~~~~~~~~~~~~
mscdrund.cpp:316:42: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  316 |     else if (msorder==1) flogout->string("Single scattering",0,16);
      |                                          ^~~~~~~~~~~~~~~~~~~
mscdrund.cpp:317:26: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  317 |     else flogout->string("Photoemission",0,16);
      |                          ^~~~~~~~~~~~~~~
mscdrund.cpp:318:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  318 |     flogout->string(" calculation (msorder=");
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~
mscdrund.cpp:319:48: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  319 |     flogout->integer(msorder); flogout->string(" raorder=");
      |                                                ^~~~~~~~~~~
mscdrund.cpp:320:48: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  320 |     flogout->integer(raorder); flogout->string(")",0,1);
      |                                                ^~~
mscdrund.cpp:328:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  328 |     conout.string("deviation theta and phi",0,1);
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~
mscdrund.cpp:339:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  339 |       conout.string(" general vinner tdebye lattice",0,1);
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrund.cpp:348:23: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  348 |         conout.string("   layer spacing length units",0,1);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrund.cpp:355:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  355 |     flogout->string("deviation theta and phi",0,1);
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~
mscdrund.cpp:367:23: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  367 |       flogout->string(" general vinner tdebye lattice",0,1);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrund.cpp:376:25: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  376 |         flogout->string("   layer spacing length units",0,1);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrund.cpp:384:53: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  384 |     conout.floating(job,8.2f,256+16); conout.string("% of job ");
      |                                                     ^~~~~~~~~~~
mscdrund.cpp:385:47: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  385 |     conout.integer(jobnum+1,3); conout.string(" of ");
      |                                               ^~~~~~
mscdrund.cpp:386:47: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  386 |     conout.integer(jobtotal,3); conout.string(" completed.",0,1);
      |                                               ^~~~~~~~~~~~~
mscdrund.cpp:390:53: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  390 |     conout.floating(job,8.2f,256+16); conout.string("% of try ");
      |                                                     ^~~~~~~~~~~
mscdrund.cpp:391:47: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  391 |     conout.integer(trynum+1,3); conout.string(", job ");
      |                                               ^~~~~~~~
mscdrund.cpp:392:47: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  392 |     conout.integer(jobnum+1,3); conout.string(" of ");
      |                                               ^~~~~~
mscdrund.cpp:393:47: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  393 |     conout.integer(jobtotal,3); conout.string(" completed.",0,1);
      |                                               ^~~~~~~~~~~~~
mscdrund.cpp:396:57: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  396 |   { flogout->floating(job,8.2f,256+16); flogout->string("% of job ");
      |                                                         ^~~~~~~~~~~
mscdrund.cpp:397:51: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  397 |     flogout->integer(jobnum+1,3); flogout->string(" of ");
      |                                                   ^~~~~~
mscdrund.cpp:398:51: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  398 |     flogout->integer(jobtotal,3); flogout->string(" completed.",0,1);
      |                                                   ^~~~~~~~~~~~~
mscdrund.cpp:402:57: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  402 |   { flogout->floating(job,8.2f,256+16); flogout->string("% of try ");
      |                                                         ^~~~~~~~~~~
mscdrund.cpp:403:51: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  403 |     flogout->integer(trynum+1,3); flogout->string(", job ");
      |                                                   ^~~~~~~~
mscdrund.cpp:404:51: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  404 |     flogout->integer(jobnum+1,3); flogout->string(" of ");
      |                                                   ^~~~~~
mscdrund.cpp:405:51: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  405 |     flogout->integer(jobtotal,3); flogout->string(" completed.",0,1);
      |                                                   ^~~~~~~~~~~~~
mscdrund.cpp:411:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  411 |     conout.string("number",6,16); conout.string("kout",15);
      |                   ^~~~~~~~
mscdrund.cpp:411:49: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  411 |     conout.string("number",6,16); conout.string("kout",15);
      |                                                 ^~~~~~
mscdrund.cpp:412:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  412 |     conout.string("theta",15); conout.string("phi",15);
      |                   ^~~~~~~
mscdrund.cpp:412:46: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  412 |     conout.string("theta",15); conout.string("phi",15);
      |                                              ^~~~~
mscdrund.cpp:413:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  413 |     conout.string("intensity",15,1);
      |                   ^~~~~~~~~~~
mscdrund.cpp:422:50: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  422 |     conout.floating(job,8.2f,256); conout.string("% of job ");
      |                                                  ^~~~~~~~~~~
mscdrund.cpp:423:47: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  423 |     conout.integer(jobnum+1,3); conout.string(" of ");
      |                                               ^~~~~~
mscdrund.cpp:424:47: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  424 |     conout.integer(jobtotal,3); conout.string(" completed.",0,1);
      |                                               ^~~~~~~~~~~~~
mscdrund.cpp:428:50: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  428 |     conout.floating(job,8.2f,256); conout.string("% of try ");
      |                                                  ^~~~~~~~~~~
mscdrund.cpp:429:47: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  429 |     conout.integer(trynum+1,4); conout.string(", job ");
      |                                               ^~~~~~~~
mscdrund.cpp:430:47: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  430 |     conout.integer(jobnum+1,3); conout.string(" of ");
      |                                               ^~~~~~
mscdrund.cpp:431:47: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  431 |     conout.integer(jobtotal,3); conout.string(" completed.",0,1);
      |                                               ^~~~~~~~~~~~~
mscdrund.cpp:434:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  434 |   { flogout->string("number",6,16); flogout->string("kout",15);
      |                     ^~~~~~~~
mscdrund.cpp:434:53: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  434 |   { flogout->string("number",6,16); flogout->string("kout",15);
      |                                                     ^~~~~~
mscdrund.cpp:435:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  435 |     flogout->string("theta",15); flogout->string("phi",15);
      |                     ^~~~~~~
mscdrund.cpp:435:50: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  435 |     flogout->string("theta",15); flogout->string("phi",15);
      |                                                  ^~~~~
mscdrund.cpp:436:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  436 |     flogout->string("intensity",15,1);
      |                     ^~~~~~~~~~~
mscdrund.cpp:445:54: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  445 |   { flogout->floating(job,8.2f,256); flogout->string("% of job ");
      |                                                      ^~~~~~~~~~~
mscdrund.cpp:446:51: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  446 |     flogout->integer(jobnum+1,3); flogout->string(" of ");
      |                                                   ^~~~~~
mscdrund.cpp:447:51: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  447 |     flogout->integer(jobtotal,3); flogout->string(" completed.",0,1);
      |                                                   ^~~~~~~~~~~~~
mscdrund.cpp:451:54: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  451 |   { flogout->floating(job,8.2f,256); flogout->string("% of try ");
      |                                                      ^~~~~~~~~~~
mscdrund.cpp:452:51: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  452 |     flogout->integer(trynum+1,4); flogout->string(", job ");
      |                                                   ^~~~~~~~
mscdrund.cpp:453:51: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  453 |     flogout->integer(jobnum+1,3); flogout->string(" of ");
      |                                                   ^~~~~~
mscdrund.cpp:454:51: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  454 |     flogout->integer(jobtotal,3); flogout->string(" completed.",0,1);
      |                                                   ^~~~~~~~~~~~~
mscdrund.cpp:460:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  460 |     conout.string("job ",0,16); conout.integer(jobnum+1,3);
      |                   ^~~~~~
mscdrund.cpp:461:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  461 |     conout.string(" of "); conout.integer(jobtotal,3);
      |                   ^~~~~~
mscdrund.cpp:462:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  462 |     conout.string(" completed.",0,1);
      |                   ^~~~~~~~~~~~~
mscdrund.cpp:466:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  466 |     conout.string("job ",0,16); conout.integer(jobnum+1,3);
      |                   ^~~~~~
mscdrund.cpp:467:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  467 |     conout.string(" of "); conout.integer(jobtotal,3);
      |                   ^~~~~~
mscdrund.cpp:468:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  468 |     conout.string(" completed, factors = ");
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~
mscdrund.cpp:474:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  474 |     conout.string("TRY ",0,16); conout.integer(trynum+1,4);
      |                   ^~~~~~
mscdrund.cpp:475:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  475 |     conout.string(", job "); conout.integer(jobnum+1,3);
      |                   ^~~~~~~~
mscdrund.cpp:476:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  476 |     conout.string(" of "); conout.integer(jobtotal,3);
      |                   ^~~~~~
mscdrund.cpp:477:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  477 |     conout.string(" completed, factors = ");
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~
mscdrund.cpp:483:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  483 |     conout.string("Try ",0,16); conout.integer(trynum+1,4);
      |                   ^~~~~~
mscdrund.cpp:484:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  484 |     conout.string(", job "); conout.integer(jobnum+1,3);
      |                   ^~~~~~~~
mscdrund.cpp:485:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  485 |     conout.string(" of "); conout.integer(jobtotal,3);
      |                   ^~~~~~
mscdrund.cpp:486:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  486 |     conout.string(" completed, factors = ");
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~
mscdrund.cpp:492:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  492 |     conout.string("try ",0,16); conout.integer(trynum+1,4);
      |                   ^~~~~~
mscdrund.cpp:493:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  493 |     conout.string(", job "); conout.integer(jobnum+1,3);
      |                   ^~~~~~~~
mscdrund.cpp:494:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  494 |     conout.string(" of "); conout.integer(jobtotal,3);
      |                   ^~~~~~
mscdrund.cpp:495:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  495 |     conout.string(" completed, factors = ");
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~
mscdrund.cpp:501:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  501 |     conout.string("job ",0,16); conout.integer(jobnum+1,3);
      |                   ^~~~~~
mscdrund.cpp:502:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  502 |     conout.string(" of "); conout.integer(jobtotal,3);
      |                   ^~~~~~
mscdrund.cpp:503:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  503 |     conout.string(" completed, factors = ");
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~
mscdrund.cpp:512:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  512 |   { flogout->string("job ",0,16); flogout->integer(jobnum+1,3);
      |                     ^~~~~~
mscdrund.cpp:513:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  513 |     flogout->string(" of "); flogout->integer(jobtotal,3);
      |                     ^~~~~~
mscdrund.cpp:514:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  514 |     flogout->string(" completed.",0,1);
      |                     ^~~~~~~~~~~~~
mscdrund.cpp:519:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  519 |   { flogout->string("job ",0,16); flogout->integer(jobnum+1,3);
      |                     ^~~~~~
mscdrund.cpp:520:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  520 |     flogout->string(" of "); flogout->integer(jobtotal,3);
      |                     ^~~~~~
mscdrund.cpp:521:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  521 |     flogout->string(" completed, factors = ");
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~
mscdrund.cpp:528:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  528 |   { flogout->string("TRY ",0,16); flogout->integer(trynum+1,4);
      |                     ^~~~~~
mscdrund.cpp:529:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  529 |     flogout->string(", job "); flogout->integer(jobnum+1,3);
      |                     ^~~~~~~~
mscdrund.cpp:530:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  530 |     flogout->string(" of "); flogout->integer(jobtotal,3);
      |                     ^~~~~~
mscdrund.cpp:531:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  531 |     flogout->string(" completed, factors = ");
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~
mscdrund.cpp:538:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  538 |   { flogout->string("Try ",0,16); flogout->integer(trynum+1,4);
      |                     ^~~~~~
mscdrund.cpp:539:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  539 |     flogout->string(", job "); flogout->integer(jobnum+1,3);
      |                     ^~~~~~~~
mscdrund.cpp:540:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  540 |     flogout->string(" of "); flogout->integer(jobtotal,3);
      |                     ^~~~~~
mscdrund.cpp:541:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  541 |     flogout->string(" completed, factors = ");
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~
mscdrund.cpp:548:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  548 |   { flogout->string("try ",0,16); flogout->integer(trynum+1,4);
      |                     ^~~~~~
mscdrund.cpp:549:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  549 |     flogout->string(", job "); flogout->integer(jobnum+1,3);
      |                     ^~~~~~~~
mscdrund.cpp:550:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  550 |     flogout->string(" of "); flogout->integer(jobtotal,3);
      |                     ^~~~~~
mscdrund.cpp:551:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  551 |     flogout->string(" completed, factors = ");
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~
mpic++ -c  -O3 -std=c++98 -Wall  -o mscdrune.o mscdrune.cpp
mscdrune.cpp: In member function ‘int Mscdrun::fitarpefs(Mscdrun*)’:
mscdrune.cpp:178:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  178 |   if (xdata) delete [] xdata; if (ydata) delete [] ydata;
      |   ^~
mscdrune.cpp:178:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  178 |   if (xdata) delete [] xdata; if (ydata) delete [] ydata;
      |                               ^~
mscdrune.cpp:179:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  179 |   if (ybest) delete [] ybest; if (abest) delete [] abest;
      |   ^~
mscdrune.cpp:179:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  179 |   if (ybest) delete [] ybest; if (abest) delete [] abest;
      |                               ^~
mscdrune.cpp:180:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  180 |   if (afit) delete [] afit; if (safit) delete [] safit;
      |   ^~
mscdrune.cpp:180:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  180 |   if (afit) delete [] afit; if (safit) delete [] safit;
      |                             ^~
mscdrune.cpp: In member function ‘int Mscdrun::savecurve(char*, char*)’:
mscdrune.cpp:207:24: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  207 |         fileout.string("datakind beginning-row linenumbers",0,1);
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrune.cpp:208:27: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  208 |       else fileout.string("datakind beginning-row multi-curves",0,1);
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrune.cpp:210:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  210 |       fileout.string(" angle-resolved photoemission extended fine");
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrune.cpp:211:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  211 |       fileout.string(" structure (ARPEFS)",0,1);
      |                      ^~~~~~~~~~~~~~~~~~~~~
mscdrune.cpp:212:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  212 |       fileout.string(" multiple scattering calculation of ");
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrune.cpp:214:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  214 |       fileout.string(" calculated by ");
      |                      ^~~~~~~~~~~~~~~~~
mscdrune.cpp:215:48: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  215 |       fileout.string(username); fileout.string(" on ");
      |                                                ^~~~~~
mscdrune.cpp:218:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  218 |       fileout.string("   initial angular momentum (li) = ",0,16);
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrune.cpp:219:49: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  219 |       fileout.integer(linitial); fileout.string("   msorder= ");
      |                                                 ^~~~~~~~~~~~~~
mscdrune.cpp:220:50: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  220 |       fileout.integer(msorder,2); fileout.string("   raorder=");
      |                                                  ^~~~~~~~~~~~~
mscdrune.cpp:223:9: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  223 |         "   photon polarization angle (polar,azimuth) =(");
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrune.cpp:226:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  226 |       fileout.string(" ) (deg)",0,1);
      |                      ^~~~~~~~~~
mscdrune.cpp:227:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  227 |       fileout.string("   radius, depth and lattice constant=",0,16);
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrune.cpp:228:57: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  228 |       fileout.floating(radius,6.1f,256); fileout.string(",");
      |                                                         ^~~
mscdrune.cpp:229:56: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  229 |       fileout.floating(depth,6.1f,256); fileout.string(" and ");
      |                                                        ^~~~~~~
mscdrune.cpp:231:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  231 |       fileout.string(" angstrom",0,1);
      |                      ^~~~~~~~~~~
mscdrune.cpp:232:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  232 |       fileout.string("   cluster size="); fileout.integer(natoms,4);
      |                      ^~~~~~~~~~~~~~~~~~
mscdrune.cpp:233:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  233 |       fileout.string(" atoms and spacings=");
      |                      ^~~~~~~~~~~~~~~~~~~~~~
mscdrune.cpp:238:38: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  238 |       if (totlayer>3) fileout.string(" angs",0,1);
      |                                      ^~~~~~~
mscdrune.cpp:239:27: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  239 |       else fileout.string(" angstrom",0,1);
      |                           ^~~~~~~~~~~
mscdrune.cpp:240:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  240 |       fileout.string("   inner potential=");
      |                      ^~~~~~~~~~~~~~~~~~~~~
mscdrune.cpp:242:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  242 |       fileout.string(" V  debye and sample temperature=");
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrune.cpp:243:54: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  243 |       fileout.integer((int)tdebye,4); fileout.string(",");
      |                                                      ^~~
mscdrune.cpp:244:55: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  244 |       fileout.integer((int)tsample,4); fileout.string(" K",0,1);
      |                                                       ^~~~
mscdrune.cpp:246:24: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  246 |       { fileout.string("   number of valence electrons=");
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrune.cpp:248:24: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  248 |         fileout.string("     bandgap energy=");
      |                        ^~~~~~~~~~~~~~~~~~~~~~
mscdrune.cpp:250:24: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  250 |         fileout.string(" eV",0,1);
      |                        ^~~~~
mscdrune.cpp:253:24: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  253 |       { fileout.string("   electron attenuation length=");
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrune.cpp:255:24: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  255 |         fileout.string("*energy^");
      |                        ^~~~~~~~~~
mscdrune.cpp:257:24: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  257 |         fileout.string(" angstrom",0,1);
      |                        ^~~~~~~~~~~
mscdrune.cpp:260:24: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  260 |       { fileout.string("   electron wave attenuation due to inelastic");
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrune.cpp:261:24: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  261 |         fileout.string(" process not considered",0,1);
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~
mscdrune.cpp:263:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  263 |       fileout.string("   density of bulk=");
      |                      ^~~~~~~~~~~~~~~~~~~~~
mscdrune.cpp:265:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  265 |       fileout.string(" g/cm3     molecular weight=");
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrune.cpp:267:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  267 |       fileout.string(" amu",0,1);
      |                      ^~~~~~
mscdrune.cpp:269:24: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  269 |       { fileout.string("   effective weight=");
      |                        ^~~~~~~~~~~~~~~~~~~~~~
mscdrune.cpp:271:24: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  271 |         fileout.string(" amu",0,1);
      |                        ^~~~~~
mscdrune.cpp:274:24: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  274 |       { fileout.string("   effective weight for kind 1-");
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrune.cpp:275:49: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  275 |         fileout.integer(katoms); fileout.string(" =");
      |                                                 ^~~~
mscdrune.cpp:277:24: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  277 |         fileout.string(" amu",0,1);
      |                        ^~~~~~
mscdrune.cpp:279:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  279 |       fileout.string("   half aperture angle= ");
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrune.cpp:280:59: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  280 |       fileout.floating(accepang,6.1f,256); fileout.string(" deg");
      |                                                           ^~~~~~
mscdrune.cpp:281:41: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  281 |       fileout.space(12); fileout.string("pathcut= ");
      |                                         ^~~~~~~~~~~
mscdrune.cpp:288:24: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  288 |         fileout.string("   photoemission energy scan curves",0,16+1);
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrune.cpp:290:24: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  290 |         fileout.string("   photoemission energy scan hologram",0,16+1);
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrune.cpp:292:24: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  292 |         fileout.string("   photoemission polar scan curves",0,16+1);
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrune.cpp:294:24: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  294 |         fileout.string("   photoemission azimuthal scan curves",0,16+1);
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrune.cpp:296:24: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  296 |         fileout.string("   photoelectron diffraction curves",0,16+1);
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrune.cpp:298:9: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  298 |         "     parameters: curve point theta phi weightc weighte",0,1);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrune.cpp:299:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  299 |       fileout.string("     columns: ");
      |                      ^~~~~~~~~~~~~~~~
mscdrune.cpp:300:54: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  300 |       if ((scanuni==1)||(scanuni==5)) fileout.string("wavevec ");
      |                                                      ^~~~~~~~~~
mscdrune.cpp:301:59: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  301 |       else if ((scanuni==2)||(scanuni==6)) fileout.string("theta ");
      |                                                           ^~~~~~~~
mscdrune.cpp:302:59: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  302 |       else if ((scanuni==3)||(scanuni==7)) fileout.string("phi ");
      |                                                           ^~~~~~
mscdrune.cpp:303:59: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  303 |       else if ((scanuni==4)||(scanuni==8)) fileout.string("theta phi ");
      |                                                           ^~~~~~~~~~~~
mscdrune.cpp:304:37: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  304 |       if (scanten<3) fileout.string("intensity background chical");
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrune.cpp:305:42: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  305 |       else if (scanten<5) fileout.string("intlcp intrcp asymcal");
      |                                          ^~~~~~~~~~~~~~~~~~~~~~~
mscdrune.cpp:306:42: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  306 |       else if (scanten<7) fileout.string("intmup intmdown asymcal");
      |                                          ^~~~~~~~~~~~~~~~~~~~~~~~~
mscdrune.cpp:307:42: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  307 |       else if (scanten<9) fileout.string("intsup intsdown asymcal");
      |                                          ^~~~~~~~~~~~~~~~~~~~~~~~~
mscdrune.cpp:308:52: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  308 |       if ((fitmode>0)&&(scanten<3)) fileout.string(" chiexp");
      |                                                    ^~~~~~~~~
mscdrune.cpp:309:57: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  309 |       else if ((fitmode>0)&&(scanten<9)) fileout.string(" asymexp");
      |                                                         ^~~~~~~~~~
mscdrune.cpp:314:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  314 |       fileout.string("  ncurve npoint nk ntheta nphi nangle",0,1);
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrune.cpp:391:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  391 |     { fileout.string("fitted parameters ( nfit = ",0,16);
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrune.cpp:392:47: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  392 |       fileout.integer(nfit,2); fileout.string("  nfollow = ");
      |                                               ^~~~~~~~~~~~~~
mscdrune.cpp:393:50: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  393 |       fileout.integer(nfollow,2); fileout.string("  )",0,1);
      |                                                  ^~~~~
mscdrune.cpp:394:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  394 |       fileout.string("   r-factora = ",0,16);
      |                      ^~~~~~~~~~~~~~~~~
mscdrune.cpp:396:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  396 |       fileout.string("   r-factorb = ");
      |                      ^~~~~~~~~~~~~~~~~
mscdrune.cpp:402:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  402 |       fileout.string("general vinner tdebye lattice",0,1);
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrune.cpp:409:24: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  409 |         fileout.string("  layer spacing length units",0,1);
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrune.cpp:411:41: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  411 |       fileout.space(43); fileout.string("unit: lattice constant",0,2);
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~
mscdrune.cpp:412:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  412 |       fileout.string("   r-factora=sum((chic-chie)*(chic-chie))");
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrune.cpp:413:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  413 |       fileout.string("/(sum(chic*chic+chie*chie)",0,1);
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrune.cpp:414:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  414 |       fileout.string("   r-factorb=sum(chic*chic-chie*chie)");
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrune.cpp:415:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  415 |       fileout.string("/sum(chic*chic+chie*chie)",0,1);
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrune.cpp:420:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  420 |     { fileout.string("fitting history (",0,16);
      |                      ^~~~~~~~~~~~~~~~~~~
mscdrune.cpp:421:49: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  421 |       fileout.integer(trynum,3); fileout.string(" trials )",0,2);
      |                                                 ^~~~~~~~~~~
mscdrune.cpp:426:24: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  426 |         fileout.string("  factors = ");
      |                        ^~~~~~~~~~~~~~
mscdrune.cpp:430:40: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  430 |         if (afitmath>2) fileout.string("Netsearch",0,1);
      |                                        ^~~~~~~~~~~
mscdrune.cpp:431:46: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  431 |         else if (afitmath==2) fileout.string("Downhill",0,1);
      |                                              ^~~~~~~~~~
mscdrune.cpp:432:46: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  432 |         else if (afitmath==1) fileout.string("Marquardt",0,1);
      |                                              ^~~~~~~~~~~
mscdrune.cpp:434:42: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  434 |         fileout.space(6); fileout.string("  fitvars = ");
      |                                          ^~~~~~~~~~~~~~
mscdrune.cpp:451:7: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  451 |       "processor time distribution (in seconds or percent)",0,32+2);
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrune.cpp:452:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  452 |     conout.string(" pid computation   sending  receiving      idle");
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrune.cpp:453:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  453 |     conout.string(" comput send receiv  idle",0,1);
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrune.cpp:458:26: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  458 |       else conout.string(" sum");
      |                          ^~~~~~
mscdrune.cpp:465:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  465 |     conout.string("Job ",0,16); conout.integer(jobnum+1,3);
      |                   ^~~~~~
mscdrune.cpp:466:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  466 |     conout.string(" of "); conout.integer(jobtotal,3);
      |                   ^~~~~~
mscdrune.cpp:467:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  467 |     conout.string(" total time of "); conout.integer(numpe,3);
      |                   ^~~~~~~~~~~~~~~~~
mscdrune.cpp:468:32: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  468 |     if (numpe<2) conout.string(" processor = ");
      |                                ^~~~~~~~~~~~~~~
mscdrune.cpp:469:24: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  469 |     else conout.string(" processors = ");
      |                        ^~~~~~~~~~~~~~~~
mscdrune.cpp:471:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  471 |     conout.string(" seconds",0,1);
      |                   ^~~~~~~~~~
mscdrune.cpp:475:7: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  475 |       "processor time distribution (in seconds or percent)",0,32+2);
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrune.cpp:476:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  476 |     flogout->string(" pid computation   sending  receiving      idle");
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrune.cpp:477:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  477 |     flogout->string(" comput send receiv  idle",0,1);
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdrune.cpp:482:28: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  482 |       else flogout->string(" sum");
      |                            ^~~~~~
mscdrune.cpp:489:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  489 |     flogout->string("Job ",0,16); flogout->integer(jobnum+1,3);
      |                     ^~~~~~
mscdrune.cpp:490:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  490 |     flogout->string(" of "); flogout->integer(jobtotal,3);
      |                     ^~~~~~
mscdrune.cpp:491:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  491 |     flogout->string(" total time of "); flogout->integer(numpe,3);
      |                     ^~~~~~~~~~~~~~~~~
mscdrune.cpp:492:34: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  492 |     if (numpe<2) flogout->string(" processor = ");
      |                                  ^~~~~~~~~~~~~~~
mscdrune.cpp:493:26: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  493 |     else flogout->string(" processors = ");
      |                          ^~~~~~~~~~~~~~~~
mscdrune.cpp:495:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  495 |     flogout->string(" seconds",0,1);
      |                     ^~~~~~~~~~
mpic++ -c  -O3 -std=c++98 -Wall  -o mscdjob.o mscdjob.cpp
mscdjob.cpp: In member function ‘int Mscdjob::receivejobs()’:
mscdjob.cpp:141:29: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
  141 |     if ((error==0)&&(recsize>sizeof(int)))
      |                      ~~~~~~~^~~~~~~~~~~~
mscdjob.cpp: In member function ‘int Mscdjob::takejob(char*)’:
mscdjob.cpp:273:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  273 |   if (membuf) delete [] membuf; if (filebuf) delete [] filebuf;
      |   ^~
mscdjob.cpp:273:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  273 |   if (membuf) delete [] membuf; if (filebuf) delete [] filebuf;
      |                                 ^~
mscdjob.cpp: In member function ‘int Mscdjob::listjob(char*, char*)’:
mscdjob.cpp:300:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  300 |     conout.string(" Job report",0,1);
      |                   ^~~~~~~~~~~~~
mscdjob.cpp:305:23: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  305 |       { conout.string("       result saved in file ");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdjob.cpp:314:19: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  314 |     conout.string(" Job report saved in file mscdout.txt",0,1);
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdjob.cpp:316:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  316 |       conout.string(" Messages saved in file mscdlist.txt",0,1);
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdjob.cpp:321:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  321 |     flogout->string(" Job report",0,1);
      |                     ^~~~~~~~~~~~~
mscdjob.cpp:326:25: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  326 |       { flogout->string("       result saved in file ");
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdjob.cpp:335:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  335 |     flogout->string(" Job report saved in file mscdout.txt",0,1);
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdjob.cpp:337:23: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  337 |       flogout->string(" Messages saved in file mscdlist.txt",0,1);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdjob.cpp:351:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  351 |       fileout.string("datakind beginning-row linenumbers",0,1);
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdjob.cpp:354:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  354 |       fileout.string(" Job report",0,1);
      |                      ^~~~~~~~~~~~~
mscdjob.cpp:360:26: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  360 |         { fileout.string("       result saved in file ");
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdjob.cpp: In member function ‘int Mscdjob::execute(char*)’:
mscdjob.cpp:385:23: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  385 |         conout.string("Job "); conout.integer(jobnum+1,3);
      |                       ^~~~~~
mscdjob.cpp:386:23: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  386 |         conout.string(" of "); conout.integer(jobtotal,3,1);
      |                       ^~~~~~
mscdjob.cpp:390:25: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  390 |         flogout->string("Job "); flogout->integer(jobnum+1,3);
      |                         ^~~~~~
mscdjob.cpp:391:25: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  391 |         flogout->string(" of "); flogout->integer(jobtotal,3,1);
      |                         ^~~~~~
mpic++ -c  -O3 -std=c++98 -Wall  -o mscdmain.o mscdmain.cpp
mscdmain.cpp: In function ‘int main(int, char**)’:
mscdmain.cpp:17:32: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
   17 |   userinfo.loadparameter(1.37f,"MSCD",
      |                                ^~~~~~
mscdmain.cpp:18:5: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
   18 |     "Yufeng Chen and Michel A Van Hove",
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdmain.cpp:19:5: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
   19 |     "Calculation of photoelectron diffraction and dichroism",machine);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mscdmain.cpp:28:53: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
   28 |     if ((error==0)&&(argc<2)) error=mscdjob.takejob("mscdin.txt");
      |                                                     ^~~~~~~~~~~~
mscdmain.cpp:46:41: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
   46 |   { if (error==0) error=mscdjob.listjob("mscdout.txt",userinfo.usermsg);
      |                                         ^~~~~~~~~~~~~
mpic++ -c  -O3 -std=c++98 -Wall  -o jobtime.o jobtime.cpp
jobtime.cpp: In member function ‘int Jobtime::timestamp(Textout&)’:
jobtime.cpp:115:20: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  115 |     textout.string("This calculation ",0,16);
      |                    ^~~~~~~~~~~~~~~~~~~
jobtime.cpp:116:56: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  116 |     if ((timecpu<0.0)||(timecpu>2.0e7)) textout.string("was made on ");
      |                                                        ^~~~~~~~~~~~~~
jobtime.cpp:118:44: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  118 |     { k=(int)(timecpu+0.5); textout.string("took ");
      |                                            ^~~~~~~
jobtime.cpp:119:44: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  119 |       textout.integer(k,4); textout.string(" processor seconds on ");
      |                                            ^~~~~~~~~~~~~~~~~~~~~~~~
jobtime.cpp:122:49: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  122 |     { k=(int)(timecpu/60.0+0.5); textout.string("took ");
      |                                                 ^~~~~~~
jobtime.cpp:123:44: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  123 |       textout.integer(k,4); textout.string(" processor minutes on ");
      |                                            ^~~~~~~~~~~~~~~~~~~~~~~~
jobtime.cpp:126:51: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  126 |     { k=(int)(timecpu/3600.0+0.5); textout.string("took ");
      |                                                   ^~~~~~~
jobtime.cpp:127:44: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  127 |       textout.integer(k,4); textout.string(" processor hours on ");
      |                                            ^~~~~~~~~~~~~~~~~~~~~~
jobtime.cpp:130:52: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  130 |     { k=(int)(timecpu/8.64e4+0.5);  textout.string("took ");
      |                                                    ^~~~~~~
jobtime.cpp:131:44: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  131 |       textout.integer(k,4); textout.string(" processor days on ");
      |                                            ^~~~~~~~~~~~~~~~~~~~~
jobtime.cpp:134:20: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  134 |     textout.string("     starting on ");
      |                    ^~~~~~~~~~~~~~~~~~~
jobtime.cpp:136:20: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  136 |     textout.string("   and ending on ");
      |                    ^~~~~~~~~~~~~~~~~~~
mpic++ -c  -O3 -std=c++98 -Wall  -o userCluster.o userCluster.cpp
mpic++  -O3 -std=c++98 -Wall userinfo.o userutil.o cartesia.o polation.o curvefit.o pdinten.o pdintena.o fcomplex.o msfuncs.o pdchifit.o vibrate.o meanpath.o phase.o radmat.o rotamat.o mscdrun.o mscdruna.o mscdrunb_not_reanalize.o mscdrunc.o mscdrund.o mscdrune.o mscdjob.o mscdmain.o jobtime.o userCluster.o -o randmscd_parallel
--- Cleaning and Compiling 'phsh0' ---
gfortran -O3  -c -o abinitio.o abinitio.f
abinitio.f:17:72:

   17 |         do 10 k=1,nr
      |                                                                               1
Warning: Fortran 2018 deleted feature: Shared DO termination label 10 at (1)
abinitio.f:37:72:

   37 |         do 100 j=1,nr
      |                                                                               1
Warning: Fortran 2018 deleted feature: Shared DO termination label 100 at (1)
gfortran -O3  -c -o atsolve.o atsolve.f
gfortran -O3  -c -o augment.o augment.f
gfortran -O3  -c -o clebschgordan.o clebschgordan.f
clebschgordan.f:32:72:

   32 |         do 100 l2=0,l1
      |                                                                               1
Warning: Fortran 2018 deleted feature: Shared DO termination label 100 at (1)
clebschgordan.f:34:72:

   34 |         do 100 m1=-l1,l1
      |                                                                               1
Warning: Fortran 2018 deleted feature: Shared DO termination label 100 at (1)
clebschgordan.f:35:72:

   35 |         do 100 m2=-l2,l2
      |                                                                               1
Warning: Fortran 2018 deleted feature: Shared DO termination label 100 at (1)
clebschgordan.f:39:72:

   39 |         do 100 l3=lmin,l1+l2
      |                                                                               1
Warning: Fortran 2018 deleted feature: Shared DO termination label 100 at (1)
gfortran -O3  -c -o elsolve.o elsolve.f
gfortran -O3  -c -o exchcorr.o exchcorr.f
gfortran -O3  -c -o fitx0.o fitx0.f
gfortran -O3  -c -o fourier.o fourier.f
gfortran -O3  -c -o getillls.o getillls.f
getillls.f:15:72:

   15 |         DO 1000 M=0,8
      |                                                                               1
Warning: Fortran 2018 deleted feature: Shared DO termination label 1000 at (1)
getillls.f:16:72:

   16 |         DO 1000 N=M+L,0,-2
      |                                                                               1
Warning: Fortran 2018 deleted feature: Shared DO termination label 1000 at (1)
getillls.f:24:72:

   24 |         DO 500 IB=LL,L
      |                                                                               1
Warning: Fortran 2018 deleted feature: Shared DO termination label 500 at (1)
getillls.f:26:72:

   26 |         DO 500 IC=MM,M
      |                                                                               1
Warning: Fortran 2018 deleted feature: Shared DO termination label 500 at (1)
gfortran -O3  -c -o getpot.o getpot.f
getpot.f:25:72:

   25 |         do 2100 k=1,nr
      |                                                                               1
Warning: Fortran 2018 deleted feature: Shared DO termination label 2100 at (1)
getpot.f:38:72:

   38 |         do 2990 j=jstart,nel
      |                                                                               1
Warning: Fortran 2018 deleted feature: Shared DO termination label 2990 at (1)
getpot.f:95:72:

   95 |         do 2550 k=2,nr
      |                                                                               1
Warning: Fortran 2018 deleted feature: Shared DO termination label 2550 at (1)
gfortran -O3  -c -o hb.o hb.f
gfortran -O3  -c -o hfdisk.o hfdisk.f
gfortran -O3  -c -o initiali.o initiali.f
gfortran -O3  -c -o integ.o integ.f
gfortran -O3  -c -o parabreg.o parabreg.f
gfortran -O3  -c -o phsh0.o phsh0.f
gfortran -O3  -c -o pseudize.o pseudize.f
gfortran -O3  -c -o pseudo.o pseudo.f
pseudo.f:72:72:

   72 |         do 1210 j=1,nr
      |                                                                               1
Warning: Fortran 2018 deleted feature: Shared DO termination label 1210 at (1)
pseudo.f:78:72:

   78 |         do 1212 k=1,nr
      |                                                                               1
Warning: Fortran 2018 deleted feature: Shared DO termination label 1212 at (1)
pseudo.f:90:72:

   90 |         do 1250 j=1,nr
      |                                                                               1
Warning: Fortran 2018 deleted feature: Shared DO termination label 1250 at (1)
gfortran -O3  -c -o setgrid.o setgrid.f
gfortran -O3  -c -o setqmm.o setqmm.f
gfortran -O3 abinitio.o atsolve.o augment.o clebschgordan.o elsolve.o exchcorr.o fitx0.o fourier.o getillls.o getpot.o hb.o hfdisk.o initiali.o integ.o parabreg.o phsh0.o pseudize.o pseudo.o setgrid.o setqmm.o -lm -o phsh0
--- Cleaning and Compiling 'poconv' ---
--- ALL COMPILATIONS COMPLETE ---
PERFORMING CLEANUP OF OLD OUTPUT FILES...
CLEANUP COMPLETE.
EXECUTING PYTHON SCRIPTS...

Procurando pelo parâmetro de rede (lattice) em: input_cluster.txt
Parâmetro de rede encontrado: 3.037 Angstroms. Este valor será usado como multiplicador.
Lendo o arquivo de configuração do cluster: input_cluster.txt
Aplicando fator de rede de 3.037 aos comprimentos.
Encontradas 35 layers para processar.

Lendo a ordem dos elementos do cabeçalho de: input_cluster.txt
Ordem de elementos para mufftin.d definida pelo cabeçalho: [8, 31]

Gerando arquivo de input para o MSCD: cluster.i
Parâmetros de rede calculados (agora baseados em Angstroms):
  - Parâmetro de rede base (a_lat): 3.0370 Å
  - Vetor A (normalizado): (0.0000  , 1.0000  , 0.0000  )
  - Vetor B (normalizado): (1.9091  , 0.0000  , 0.0000  )
Arquivo 'cluster.i' gerado com sucesso.

Montando o arquivo atomic.i a partir dos arquivos atelem.*...
Ordem dos elementos para montagem: O, Ga
-> Executando: cp atelem.O atomic.i
-> Executando: cat atelem.Ga >> atomic.i
Arquivo 'atomic.i' montado com sucesso.
 Slab or Bulk calculation?
 input 1 for Slab or 0 for Bulk
 Input the MTZ value from the substrate calculation
-----------------------------------------------------------------
Conversion of traditional potential data to mscd format
POCONV Version 1.20 Yufeng Chen and Michel A Van Hove
Lawrence Berkeley National Laboratory (LBNL), Berkeley, CA 94720
Copyright (c) Van Hove Group 1997-1998. All rights reserved
-----------------------------------------------------------------

Enter name of input traditional format potential file
Enter name of output mscd format potential file
Enter name of the atom (e.g. Copper): Enter symbol of the atom (e.g. Cu): calculated 177 points

Program terminated normally
-----------------------------------------------------------------
Conversion of traditional potential data to mscd format
POCONV Version 1.20 Yufeng Chen and Michel A Van Hove
Lawrence Berkeley National Laboratory (LBNL), Berkeley, CA 94720
Copyright (c) Van Hove Group 1997-1998. All rights reserved
-----------------------------------------------------------------

Enter name of input traditional format potential file
Enter name of output mscd format potential file
Enter name of the atom (e.g. Copper): Enter symbol of the atom (e.g. Cu): calculated 178 points

Program terminated normally


       ----------------------------------------------------------------
          Calculation for phase shift and radial matrix element data

                           David A. Shirley's group
                     Pennsylvania State University (PSU)
                 Lawrence Berkeley National Laboratory (LBNL)
            Copyright (c) 1995-1996 DAS group. All rights reserved
       ----------------------------------------------------------------


 Name of input file: psrmin.txt

 phase shift data output in ps1.1.txt                               


 Program terminated normally


       ----------------------------------------------------------------
          Calculation for phase shift and radial matrix element data

                           David A. Shirley's group
                     Pennsylvania State University (PSU)
                 Lawrence Berkeley National Laboratory (LBNL)
            Copyright (c) 1995-1996 DAS group. All rights reserved
       ----------------------------------------------------------------


 Name of input file: psrmin.txt

 binding energy =  495.068 eV

 radial matrix data output in rm1.txt                                 


 Program terminated normally


       ----------------------------------------------------------------
          Calculation for phase shift and radial matrix element data

                           David A. Shirley's group
                     Pennsylvania State University (PSU)
                 Lawrence Berkeley National Laboratory (LBNL)
            Copyright (c) 1995-1996 DAS group. All rights reserved
       ----------------------------------------------------------------


 Name of input file: psrmin.txt

 phase shift data output in ps2.1.txt                               


 Program terminated normally


       ----------------------------------------------------------------
          Calculation for phase shift and radial matrix element data

                           David A. Shirley's group
                     Pennsylvania State University (PSU)
                 Lawrence Berkeley National Laboratory (LBNL)
            Copyright (c) 1995-1996 DAS group. All rights reserved
       ----------------------------------------------------------------


 Name of input file: psrmin.txt

 binding energy = 1062.992 eV

 radial matrix data output in rm2.txt                                 


 Program terminated normally
--- Iniciando Etapa 1: Cálculo Bulk (opção 0) ---
Saída do cálculo Bulk:
 Slab or Bulk calculation?
 input 1 for Slab or 0 for Bulk
 If you are interested in adatoms on this substrate
 rerun a slab calculation with the adatoms
 and use this MTZ value as input when asked 
 -1.34962785

+++ Valor MTZ extraído com sucesso: -1.34962785 +++

--- Iniciando Etapa 2: Cálculo Slab (opção 1) ---
Enviando para o programa:
1
-1.34962785

--- Sequência de cálculo concluída com sucesso! ---

--- Iniciando Etapa 3: Divisão do arquivo mufftin.d ---
Encontrados 2 blocos de dados. Iniciando a divisão...
Arquivo 'mufftin1.d' criado com sucesso.
Arquivo 'mufftin2.d' criado com sucesso.
--- Divisão de arquivos concluída. ---

--- Iniciando Etapa 4: Execução do ./poconv ---
Arquivos encontrados para processar: mufftin1.d, mufftin2.d

Processando 'mufftin1.d' -> 'ps1.txt'...
'ps1.txt' criado com sucesso.

Processando 'mufftin2.d' -> 'ps2.txt'...
'ps2.txt' criado com sucesso.
--- Execução do poconv concluída. ---

--- Lendo informações de elementos de input_cluster.txt ---
  - Encontrado elemento 1: Z=8, Orbital=1s, Energia=531
  - Encontrado elemento 2: Z=31, Orbital=2p, Energia=1118

--- Iniciando Etapa 5: Geração dos arquivos psrmin ---
Arquivo 'psrmin1.txt' criado com sucesso.
Arquivo 'psrmin2.txt' criado com sucesso.
--- Geração dos arquivos psrmin concluída. ---

--- Iniciando Etapa 6: Execução do ./psrm.x ---

Processando psrmin1.txt...
  - Configurando para Phase Shift (0)...
  - Executando ./psrm.x para Phase Shift...
  - Phase Shift calculado.
  - Configurando para Radial Matrix (1)...
  - Executando ./psrm.x para Radial Matrix...
  - Radial Matrix calculada.

Processando psrmin2.txt...
  - Configurando para Phase Shift (0)...
  - Executando ./psrm.x para Phase Shift...
  - Phase Shift calculado.
  - Configurando para Radial Matrix (1)...
  - Executando ./psrm.x para Radial Matrix...
  - Radial Matrix calculada.

Arquivo temporário 'psrmin.txt' removido.
--- Execução do psrm.x concluída. ---
    741   10    191     datakind begining-row linenumbers
----------------------------------------------------------------
MSCD Version 1.00 Yufeng Chen and Michel A Van Hove
Lawrence Berkeley National Laboratory (LBNL), Berkeley, CA 94720
Copyright (c) Van Hove Group 1997. All rights reserved
----------------------------------------------------------------

        Ga2O3(100)              input file

un      "Yosef (UFJ-PPGCAS)"    user name
sn      Ga2O3(100)              system name
ps01    ps1.1.txt               input phase shift data file
ps02    ps2.1.txt               input phase shift data file

rm01    rm1.txt               input radial matrix data file
ex      expO1slimpoV2.mscd   experimental data
pe      teory.out            output photoemission data file


223     10      0.001           scanmode,dispmode,ftolerance

0       0       6       4       linitial,lnum,msorder,raorder
35      0       3       70      layers,finals,fitmath,trymax
15.00   15.00   0.0             kmin,kmax,kstep (per angstrom)
30.0    57.0    3.0             dthetamin,dthetamax,dthetastep (degree)
2.5     359.5   3.0             dphimin,dphimax,dphistep (degree)
0.0     0.0     1               ltheta, lphi, beampol (degree)
0.0     0.0     3.0             mtheta, mphi, acceptang (degree)
10      11      3.037           radius,depth,lattice(angs)
24      4.7     5.88    187.444 valence,bandgap(eV),density(g/cm3), mweight (amu)
16.0    69.72   0.00    0.00    efective weight for kind 1-4 (amu)
0       0.0     0.0             ATA, ATAWeight1, ATAWeight2, t=(1-ATAWeight)*t1+ATAWeight*t2)
0.0     0.0     0.0     0.0     magnetization amplitude for kind 1-4
4       237.0   300.0   0.001   vinner(eV),tdebye,tsample(K),pathcut
0.0     0.0     0.0             fit try for vinner, tdebye and lattice

DADOS PROCESSADOS E ADICIONADOS A 'output_header.txt'.
EXECUTING RANDMSCD PROGRAM...
-----------------------------------------------------------------
Calculation of photoelectron diffraction and dichroism
MSCD Parallel  Version 1.37 Yufeng Chen and Michel A Van Hove
Lawrence Berkeley National Laboratory (LBNL), Berkeley, CA 94720
Copyright (c) Van Hove Group 1997-1998. All rights reserved
-----------------------------------------------------------------


_____________________________________
Job   1 of   1

       0      10       6       4   linitial lnum msorder raorder
     187      10       2      16   natoms emiters katoms nlayer
     223       0       0    1200   scanmode nfit nfollow npoint

Analyzing, please wait ...

This job allocated  398.3 megabytes memory in    2 processors


Multiple scattering calculation (msorder=6 raorder=4)

    0.00% of try   1, job   1 of   1 completed.

number           kout          theta            phi      intensity
     1          15.82          30.00           2.50      3.8959219
    0.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
     2          15.82          30.00           5.50      3.9289227
    0.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
     3          15.82          30.00           8.50      3.9044847
    0.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
     4          15.82          30.00          11.50      3.6396046
    0.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
     5          15.82          30.00          14.50      3.1952391
    0.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
     6          15.82          30.00          17.50      2.7709138
    0.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
     7          15.82          30.00          20.50      2.5677629
    0.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
     8          15.82          30.00          23.50      2.4605944
    0.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
     9          15.82          30.00          26.50      2.5245855
    0.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    10          15.82          30.00          29.50      2.6064956
    0.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    11          15.82          30.00          32.50      2.7014792
    0.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    12          15.82          30.00          35.50      2.8916864
    1.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    13          15.82          30.00          38.50      3.0954006
    1.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    14          15.82          30.00          41.50      3.3076038
    1.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    15          15.82          30.00          44.50      3.2888939
    1.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    16          15.82          30.00          47.50      3.2438211
    1.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    17          15.82          30.00          50.50      3.1734068
    1.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    18          15.82          30.00          53.50      3.1052477
    1.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    19          15.82          30.00          56.50      2.9965575
    1.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    20          15.82          30.00          59.50      2.8294363
    1.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    21          15.82          30.00          62.50      2.7723179
    1.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    22          15.82          30.00          65.50      2.6852281
    1.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    23          15.82          30.00          68.50      2.5532713
    1.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    24          15.82          30.00          71.50      2.5468137
    2.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    25          15.82          30.00          74.50      2.6366918
    2.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    26          15.82          30.00          77.50      2.9250784
    2.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    27          15.82          30.00          80.50      3.2476234
    2.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    28          15.82          30.00          83.50      3.6045647
    2.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    29          15.82          30.00          86.50      3.9210978
    2.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    30          15.82          30.00          89.50      4.1075044
    2.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    31          15.82          30.00          92.50      4.1709266
    2.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    32          15.82          30.00          95.50      4.0752668
    2.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    33          15.82          30.00          98.50      3.8550625
    2.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    34          15.82          30.00         101.50      3.5444276
    2.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    35          15.82          30.00         104.50      3.0914986
    2.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    36          15.82          30.00         107.50      2.7123420
    3.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    37          15.82          30.00         110.50      2.4840050
    3.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    38          15.82          30.00         113.50      2.4225006
    3.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    39          15.82          30.00         116.50      2.4386952
    3.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    40          15.82          30.00         119.50      2.5829794
    3.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    41          15.82          30.00         122.50      2.8484144
    3.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    42          15.82          30.00         125.50      3.0511320
    3.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    43          15.82          30.00         128.50      3.1920223
    3.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    44          15.82          30.00         131.50      3.2496271
    3.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    45          15.82          30.00         134.50      3.1745844
    3.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    46          15.82          30.00         137.50      3.1681802
    3.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    47          15.82          30.00         140.50      3.0261004
    3.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    48          15.82          30.00         143.50      2.9027803
    4.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    49          15.82          30.00         146.50      2.8692417
    4.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    50          15.82          30.00         149.50      2.7082336
    4.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    51          15.82          30.00         152.50      2.5721357
    4.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    52          15.82          30.00         155.50      2.4228492
    4.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    53          15.82          30.00         158.50      2.5690587
    4.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    54          15.82          30.00         161.50      2.7841609
    4.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    55          15.82          30.00         164.50      3.2348907
    4.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    56          15.82          30.00         167.50      3.7822170
    4.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    57          15.82          30.00         170.50      4.1332116
    4.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    58          15.82          30.00         173.50      4.1802826
    4.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    59          15.82          30.00         176.50      4.1263404
    4.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    60          15.82          30.00         179.50      4.0545807
    5.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    61          15.82          30.00         182.50      4.0993648
    5.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    62          15.82          30.00         185.50      4.1487985
    5.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    63          15.82          30.00         188.50      4.1787086
    5.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    64          15.82          30.00         191.50      3.9054615
    5.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    65          15.82          30.00         194.50      3.4410667
    5.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    66          15.82          30.00         197.50      2.9256146
    5.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    67          15.82          30.00         200.50      2.6286275
    5.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    68          15.82          30.00         203.50      2.4563496
    5.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    69          15.82          30.00         206.50      2.4838386
    5.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    70          15.82          30.00         209.50      2.6396246
    5.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    71          15.82          30.00         212.50      2.7865038
    5.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    72          15.82          30.00         215.50      2.8754883
    6.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    73          15.82          30.00         218.50      2.9398139
    6.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    74          15.82          30.00         221.50      3.0818160
    6.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    75          15.82          30.00         224.50      3.1466615
    6.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    76          15.82          30.00         227.50      3.2023947
    6.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    77          15.82          30.00         230.50      3.2287729
    6.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    78          15.82          30.00         233.50      3.1286135
    6.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    79          15.82          30.00         236.50      2.9676018
    6.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    80          15.82          30.00         239.50      2.6790874
    6.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    81          15.82          30.00         242.50      2.4296451
    6.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    82          15.82          30.00         245.50      2.3843648
    6.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    83          15.82          30.00         248.50      2.3813393
    6.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    84          15.82          30.00         251.50      2.5756695
    7.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    85          15.82          30.00         254.50      2.9261761
    7.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    86          15.82          30.00         257.50      3.3028934
    7.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    87          15.82          30.00         260.50      3.6216428
    7.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    88          15.82          30.00         263.50      3.8343780
    7.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    89          15.82          30.00         266.50      3.9635820
    7.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    90          15.82          30.00         269.50      4.0084624
    7.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    91          15.82          30.00         272.50      3.8868868
    7.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    92          15.82          30.00         275.50      3.6008480
    7.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    93          15.82          30.00         278.50      3.1951580
    7.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    94          15.82          30.00         281.50      2.9027977
    7.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    95          15.82          30.00         284.50      2.5811958
    7.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    96          15.82          30.00         287.50      2.4795291
    8.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    97          15.82          30.00         290.50      2.4735985
    8.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    98          15.82          30.00         293.50      2.5687997
    8.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
    99          15.82          30.00         296.50      2.6864035
    8.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   100          15.82          30.00         299.50      2.7429419
    8.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   101          15.82          30.00         302.50      2.9140797
    8.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   102          15.82          30.00         305.50      3.1020038
    8.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   103          15.82          30.00         308.50      3.1787221
    8.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   104          15.82          30.00         311.50      3.2114236
    8.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   105          15.82          30.00         314.50      3.2730668
    8.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   106          15.82          30.00         317.50      3.3093264
    8.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   107          15.82          30.00         320.50      3.1705141
    8.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   108          15.82          30.00         323.50      2.9670269
    9.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   109          15.82          30.00         326.50      2.7648430
    9.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   110          15.82          30.00         329.50      2.6191161
    9.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   111          15.82          30.00         332.50      2.5674124
    9.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   112          15.82          30.00         335.50      2.4926841
    9.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   113          15.82          30.00         338.50      2.5089910
    9.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   114          15.82          30.00         341.50      2.6993656
    9.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   115          15.82          30.00         344.50      3.0192888
    9.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   116          15.82          30.00         347.50      3.5135219
    9.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   117          15.82          30.00         350.50      3.8561840
    9.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   118          15.82          30.00         353.50      3.9664528
    9.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   119          15.82          30.00         356.50      3.9353940
    9.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   120          15.82          30.00         359.50      3.8689651
   10.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   121          15.82          33.00           2.50      4.1641641
   10.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   122          15.82          33.00           5.50      4.3277488
   10.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   123          15.82          33.00           8.50      4.3644395
   10.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   124          15.82          33.00          11.50      4.1694317
   10.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   125          15.82          33.00          14.50      3.6171486
   10.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   126          15.82          33.00          17.50      3.0933692
   10.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   127          15.82          33.00          20.50      2.7851093
   10.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   128          15.82          33.00          23.50      2.6837165
   10.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   129          15.82          33.00          26.50      2.7939904
   10.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   130          15.82          33.00          29.50      2.8467391
   10.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   131          15.82          33.00          32.50      2.9618406
   10.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   132          15.82          33.00          35.50      3.0872126
   11.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   133          15.82          33.00          38.50      3.2723367
   11.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   134          15.82          33.00          41.50      3.4037368
   11.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   135          15.82          33.00          44.50      3.3541491
   11.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   136          15.82          33.00          47.50      3.2920551
   11.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   137          15.82          33.00          50.50      3.2347021
   11.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   138          15.82          33.00          53.50      3.1985548
   11.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   139          15.82          33.00          56.50      3.1362932
   11.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   140          15.82          33.00          59.50      3.0664761
   11.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   141          15.82          33.00          62.50      2.9779737
   11.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   142          15.82          33.00          65.50      2.8880875
   11.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   143          15.82          33.00          68.50      2.8200653
   11.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   144          15.82          33.00          71.50      2.9095621
   12.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   145          15.82          33.00          74.50      3.0862291
   12.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   146          15.82          33.00          77.50      3.3663025
   12.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   147          15.82          33.00          80.50      3.5678720
   12.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   148          15.82          33.00          83.50      3.8926351
   12.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   149          15.82          33.00          86.50      4.1493993
   12.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   150          15.82          33.00          89.50      4.3118415
   12.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   151          15.82          33.00          92.50      4.3735204
   12.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   152          15.82          33.00          95.50      4.2765608
   12.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   153          15.82          33.00          98.50      4.0706091
   12.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   154          15.82          33.00         101.50      3.7420146
   12.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   155          15.82          33.00         104.50      3.4136055
   12.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   156          15.82          33.00         107.50      3.1350677
   13.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   157          15.82          33.00         110.50      2.8559549
   13.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   158          15.82          33.00         113.50      2.7475882
   13.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   159          15.82          33.00         116.50      2.6586709
   13.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   160          15.82          33.00         119.50      2.7362072
   13.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   161          15.82          33.00         122.50      2.9182451
   13.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   162          15.82          33.00         125.50      3.0976388
   13.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   163          15.82          33.00         128.50      3.2747533
   13.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   164          15.82          33.00         131.50      3.3020182
   13.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   165          15.82          33.00         134.50      3.2655067
   13.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   166          15.82          33.00         137.50      3.2869015
   13.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   167          15.82          33.00         140.50      3.2569010
   13.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   168          15.82          33.00         143.50      3.1463099
   14.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   169          15.82          33.00         146.50      3.0734863
   14.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   170          15.82          33.00         149.50      2.8947067
   14.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   171          15.82          33.00         152.50      2.7252390
   14.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   172          15.82          33.00         155.50      2.5885620
   14.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   173          15.82          33.00         158.50      2.6240709
   14.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   174          15.82          33.00         161.50      2.8772972
   14.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   175          15.82          33.00         164.50      3.4410589
   14.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   176          15.82          33.00         167.50      4.0928569
   14.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   177          15.82          33.00         170.50      4.4822106
   14.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   178          15.82          33.00         173.50      4.5798516
   14.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   179          15.82          33.00         176.50      4.3977132
   14.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   180          15.82          33.00         179.50      4.0674496
   15.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   181          15.82          33.00         182.50      4.2254653
   15.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   182          15.82          33.00         185.50      4.4534216
   15.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   183          15.82          33.00         188.50      4.4864659
   15.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   184          15.82          33.00         191.50      4.2141781
   15.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   185          15.82          33.00         194.50      3.6489508
   15.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   186          15.82          33.00         197.50      3.0335505
   15.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   187          15.82          33.00         200.50      2.6788664
   15.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   188          15.82          33.00         203.50      2.6085856
   15.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   189          15.82          33.00         206.50      2.6930428
   15.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   190          15.82          33.00         209.50      2.8655777
   15.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   191          15.82          33.00         212.50      3.0535076
   15.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   192          15.82          33.00         215.50      3.1489990
   16.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   193          15.82          33.00         218.50      3.2323301
   16.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   194          15.82          33.00         221.50      3.2479522
   16.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   195          15.82          33.00         224.50      3.2741003
   16.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   196          15.82          33.00         227.50      3.2702100
   16.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   197          15.82          33.00         230.50      3.2855632
   16.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   198          15.82          33.00         233.50      3.1565809
   16.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   199          15.82          33.00         236.50      2.9744282
   16.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   200          15.82          33.00         239.50      2.7820721
   16.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   201          15.82          33.00         242.50      2.6537879
   16.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   202          15.82          33.00         245.50      2.6402552
   16.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   203          15.82          33.00         248.50      2.7218254
   16.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   204          15.82          33.00         251.50      2.9630964
   17.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   205          15.82          33.00         254.50      3.2253702
   17.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   206          15.82          33.00         257.50      3.4983082
   17.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   207          15.82          33.00         260.50      3.7414675
   17.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   208          15.82          33.00         263.50      3.9816444
   17.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   209          15.82          33.00         266.50      4.1518941
   17.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   210          15.82          33.00         269.50      4.2535510
   17.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   211          15.82          33.00         272.50      4.2258906
   17.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   212          15.82          33.00         275.50      3.9645138
   17.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   213          15.82          33.00         278.50      3.6112120
   17.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   214          15.82          33.00         281.50      3.3403099
   17.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   215          15.82          33.00         284.50      3.0227597
   17.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   216          15.82          33.00         287.50      2.8090003
   18.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   217          15.82          33.00         290.50      2.6969907
   18.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   218          15.82          33.00         293.50      2.7159288
   18.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   219          15.82          33.00         296.50      2.8191769
   18.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   220          15.82          33.00         299.50      2.8577988
   18.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   221          15.82          33.00         302.50      3.0853331
   18.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   222          15.82          33.00         305.50      3.2297232
   18.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   223          15.82          33.00         308.50      3.2587297
   18.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   224          15.82          33.00         311.50      3.2892249
   18.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   225          15.82          33.00         314.50      3.3248713
   18.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   226          15.82          33.00         317.50      3.4030428
   18.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   227          15.82          33.00         320.50      3.3281670
   18.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   228          15.82          33.00         323.50      3.1585236
   19.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   229          15.82          33.00         326.50      3.0091677
   19.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   230          15.82          33.00         329.50      2.8610952
   19.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   231          15.82          33.00         332.50      2.8328714
   19.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   232          15.82          33.00         335.50      2.7335796
   19.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   233          15.82          33.00         338.50      2.7617302
   19.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   234          15.82          33.00         341.50      3.0236862
   19.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   235          15.82          33.00         344.50      3.4404974
   19.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   236          15.82          33.00         347.50      4.0196915
   19.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   237          15.82          33.00         350.50      4.3524718
   19.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   238          15.82          33.00         353.50      4.3778081
   19.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   239          15.82          33.00         356.50      4.2238903
   19.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   240          15.82          33.00         359.50      4.0611906
   20.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   241          15.82          36.00           2.50      3.7413700
   20.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   242          15.82          36.00           5.50      3.9946754
   20.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   243          15.82          36.00           8.50      3.9882555
   20.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   244          15.82          36.00          11.50      3.8326311
   20.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   245          15.82          36.00          14.50      3.3349066
   20.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   246          15.82          36.00          17.50      2.9920216
   20.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   247          15.82          36.00          20.50      2.7707357
   20.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   248          15.82          36.00          23.50      2.7902832
   20.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   249          15.82          36.00          26.50      2.8919802
   20.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   250          15.82          36.00          29.50      2.8200939
   20.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   251          15.82          36.00          32.50      2.8592012
   20.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   252          15.82          36.00          35.50      2.9929473
   21.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   253          15.82          36.00          38.50      3.2316294
   21.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   254          15.82          36.00          41.50      3.4371083
   21.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   255          15.82          36.00          44.50      3.4674990
   21.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   256          15.82          36.00          47.50      3.3994730
   21.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   257          15.82          36.00          50.50      3.2555647
   21.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   258          15.82          36.00          53.50      3.0716145
   21.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   259          15.82          36.00          56.50      2.8957617
   21.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   260          15.82          36.00          59.50      2.8651531
   21.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   261          15.82          36.00          62.50      2.8596830
   21.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   262          15.82          36.00          65.50      2.8329422
   21.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   263          15.82          36.00          68.50      2.8336580
   21.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   264          15.82          36.00          71.50      2.9577570
   22.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   265          15.82          36.00          74.50      3.0909996
   22.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   266          15.82          36.00          77.50      3.2942331
   22.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   267          15.82          36.00          80.50      3.4205704
   22.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   268          15.82          36.00          83.50      3.6547606
   22.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   269          15.82          36.00          86.50      3.9327538
   22.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   270          15.82          36.00          89.50      4.2078652
   22.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   271          15.82          36.00          92.50      4.2559671
   22.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   272          15.82          36.00          95.50      4.0520000
   22.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   273          15.82          36.00          98.50      3.6451190
   22.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   274          15.82          36.00         101.50      3.3022425
   22.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   275          15.82          36.00         104.50      3.1036346
   22.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   276          15.82          36.00         107.50      2.9578063
   23.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   277          15.82          36.00         110.50      2.9143465
   23.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   278          15.82          36.00         113.50      2.8586817
   23.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   279          15.82          36.00         116.50      2.7581034
   23.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   280          15.82          36.00         119.50      2.7685120
   23.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   281          15.82          36.00         122.50      2.8294122
   23.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   282          15.82          36.00         125.50      3.0201318
   23.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   283          15.82          36.00         128.50      3.2563255
   23.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   284          15.82          36.00         131.50      3.4088974
   23.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   285          15.82          36.00         134.50      3.5606356
   23.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   286          15.82          36.00         137.50      3.4673083
   23.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   287          15.82          36.00         140.50      3.2745428
   23.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   288          15.82          36.00         143.50      2.9978597
   24.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   289          15.82          36.00         146.50      2.8686390
   24.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   290          15.82          36.00         149.50      2.7626619
   24.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   291          15.82          36.00         152.50      2.7393637
   24.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   292          15.82          36.00         155.50      2.7192442
   24.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   293          15.82          36.00         158.50      2.7396891
   24.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   294          15.82          36.00         161.50      2.8227100
   24.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   295          15.82          36.00         164.50      3.1076920
   24.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   296          15.82          36.00         167.50      3.5603068
   24.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   297          15.82          36.00         170.50      3.9004462
   24.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   298          15.82          36.00         173.50      3.9543676
   24.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   299          15.82          36.00         176.50      3.8391626
   24.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   300          15.82          36.00         179.50      3.6599853
   25.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   301          15.82          36.00         182.50      3.7429359
   25.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   302          15.82          36.00         185.50      3.8756046
   25.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   303          15.82          36.00         188.50      3.8925123
   25.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   304          15.82          36.00         191.50      3.7055674
   25.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   305          15.82          36.00         194.50      3.2155724
   25.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   306          15.82          36.00         197.50      2.9484394
   25.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   307          15.82          36.00         200.50      2.7197053
   25.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   308          15.82          36.00         203.50      2.7441022
   25.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   309          15.82          36.00         206.50      2.7066653
   25.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   310          15.82          36.00         209.50      2.7713976
   25.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   311          15.82          36.00         212.50      2.8267632
   25.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   312          15.82          36.00         215.50      2.9503314
   26.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   313          15.82          36.00         218.50      3.1917293
   26.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   314          15.82          36.00         221.50      3.4145005
   26.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   315          15.82          36.00         224.50      3.5877740
   26.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   316          15.82          36.00         227.50      3.4618514
   26.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   317          15.82          36.00         230.50      3.3398564
   26.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   318          15.82          36.00         233.50      3.1316745
   26.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   319          15.82          36.00         236.50      2.9065821
   26.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   320          15.82          36.00         239.50      2.7819569
   26.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   321          15.82          36.00         242.50      2.7370729
   26.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   322          15.82          36.00         245.50      2.7495329
   26.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   323          15.82          36.00         248.50      2.7708914
   26.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   324          15.82          36.00         251.50      2.8472359
   27.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   325          15.82          36.00         254.50      2.9782984
   27.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   326          15.82          36.00         257.50      3.1478775
   27.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   327          15.82          36.00         260.50      3.4291258
   27.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   328          15.82          36.00         263.50      3.9062150
   27.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   329          15.82          36.00         266.50      4.1692452
   27.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   330          15.82          36.00         269.50      4.3534741
   27.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   331          15.82          36.00         272.50      4.3024073
   27.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   332          15.82          36.00         275.50      3.9729846
   27.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   333          15.82          36.00         278.50      3.7081764
   27.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   334          15.82          36.00         281.50      3.4663029
   27.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   335          15.82          36.00         284.50      3.2016203
   27.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   336          15.82          36.00         287.50      2.9105289
   28.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   337          15.82          36.00         290.50      2.7248869
   28.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   338          15.82          36.00         293.50      2.6030948
   28.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   339          15.82          36.00         296.50      2.6467557
   28.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   340          15.82          36.00         299.50      2.6515059
   28.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   341          15.82          36.00         302.50      2.8162575
   28.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   342          15.82          36.00         305.50      3.0041645
   28.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   343          15.82          36.00         308.50      3.2501392
   28.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   344          15.82          36.00         311.50      3.3586767
   28.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   345          15.82          36.00         314.50      3.4939661
   28.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   346          15.82          36.00         317.50      3.4663541
   28.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   347          15.82          36.00         320.50      3.3359940
   28.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   348          15.82          36.00         323.50      3.0871322
   29.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   349          15.82          36.00         326.50      2.8648417
   29.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   350          15.82          36.00         329.50      2.7660723
   29.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   351          15.82          36.00         332.50      2.8544652
   29.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   352          15.82          36.00         335.50      2.8510025
   29.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   353          15.82          36.00         338.50      2.7941148
   29.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   354          15.82          36.00         341.50      2.9361038
   29.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   355          15.82          36.00         344.50      3.2402074
   29.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   356          15.82          36.00         347.50      3.7318962
   29.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   357          15.82          36.00         350.50      3.9902799
   29.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   358          15.82          36.00         353.50      4.0465078
   29.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   359          15.82          36.00         356.50      3.8547518
   29.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   360          15.82          36.00         359.50      3.6609144
   30.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   361          15.82          39.00           2.50      3.2589214
   30.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   362          15.82          39.00           5.50      3.3540905
   30.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   363          15.82          39.00           8.50      3.1501815
   30.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   364          15.82          39.00          11.50      2.9138553
   30.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   365          15.82          39.00          14.50      2.6071601
   30.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   366          15.82          39.00          17.50      2.5457377
   30.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   367          15.82          39.00          20.50      2.5714462
   30.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   368          15.82          39.00          23.50      2.7125647
   30.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   369          15.82          39.00          26.50      2.7774127
   30.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   370          15.82          39.00          29.50      2.5682213
   30.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   371          15.82          39.00          32.50      2.6119335
   30.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   372          15.82          39.00          35.50      2.8853657
   31.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   373          15.82          39.00          38.50      3.4018266
   31.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   374          15.82          39.00          41.50      3.8471365
   31.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   375          15.82          39.00          44.50      4.0381994
   31.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   376          15.82          39.00          47.50      3.9509008
   31.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   377          15.82          39.00          50.50      3.6843288
   31.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   378          15.82          39.00          53.50      3.2676020
   31.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   379          15.82          39.00          56.50      2.9115629
   31.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   380          15.82          39.00          59.50      2.7263310
   31.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   381          15.82          39.00          62.50      2.6294835
   31.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   382          15.82          39.00          65.50      2.7065985
   31.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   383          15.82          39.00          68.50      2.8146822
   31.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   384          15.82          39.00          71.50      2.8333051
   32.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   385          15.82          39.00          74.50      2.8477812
   32.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   386          15.82          39.00          77.50      2.8853779
   32.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   387          15.82          39.00          80.50      2.9565716
   32.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   388          15.82          39.00          83.50      3.2008457
   32.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   389          15.82          39.00          86.50      3.4631500
   32.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   390          15.82          39.00          89.50      3.7521038
   32.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   391          15.82          39.00          92.50      3.7853992
   32.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   392          15.82          39.00          95.50      3.5674181
   32.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   393          15.82          39.00          98.50      3.0706551
   32.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   394          15.82          39.00         101.50      2.7334807
   32.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   395          15.82          39.00         104.50      2.5566480
   32.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   396          15.82          39.00         107.50      2.6414125
   33.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   397          15.82          39.00         110.50      2.7477415
   33.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   398          15.82          39.00         113.50      2.7250946
   33.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   399          15.82          39.00         116.50      2.6690559
   33.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   400          15.82          39.00         119.50      2.6372514
   33.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   401          15.82          39.00         122.50      2.8045733
   33.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   402          15.82          39.00         125.50      3.1435301
   33.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   403          15.82          39.00         128.50      3.5721381
   33.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   404          15.82          39.00         131.50      3.9552431
   33.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   405          15.82          39.00         134.50      4.1788921
   33.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   406          15.82          39.00         137.50      4.0836630
   33.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   407          15.82          39.00         140.50      3.6967347
   33.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   408          15.82          39.00         143.50      3.1070538
   34.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   409          15.82          39.00         146.50      2.6482286
   34.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   410          15.82          39.00         149.50      2.4378812
   34.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   411          15.82          39.00         152.50      2.4480011
   34.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   412          15.82          39.00         155.50      2.6221764
   34.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   413          15.82          39.00         158.50      2.6160867
   34.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   414          15.82          39.00         161.50      2.5336578
   34.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   415          15.82          39.00         164.50      2.5339780
   34.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   416          15.82          39.00         167.50      2.7329540
   34.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   417          15.82          39.00         170.50      2.9833939
   34.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   418          15.82          39.00         173.50      3.1900585
   34.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   419          15.82          39.00         176.50      3.3285954
   34.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   420          15.82          39.00         179.50      3.2783959
   35.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   421          15.82          39.00         182.50      3.3139980
   35.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   422          15.82          39.00         185.50      3.3070409
   35.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   423          15.82          39.00         188.50      3.0441806
   35.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   424          15.82          39.00         191.50      2.8472278
   35.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   425          15.82          39.00         194.50      2.5822682
   35.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   426          15.82          39.00         197.50      2.5327895
   35.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   427          15.82          39.00         200.50      2.5671222
   35.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   428          15.82          39.00         203.50      2.6234159
   35.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   429          15.82          39.00         206.50      2.5060523
   35.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   430          15.82          39.00         209.50      2.4329870
   35.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   431          15.82          39.00         212.50      2.5605471
   35.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   432          15.82          39.00         215.50      2.9124556
   36.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   433          15.82          39.00         218.50      3.5132506
   36.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   434          15.82          39.00         221.50      3.9900501
   36.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   435          15.82          39.00         224.50      4.2454314
   36.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   436          15.82          39.00         227.50      4.0773344
   36.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   437          15.82          39.00         230.50      3.7178075
   36.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   438          15.82          39.00         233.50      3.2693908
   36.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   439          15.82          39.00         236.50      2.8943691
   36.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   440          15.82          39.00         239.50      2.6934440
   36.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   441          15.82          39.00         242.50      2.6623139
   36.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   442          15.82          39.00         245.50      2.6396439
   36.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   443          15.82          39.00         248.50      2.6506960
   36.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   444          15.82          39.00         251.50      2.5620754
   37.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   445          15.82          39.00         254.50      2.5231955
   37.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   446          15.82          39.00         257.50      2.6965921
   37.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   447          15.82          39.00         260.50      3.0420103
   37.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   448          15.82          39.00         263.50      3.6445787
   37.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   449          15.82          39.00         266.50      3.9788606
   37.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   450          15.82          39.00         269.50      4.0756989
   37.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   451          15.82          39.00         272.50      3.8611212
   37.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   452          15.82          39.00         275.50      3.5409594
   37.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   453          15.82          39.00         278.50      3.2578418
   37.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   454          15.82          39.00         281.50      3.1067016
   37.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   455          15.82          39.00         284.50      3.0612071
   37.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   456          15.82          39.00         287.50      2.8900430
   38.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   457          15.82          39.00         290.50      2.7820349
   38.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   458          15.82          39.00         293.50      2.5995471
   38.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   459          15.82          39.00         296.50      2.4660785
   38.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   460          15.82          39.00         299.50      2.5161915
   38.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   461          15.82          39.00         302.50      2.7314117
   38.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   462          15.82          39.00         305.50      3.0374172
   38.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   463          15.82          39.00         308.50      3.5738418
   38.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   464          15.82          39.00         311.50      3.9036000
   38.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   465          15.82          39.00         314.50      4.0742793
   38.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   466          15.82          39.00         317.50      3.9956636
   38.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   467          15.82          39.00         320.50      3.5865586
   38.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   468          15.82          39.00         323.50      3.0438364
   39.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   469          15.82          39.00         326.50      2.6451066
   39.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   470          15.82          39.00         329.50      2.4945490
   39.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   471          15.82          39.00         332.50      2.6649125
   39.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   472          15.82          39.00         335.50      2.7795904
   39.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   473          15.82          39.00         338.50      2.6422520
   39.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   474          15.82          39.00         341.50      2.5547745
   39.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   475          15.82          39.00         344.50      2.6170557
   39.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   476          15.82          39.00         347.50      2.8321514
   39.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   477          15.82          39.00         350.50      3.1152384
   39.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   478          15.82          39.00         353.50      3.3400896
   39.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   479          15.82          39.00         356.50      3.3437965
   39.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   480          15.82          39.00         359.50      3.2344272
   40.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   481          15.82          42.00           2.50      2.9579115
   40.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   482          15.82          42.00           5.50      3.0317357
   40.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   483          15.82          42.00           8.50      2.7981598
   40.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   484          15.82          42.00          11.50      2.5048091
   40.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   485          15.82          42.00          14.50      2.3475814
   40.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   486          15.82          42.00          17.50      2.4605315
   40.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   487          15.82          42.00          20.50      2.5874960
   40.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   488          15.82          42.00          23.50      2.6883714
   40.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   489          15.82          42.00          26.50      2.7280490
   40.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   490          15.82          42.00          29.50      2.6500971
   40.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   491          15.82          42.00          32.50      2.8507586
   40.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   492          15.82          42.00          35.50      3.2933941
   41.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   493          15.82          42.00          38.50      3.7975628
   41.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   494          15.82          42.00          41.50      4.3697090
   41.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   495          15.82          42.00          44.50      4.7369184
   41.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   496          15.82          42.00          47.50      4.6377840
   41.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   497          15.82          42.00          50.50      4.3515286
   41.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   498          15.82          42.00          53.50      3.8607416
   41.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   499          15.82          42.00          56.50      3.4367113
   41.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   500          15.82          42.00          59.50      3.0781543
   41.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   501          15.82          42.00          62.50      2.8656414
   41.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   502          15.82          42.00          65.50      2.9464023
   41.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   503          15.82          42.00          68.50      2.9054718
   41.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   504          15.82          42.00          71.50      2.7330868
   42.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   505          15.82          42.00          74.50      2.5067112
   42.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   506          15.82          42.00          77.50      2.3412533
   42.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   507          15.82          42.00          80.50      2.4121690
   42.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   508          15.82          42.00          83.50      2.6525676
   42.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   509          15.82          42.00          86.50      2.9251471
   42.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   510          15.82          42.00          89.50      3.1399348
   42.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   511          15.82          42.00          92.50      3.1263638
   42.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   512          15.82          42.00          95.50      2.9305112
   42.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   513          15.82          42.00          98.50      2.5383809
   42.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   514          15.82          42.00         101.50      2.3693459
   42.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   515          15.82          42.00         104.50      2.4112995
   42.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   516          15.82          42.00         107.50      2.5514832
   43.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   517          15.82          42.00         110.50      2.6829576
   43.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   518          15.82          42.00         113.50      2.7229443
   43.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   519          15.82          42.00         116.50      2.8563092
   43.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   520          15.82          42.00         119.50      3.0586183
   43.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   521          15.82          42.00         122.50      3.4357617
   43.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   522          15.82          42.00         125.50      3.8741090
   43.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   523          15.82          42.00         128.50      4.2981424
   43.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   524          15.82          42.00         131.50      4.7539754
   43.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   525          15.82          42.00         134.50      5.1011505
   43.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   526          15.82          42.00         137.50      4.9361196
   43.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   527          15.82          42.00         140.50      4.3444419
   43.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   528          15.82          42.00         143.50      3.6340961
   44.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   529          15.82          42.00         146.50      3.0532274
   44.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   530          15.82          42.00         149.50      2.6842089
   44.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   531          15.82          42.00         152.50      2.6832762
   44.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   532          15.82          42.00         155.50      2.8411551
   44.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   533          15.82          42.00         158.50      2.8883400
   44.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   534          15.82          42.00         161.50      2.8409455
   44.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   535          15.82          42.00         164.50      2.6804841
   44.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   536          15.82          42.00         167.50      2.5834894
   44.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   537          15.82          42.00         170.50      2.7823906
   44.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   538          15.82          42.00         173.50      2.8927116
   44.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   539          15.82          42.00         176.50      3.0344613
   44.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   540          15.82          42.00         179.50      3.1416404
   45.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   541          15.82          42.00         182.50      3.0679719
   45.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   542          15.82          42.00         185.50      3.0021493
   45.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   543          15.82          42.00         188.50      2.8035021
   45.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   544          15.82          42.00         191.50      2.6132677
   45.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   545          15.82          42.00         194.50      2.5953343
   45.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   546          15.82          42.00         197.50      2.7420909
   45.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   547          15.82          42.00         200.50      2.8484924
   45.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   548          15.82          42.00         203.50      2.8511798
   45.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   549          15.82          42.00         206.50      2.7467506
   45.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   550          15.82          42.00         209.50      2.6639426
   45.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   551          15.82          42.00         212.50      2.8976681
   45.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   552          15.82          42.00         215.50      3.3699629
   46.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   553          15.82          42.00         218.50      4.0911508
   46.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   554          15.82          42.00         221.50      4.7424879
   46.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   555          15.82          42.00         224.50      5.1104617
   46.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   556          15.82          42.00         227.50      4.9547563
   46.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   557          15.82          42.00         230.50      4.4266930
   46.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   558          15.82          42.00         233.50      3.9676714
   46.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   559          15.82          42.00         236.50      3.5564520
   46.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   560          15.82          42.00         239.50      3.1753161
   46.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   561          15.82          42.00         242.50      2.8933630
   46.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   562          15.82          42.00         245.50      2.7307508
   46.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   563          15.82          42.00         248.50      2.5797071
   46.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   564          15.82          42.00         251.50      2.5114653
   47.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   565          15.82          42.00         254.50      2.4495370
   47.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   566          15.82          42.00         257.50      2.4475820
   47.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   567          15.82          42.00         260.50      2.6051998
   47.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   568          15.82          42.00         263.50      3.0935295
   47.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   569          15.82          42.00         266.50      3.3856838
   47.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   570          15.82          42.00         269.50      3.4370203
   47.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   571          15.82          42.00         272.50      3.3041680
   47.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   572          15.82          42.00         275.50      3.0362291
   47.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   573          15.82          42.00         278.50      2.7239735
   47.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   574          15.82          42.00         281.50      2.5274761
   47.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   575          15.82          42.00         284.50      2.6109374
   47.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   576          15.82          42.00         287.50      2.7452223
   48.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   577          15.82          42.00         290.50      2.8365371
   48.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   578          15.82          42.00         293.50      2.8640127
   48.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   579          15.82          42.00         296.50      2.7362280
   48.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   580          15.82          42.00         299.50      2.9025743
   48.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   581          15.82          42.00         302.50      3.1693687
   48.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   582          15.82          42.00         305.50      3.5729873
   48.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   583          15.82          42.00         308.50      4.2170854
   48.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   584          15.82          42.00         311.50      4.5934815
   48.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   585          15.82          42.00         314.50      4.8404999
   48.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   586          15.82          42.00         317.50      4.5693731
   48.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   587          15.82          42.00         320.50      4.0046296
   48.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   588          15.82          42.00         323.50      3.4214382
   49.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   589          15.82          42.00         326.50      2.9220054
   49.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   590          15.82          42.00         329.50      2.6334481
   49.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   591          15.82          42.00         332.50      2.7081215
   49.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   592          15.82          42.00         335.50      2.7010281
   49.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   593          15.82          42.00         338.50      2.6225145
   49.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   594          15.82          42.00         341.50      2.5087337
   49.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   595          15.82          42.00         344.50      2.3855498
   49.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   596          15.82          42.00         347.50      2.4005978
   49.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   597          15.82          42.00         350.50      2.6965487
   49.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   598          15.82          42.00         353.50      2.9700499
   49.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   599          15.82          42.00         356.50      3.0024588
   49.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   600          15.82          42.00         359.50      2.9568853
   50.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   601          15.82          45.00           2.50      2.8216560
   50.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   602          15.82          45.00           5.50      2.9588096
   50.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   603          15.82          45.00           8.50      2.8488681
   50.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   604          15.82          45.00          11.50      2.5998738
   50.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   605          15.82          45.00          14.50      2.4648812
   50.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   606          15.82          45.00          17.50      2.4932823
   50.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   607          15.82          45.00          20.50      2.4310875
   50.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   608          15.82          45.00          23.50      2.5553601
   50.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   609          15.82          45.00          26.50      2.6879435
   50.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   610          15.82          45.00          29.50      2.7988462
   50.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   611          15.82          45.00          32.50      3.0174396
   50.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   612          15.82          45.00          35.50      3.3352287
   51.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   613          15.82          45.00          38.50      3.8043525
   51.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   614          15.82          45.00          41.50      4.4972463
   51.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   615          15.82          45.00          44.50      5.0804925
   51.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   616          15.82          45.00          47.50      4.9530153
   51.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   617          15.82          45.00          50.50      4.6410842
   51.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   618          15.82          45.00          53.50      4.0998712
   51.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   619          15.82          45.00          56.50      3.5322998
   51.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   620          15.82          45.00          59.50      3.2269917
   51.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   621          15.82          45.00          62.50      3.0326252
   51.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   622          15.82          45.00          65.50      2.9989130
   51.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   623          15.82          45.00          68.50      2.7485590
   51.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   624          15.82          45.00          71.50      2.4334972
   52.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   625          15.82          45.00          74.50      2.2055495
   52.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   626          15.82          45.00          77.50      2.1240263
   52.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   627          15.82          45.00          80.50      2.1237116
   52.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   628          15.82          45.00          83.50      2.2627757
   52.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   629          15.82          45.00          86.50      2.3941987
   52.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   630          15.82          45.00          89.50      2.4288714
   52.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   631          15.82          45.00          92.50      2.4872625
   52.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   632          15.82          45.00          95.50      2.4280407
   52.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   633          15.82          45.00          98.50      2.2238491
   52.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   634          15.82          45.00         101.50      2.1138215
   52.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   635          15.82          45.00         104.50      2.2159359
   52.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   636          15.82          45.00         107.50      2.3537276
   53.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   637          15.82          45.00         110.50      2.4986160
   53.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   638          15.82          45.00         113.50      2.5951564
   53.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   639          15.82          45.00         116.50      2.9235220
   53.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   640          15.82          45.00         119.50      3.2801535
   53.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   641          15.82          45.00         122.50      3.7118247
   53.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   642          15.82          45.00         125.50      4.0993104
   53.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   643          15.82          45.00         128.50      4.5233855
   53.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   644          15.82          45.00         131.50      5.1387506
   53.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   645          15.82          45.00         134.50      5.4892116
   53.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   646          15.82          45.00         137.50      5.1292205
   53.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   647          15.82          45.00         140.50      4.3033433
   53.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   648          15.82          45.00         143.50      3.4521148
   54.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   649          15.82          45.00         146.50      3.0855343
   54.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   650          15.82          45.00         149.50      2.8215420
   54.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   651          15.82          45.00         152.50      2.7754211
   54.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   652          15.82          45.00         155.50      2.6738987
   54.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   653          15.82          45.00         158.50      2.6521242
   54.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   654          15.82          45.00         161.50      2.7711351
   54.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   655          15.82          45.00         164.50      2.8030660
   54.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   656          15.82          45.00         167.50      2.7540448
   54.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   657          15.82          45.00         170.50      2.8549271
   54.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   658          15.82          45.00         173.50      2.8425462
   54.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   659          15.82          45.00         176.50      2.8125269
   54.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   660          15.82          45.00         179.50      2.8173647
   55.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   661          15.82          45.00         182.50      2.7436745
   55.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   662          15.82          45.00         185.50      2.8337185
   55.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   663          15.82          45.00         188.50      2.8377340
   55.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   664          15.82          45.00         191.50      2.7806540
   55.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   665          15.82          45.00         194.50      2.7891295
   55.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   666          15.82          45.00         197.50      2.7946618
   55.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   667          15.82          45.00         200.50      2.6498477
   55.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   668          15.82          45.00         203.50      2.6441870
   55.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   669          15.82          45.00         206.50      2.7303782
   55.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   670          15.82          45.00         209.50      2.7970912
   55.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   671          15.82          45.00         212.50      2.9923630
   55.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   672          15.82          45.00         215.50      3.2394247
   56.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   673          15.82          45.00         218.50      3.8514287
   56.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   674          15.82          45.00         221.50      4.6778812
   56.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   675          15.82          45.00         224.50      5.3210902
   56.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   676          15.82          45.00         227.50      5.2563043
   56.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   677          15.82          45.00         230.50      4.6524525
   56.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   678          15.82          45.00         233.50      4.1732645
   56.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   679          15.82          45.00         236.50      3.7991514
   56.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   680          15.82          45.00         239.50      3.3646696
   56.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   681          15.82          45.00         242.50      2.9644220
   56.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   682          15.82          45.00         245.50      2.6567137
   56.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   683          15.82          45.00         248.50      2.4482090
   56.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   684          15.82          45.00         251.50      2.3892393
   57.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   685          15.82          45.00         254.50      2.3180039
   57.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   686          15.82          45.00         257.50      2.2515969
   57.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   687          15.82          45.00         260.50      2.3972163
   57.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   688          15.82          45.00         263.50      2.6476631
   57.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   689          15.82          45.00         266.50      2.8368256
   57.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   690          15.82          45.00         269.50      2.7404754
   57.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   691          15.82          45.00         272.50      2.6963310
   57.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   692          15.82          45.00         275.50      2.6575215
   57.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   693          15.82          45.00         278.50      2.4846671
   57.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   694          15.82          45.00         281.50      2.2594817
   57.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   695          15.82          45.00         284.50      2.2729027
   57.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   696          15.82          45.00         287.50      2.4401605
   58.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   697          15.82          45.00         290.50      2.6724102
   58.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   698          15.82          45.00         293.50      2.8453000
   58.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   699          15.82          45.00         296.50      2.9030912
   58.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   700          15.82          45.00         299.50      3.0850775
   58.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   701          15.82          45.00         302.50      3.3255320
   58.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   702          15.82          45.00         305.50      3.8179114
   58.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   703          15.82          45.00         308.50      4.4913568
   58.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   704          15.82          45.00         311.50      4.9209218
   58.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   705          15.82          45.00         314.50      5.1963148
   58.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   706          15.82          45.00         317.50      4.6772604
   58.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   707          15.82          45.00         320.50      3.9597824
   58.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   708          15.82          45.00         323.50      3.3409107
   59.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   709          15.82          45.00         326.50      3.0342376
   59.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   710          15.82          45.00         329.50      2.8151293
   59.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   711          15.82          45.00         332.50      2.7478139
   59.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   712          15.82          45.00         335.50      2.6194832
   59.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   713          15.82          45.00         338.50      2.5114129
   59.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   714          15.82          45.00         341.50      2.5259840
   59.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   715          15.82          45.00         344.50      2.5183313
   59.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   716          15.82          45.00         347.50      2.5367625
   59.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   717          15.82          45.00         350.50      2.7467060
   59.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   718          15.82          45.00         353.50      2.9140625
   59.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   719          15.82          45.00         356.50      2.8332415
   59.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   720          15.82          45.00         359.50      2.7871923
   60.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   721          15.82          48.00           2.50      3.1560090
   60.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   722          15.82          48.00           5.50      3.0936654
   60.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   723          15.82          48.00           8.50      2.8903039
   60.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   724          15.82          48.00          11.50      2.5749953
   60.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   725          15.82          48.00          14.50      2.5037844
   60.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   726          15.82          48.00          17.50      2.5859978
   60.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   727          15.82          48.00          20.50      2.5422146
   60.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   728          15.82          48.00          23.50      2.5672462
   60.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   729          15.82          48.00          26.50      2.7143476
   60.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   730          15.82          48.00          29.50      2.7786057
   60.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   731          15.82          48.00          32.50      2.8049576
   60.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   732          15.82          48.00          35.50      3.1203263
   61.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   733          15.82          48.00          38.50      3.6678813
   61.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   734          15.82          48.00          41.50      4.4188409
   61.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   735          15.82          48.00          44.50      5.0280652
   61.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   736          15.82          48.00          47.50      4.9693751
   61.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   737          15.82          48.00          50.50      4.5341253
   61.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   738          15.82          48.00          53.50      3.8948066
   61.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   739          15.82          48.00          56.50      3.2456090
   61.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   740          15.82          48.00          59.50      3.0463893
   61.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   741          15.82          48.00          62.50      3.0036399
   61.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   742          15.82          48.00          65.50      2.9703484
   61.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   743          15.82          48.00          68.50      2.5953205
   61.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   744          15.82          48.00          71.50      2.3412249
   62.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   745          15.82          48.00          74.50      2.2739987
   62.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   746          15.82          48.00          77.50      2.1985948
   62.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   747          15.82          48.00          80.50      2.3869443
   62.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   748          15.82          48.00          83.50      2.4759634
   62.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   749          15.82          48.00          86.50      2.4707348
   62.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   750          15.82          48.00          89.50      2.4733534
   62.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   751          15.82          48.00          92.50      2.5254295
   62.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   752          15.82          48.00          95.50      2.4747140
   62.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   753          15.82          48.00          98.50      2.2817438
   62.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   754          15.82          48.00         101.50      1.9760190
   62.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   755          15.82          48.00         104.50      2.0526092
   62.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   756          15.82          48.00         107.50      2.3376994
   63.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   757          15.82          48.00         110.50      2.4555337
   63.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   758          15.82          48.00         113.50      2.5656312
   63.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   759          15.82          48.00         116.50      2.7488468
   63.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   760          15.82          48.00         119.50      2.9696381
   63.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   761          15.82          48.00         122.50      3.3502171
   63.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   762          15.82          48.00         125.50      3.6744711
   63.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   763          15.82          48.00         128.50      4.1505284
   63.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   764          15.82          48.00         131.50      4.8236089
   63.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   765          15.82          48.00         134.50      5.1938977
   63.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   766          15.82          48.00         137.50      4.7269149
   63.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   767          15.82          48.00         140.50      3.9411795
   63.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   768          15.82          48.00         143.50      3.1754148
   64.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   769          15.82          48.00         146.50      2.8298242
   64.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   770          15.82          48.00         149.50      2.6335492
   64.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   771          15.82          48.00         152.50      2.5775983
   64.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   772          15.82          48.00         155.50      2.4427917
   64.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   773          15.82          48.00         158.50      2.3981717
   64.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   774          15.82          48.00         161.50      2.4503069
   64.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   775          15.82          48.00         164.50      2.5359633
   64.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   776          15.82          48.00         167.50      2.4352164
   64.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   777          15.82          48.00         170.50      2.6383805
   64.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   778          15.82          48.00         173.50      2.7434957
   64.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   779          15.82          48.00         176.50      2.8475034
   64.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   780          15.82          48.00         179.50      3.0100863
   65.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   781          15.82          48.00         182.50      2.8765604
   65.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   782          15.82          48.00         185.50      2.7617950
   65.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   783          15.82          48.00         188.50      2.6744277
   65.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   784          15.82          48.00         191.50      2.5263484
   65.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   785          15.82          48.00         194.50      2.6260927
   65.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   786          15.82          48.00         197.50      2.5854464
   65.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   787          15.82          48.00         200.50      2.4129760
   65.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   788          15.82          48.00         203.50      2.4286909
   65.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   789          15.82          48.00         206.50      2.5462153
   65.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   790          15.82          48.00         209.50      2.6583550
   65.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   791          15.82          48.00         212.50      2.8153028
   65.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   792          15.82          48.00         215.50      2.9559011
   66.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   793          15.82          48.00         218.50      3.4589236
   66.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   794          15.82          48.00         221.50      4.2720160
   66.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   795          15.82          48.00         224.50      4.9298940
   66.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   796          15.82          48.00         227.50      4.9372678
   66.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   797          15.82          48.00         230.50      4.2434011
   66.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   798          15.82          48.00         233.50      3.8253233
   66.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   799          15.82          48.00         236.50      3.4575655
   66.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   800          15.82          48.00         239.50      3.0769606
   66.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   801          15.82          48.00         242.50      2.8120778
   66.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   802          15.82          48.00         245.50      2.6038587
   66.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   803          15.82          48.00         248.50      2.4481211
   66.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   804          15.82          48.00         251.50      2.3761690
   67.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   805          15.82          48.00         254.50      2.2073119
   67.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   806          15.82          48.00         257.50      2.0506513
   67.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   807          15.82          48.00         260.50      2.3222737
   67.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   808          15.82          48.00         263.50      2.6101639
   67.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   809          15.82          48.00         266.50      2.7212141
   67.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   810          15.82          48.00         269.50      2.7102411
   67.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   811          15.82          48.00         272.50      2.7037022
   67.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   812          15.82          48.00         275.50      2.7654035
   67.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   813          15.82          48.00         278.50      2.7138271
   67.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   814          15.82          48.00         281.50      2.4280524
   67.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   815          15.82          48.00         284.50      2.3264599
   67.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   816          15.82          48.00         287.50      2.3298011
   68.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   817          15.82          48.00         290.50      2.5202925
   68.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   818          15.82          48.00         293.50      2.7476883
   68.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   819          15.82          48.00         296.50      2.8763206
   68.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   820          15.82          48.00         299.50      3.0000336
   68.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   821          15.82          48.00         302.50      3.1354086
   68.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   822          15.82          48.00         305.50      3.6271455
   68.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   823          15.82          48.00         308.50      4.3220553
   68.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   824          15.82          48.00         311.50      4.8407536
   68.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   825          15.82          48.00         314.50      5.1199203
   68.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   826          15.82          48.00         317.50      4.5750308
   68.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   827          15.82          48.00         320.50      3.8416140
   68.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   828          15.82          48.00         323.50      3.1111746
   69.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   829          15.82          48.00         326.50      2.8013957
   69.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   830          15.82          48.00         329.50      2.6923425
   69.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   831          15.82          48.00         332.50      2.7629461
   69.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   832          15.82          48.00         335.50      2.6293204
   69.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   833          15.82          48.00         338.50      2.5945857
   69.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   834          15.82          48.00         341.50      2.6735764
   69.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   835          15.82          48.00         344.50      2.6532984
   69.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   836          15.82          48.00         347.50      2.5461147
   69.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   837          15.82          48.00         350.50      2.7892153
   69.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   838          15.82          48.00         353.50      3.0082960
   69.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   839          15.82          48.00         356.50      3.1118457
   69.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   840          15.82          48.00         359.50      3.1995027
   70.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   841          15.82          51.00           2.50      3.3731344
   70.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   842          15.82          51.00           5.50      3.0397203
   70.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   843          15.82          51.00           8.50      2.6488121
   70.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   844          15.82          51.00          11.50      2.4057186
   70.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   845          15.82          51.00          14.50      2.4567332
   70.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   846          15.82          51.00          17.50      2.6295855
   70.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   847          15.82          51.00          20.50      2.6504500
   70.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   848          15.82          51.00          23.50      2.6777020
   70.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   849          15.82          51.00          26.50      2.8076096
   70.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   850          15.82          51.00          29.50      2.8500078
   70.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   851          15.82          51.00          32.50      2.6503074
   70.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   852          15.82          51.00          35.50      2.6993015
   71.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   853          15.82          51.00          38.50      3.0545053
   71.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   854          15.82          51.00          41.50      3.5605488
   71.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   855          15.82          51.00          44.50      3.8753462
   71.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   856          15.82          51.00          47.50      3.7820349
   71.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   857          15.82          51.00          50.50      3.5346022
   71.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   858          15.82          51.00          53.50      3.1871166
   71.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   859          15.82          51.00          56.50      2.6577795
   71.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   860          15.82          51.00          59.50      2.5511959
   71.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   861          15.82          51.00          62.50      2.8018658
   71.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   862          15.82          51.00          65.50      2.8724911
   71.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   863          15.82          51.00          68.50      2.5742610
   71.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   864          15.82          51.00          71.50      2.2933824
   72.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   865          15.82          51.00          74.50      2.2531021
   72.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   866          15.82          51.00          77.50      2.3305089
   72.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   867          15.82          51.00          80.50      2.7455795
   72.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   868          15.82          51.00          83.50      3.1109221
   72.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   869          15.82          51.00          86.50      3.3100042
   72.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   870          15.82          51.00          89.50      3.3905513
   72.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   871          15.82          51.00          92.50      3.3506305
   72.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   872          15.82          51.00          95.50      3.1336336
   72.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   873          15.82          51.00          98.50      2.7900896
   72.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   874          15.82          51.00         101.50      2.4221714
   72.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   875          15.82          51.00         104.50      2.2330544
   72.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   876          15.82          51.00         107.50      2.3608949
   73.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   877          15.82          51.00         110.50      2.5912642
   73.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   878          15.82          51.00         113.50      2.7168932
   73.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   879          15.82          51.00         116.50      2.7231350
   73.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   880          15.82          51.00         119.50      2.6665461
   73.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   881          15.82          51.00         122.50      2.7777703
   73.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   882          15.82          51.00         125.50      2.9161367
   73.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   883          15.82          51.00         128.50      3.2095881
   73.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   884          15.82          51.00         131.50      3.5642099
   73.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   885          15.82          51.00         134.50      3.7583292
   73.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   886          15.82          51.00         137.50      3.6419070
   73.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   887          15.82          51.00         140.50      3.2625701
   73.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   888          15.82          51.00         143.50      2.8149335
   74.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   889          15.82          51.00         146.50      2.5779903
   74.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   890          15.82          51.00         149.50      2.3732345
   74.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   891          15.82          51.00         152.50      2.5256464
   74.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   892          15.82          51.00         155.50      2.6451879
   74.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   893          15.82          51.00         158.50      2.6023421
   74.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   894          15.82          51.00         161.50      2.5271862
   74.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   895          15.82          51.00         164.50      2.4417682
   74.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   896          15.82          51.00         167.50      2.2409022
   74.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   897          15.82          51.00         170.50      2.3213060
   74.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   898          15.82          51.00         173.50      2.7027738
   74.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   899          15.82          51.00         176.50      3.1425266
   74.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   900          15.82          51.00         179.50      3.4077618
   75.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   901          15.82          51.00         182.50      3.3255701
   75.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   902          15.82          51.00         185.50      2.8825543
   75.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   903          15.82          51.00         188.50      2.4593432
   75.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   904          15.82          51.00         191.50      2.2781765
   75.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   905          15.82          51.00         194.50      2.4129322
   75.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   906          15.82          51.00         197.50      2.5361831
   75.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   907          15.82          51.00         200.50      2.4868681
   75.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   908          15.82          51.00         203.50      2.5440719
   75.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   909          15.82          51.00         206.50      2.5818944
   75.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   910          15.82          51.00         209.50      2.4982405
   75.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   911          15.82          51.00         212.50      2.5010440
   75.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   912          15.82          51.00         215.50      2.6340690
   76.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   913          15.82          51.00         218.50      2.9687688
   76.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   914          15.82          51.00         221.50      3.4332082
   76.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   915          15.82          51.00         224.50      3.6489952
   76.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   916          15.82          51.00         227.50      3.5860090
   76.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   917          15.82          51.00         230.50      3.2334745
   76.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   918          15.82          51.00         233.50      3.0174692
   76.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   919          15.82          51.00         236.50      2.8408642
   76.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   920          15.82          51.00         239.50      2.6945655
   76.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   921          15.82          51.00         242.50      2.6788664
   76.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   922          15.82          51.00         245.50      2.6023822
   76.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   923          15.82          51.00         248.50      2.5410249
   76.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   924          15.82          51.00         251.50      2.3453984
   77.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   925          15.82          51.00         254.50      2.2475607
   77.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   926          15.82          51.00         257.50      2.3615649
   77.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   927          15.82          51.00         260.50      2.6824372
   77.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   928          15.82          51.00         263.50      2.9820068
   77.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   929          15.82          51.00         266.50      3.3806717
   77.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   930          15.82          51.00         269.50      3.4878056
   77.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   931          15.82          51.00         272.50      3.3996994
   77.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   932          15.82          51.00         275.50      3.2529001
   77.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   933          15.82          51.00         278.50      2.9226370
   77.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   934          15.82          51.00         281.50      2.4986944
   77.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   935          15.82          51.00         284.50      2.2885747
   77.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   936          15.82          51.00         287.50      2.2227669
   78.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   937          15.82          51.00         290.50      2.4388988
   78.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   938          15.82          51.00         293.50      2.6340718
   78.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   939          15.82          51.00         296.50      2.6843860
   78.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   940          15.82          51.00         299.50      2.5324285
   78.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   941          15.82          51.00         302.50      2.5160661
   78.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   942          15.82          51.00         305.50      2.8722241
   78.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   943          15.82          51.00         308.50      3.3428023
   78.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   944          15.82          51.00         311.50      3.5843182
   78.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   945          15.82          51.00         314.50      3.8790309
   78.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   946          15.82          51.00         317.50      3.6527750
   78.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   947          15.82          51.00         320.50      3.2134368
   78.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   948          15.82          51.00         323.50      2.7544470
   79.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   949          15.82          51.00         326.50      2.6745555
   79.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   950          15.82          51.00         329.50      2.7824945
   79.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   951          15.82          51.00         332.50      2.8254187
   79.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   952          15.82          51.00         335.50      2.6921279
   79.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   953          15.82          51.00         338.50      2.6563210
   79.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   954          15.82          51.00         341.50      2.6392748
   79.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   955          15.82          51.00         344.50      2.6271119
   79.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   956          15.82          51.00         347.50      2.4697530
   79.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   957          15.82          51.00         350.50      2.5845623
   79.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   958          15.82          51.00         353.50      2.9083569
   79.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   959          15.82          51.00         356.50      3.3081696
   79.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   960          15.82          51.00         359.50      3.5159047
   80.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   961          15.82          54.00           2.50      3.3021452
   80.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   962          15.82          54.00           5.50      2.8949678
   80.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   963          15.82          54.00           8.50      2.5855954
   80.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   964          15.82          54.00          11.50      2.4262512
   80.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   965          15.82          54.00          14.50      2.3743167
   80.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   966          15.82          54.00          17.50      2.3722599
   80.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   967          15.82          54.00          20.50      2.4913337
   80.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   968          15.82          54.00          23.50      2.5850577
   80.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   969          15.82          54.00          26.50      2.6610780
   80.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   970          15.82          54.00          29.50      2.7597020
   80.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   971          15.82          54.00          32.50      2.5609787
   80.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   972          15.82          54.00          35.50      2.3324263
   81.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   973          15.82          54.00          38.50      2.3339508
   81.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   974          15.82          54.00          41.50      2.5703590
   81.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   975          15.82          54.00          44.50      2.6556067
   81.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   976          15.82          54.00          47.50      2.5935431
   81.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   977          15.82          54.00          50.50      2.5711823
   81.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   978          15.82          54.00          53.50      2.4466555
   81.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   979          15.82          54.00          56.50      2.1066620
   81.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   980          15.82          54.00          59.50      2.0298557
   81.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   981          15.82          54.00          62.50      2.2186878
   81.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   982          15.82          54.00          65.50      2.3499889
   81.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   983          15.82          54.00          68.50      2.3092530
   81.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   984          15.82          54.00          71.50      2.2529075
   82.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   985          15.82          54.00          74.50      2.2941387
   82.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   986          15.82          54.00          77.50      2.3029602
   82.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   987          15.82          54.00          80.50      2.7480972
   82.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   988          15.82          54.00          83.50      3.2424309
   82.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   989          15.82          54.00          86.50      3.6312838
   82.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   990          15.82          54.00          89.50      3.7901628
   82.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   991          15.82          54.00          92.50      3.6840801
   82.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   992          15.82          54.00          95.50      3.2794514
   82.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   993          15.82          54.00          98.50      2.9727771
   82.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   994          15.82          54.00         101.50      2.6731341
   82.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   995          15.82          54.00         104.50      2.4179795
   82.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   996          15.82          54.00         107.50      2.2031527
   83.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   997          15.82          54.00         110.50      2.3366024
   83.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   998          15.82          54.00         113.50      2.5450459
   83.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
   999          15.82          54.00         116.50      2.5424354
   83.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1000          15.82          54.00         119.50      2.3483417
   83.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1001          15.82          54.00         122.50      2.1366713
   83.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1002          15.82          54.00         125.50      2.1005061
   83.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1003          15.82          54.00         128.50      2.2653725
   83.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1004          15.82          54.00         131.50      2.4063952
   83.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1005          15.82          54.00         134.50      2.5334909
   83.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1006          15.82          54.00         137.50      2.6111825
   83.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1007          15.82          54.00         140.50      2.4699099
   83.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1008          15.82          54.00         143.50      2.2499175
   84.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1009          15.82          54.00         146.50      2.2180357
   84.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1010          15.82          54.00         149.50      2.3426087
   84.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1011          15.82          54.00         152.50      2.5437725
   84.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1012          15.82          54.00         155.50      2.7920482
   84.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1013          15.82          54.00         158.50      2.7163870
   84.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1014          15.82          54.00         161.50      2.4078429
   84.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1015          15.82          54.00         164.50      2.3773921
   84.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1016          15.82          54.00         167.50      2.2604759
   84.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1017          15.82          54.00         170.50      2.3793375
   84.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1018          15.82          54.00         173.50      2.7601993
   84.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1019          15.82          54.00         176.50      3.2859449
   84.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1020          15.82          54.00         179.50      3.6740987
   85.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1021          15.82          54.00         182.50      3.5070066
   85.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1022          15.82          54.00         185.50      3.0074141
   85.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1023          15.82          54.00         188.50      2.5569923
   85.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1024          15.82          54.00         191.50      2.2415273
   85.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1025          15.82          54.00         194.50      2.2940471
   85.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1026          15.82          54.00         197.50      2.3042657
   85.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1027          15.82          54.00         200.50      2.5025818
   85.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1028          15.82          54.00         203.50      2.6502764
   85.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1029          15.82          54.00         206.50      2.6135077
   85.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1030          15.82          54.00         209.50      2.5007710
   85.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1031          15.82          54.00         212.50      2.2974374
   85.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1032          15.82          54.00         215.50      2.2043550
   86.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1033          15.82          54.00         218.50      2.4338374
   86.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1034          15.82          54.00         221.50      2.6748135
   86.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1035          15.82          54.00         224.50      2.6019876
   86.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1036          15.82          54.00         227.50      2.5098879
   86.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1037          15.82          54.00         230.50      2.3180797
   86.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1038          15.82          54.00         233.50      2.1678517
   86.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1039          15.82          54.00         236.50      2.0787551
   86.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1040          15.82          54.00         239.50      2.2307541
   86.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1041          15.82          54.00         242.50      2.4421730
   86.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1042          15.82          54.00         245.50      2.4905441
   86.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1043          15.82          54.00         248.50      2.3683333
   86.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1044          15.82          54.00         251.50      2.2427557
   87.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1045          15.82          54.00         254.50      2.3363864
   87.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1046          15.82          54.00         257.50      2.5481670
   87.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1047          15.82          54.00         260.50      2.8637943
   87.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1048          15.82          54.00         263.50      3.1284044
   87.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1049          15.82          54.00         266.50      3.5033910
   87.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1050          15.82          54.00         269.50      3.7703049
   87.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1051          15.82          54.00         272.50      3.5873859
   87.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1052          15.82          54.00         275.50      3.2466481
   87.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1053          15.82          54.00         278.50      2.8815720
   87.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1054          15.82          54.00         281.50      2.4443836
   87.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1055          15.82          54.00         284.50      2.3267581
   87.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1056          15.82          54.00         287.50      2.2843003
   88.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1057          15.82          54.00         290.50      2.3275435
   88.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1058          15.82          54.00         293.50      2.2560143
   88.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1059          15.82          54.00         296.50      2.2040536
   88.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1060          15.82          54.00         299.50      2.0218050
   88.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1061          15.82          54.00         302.50      2.0264139
   88.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1062          15.82          54.00         305.50      2.3251095
   88.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1063          15.82          54.00         308.50      2.4920437
   88.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1064          15.82          54.00         311.50      2.5256298
   88.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1065          15.82          54.00         314.50      2.6705322
   88.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1066          15.82          54.00         317.50      2.5961647
   88.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1067          15.82          54.00         320.50      2.4591997
   88.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1068          15.82          54.00         323.50      2.3769238
   89.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1069          15.82          54.00         326.50      2.5437109
   89.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1070          15.82          54.00         329.50      2.6897070
   89.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1071          15.82          54.00         332.50      2.6338956
   89.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1072          15.82          54.00         335.50      2.4913874
   89.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1073          15.82          54.00         338.50      2.4271376
   89.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1074          15.82          54.00         341.50      2.2739465
   89.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1075          15.82          54.00         344.50      2.3161385
   89.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1076          15.82          54.00         347.50      2.3827217
   89.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1077          15.82          54.00         350.50      2.5846932
   89.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1078          15.82          54.00         353.50      2.8409417
   89.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1079          15.82          54.00         356.50      3.2741184
   89.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1080          15.82          54.00         359.50      3.5260022
   90.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1081          15.82          57.00           2.50      3.3807371
   90.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1082          15.82          57.00           5.50      2.8882856
   90.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1083          15.82          57.00           8.50      2.4869139
   90.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1084          15.82          57.00          11.50      2.3536243
   90.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1085          15.82          57.00          14.50      2.3199625
   90.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1086          15.82          57.00          17.50      2.3336771
   90.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1087          15.82          57.00          20.50      2.4689147
   90.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1088          15.82          57.00          23.50      2.5607955
   90.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1089          15.82          57.00          26.50      2.4492555
   90.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1090          15.82          57.00          29.50      2.5051215
   90.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1091          15.82          57.00          32.50      2.4685955
   90.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1092          15.82          57.00          35.50      2.3376224
   91.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1093          15.82          57.00          38.50      2.2036016
   91.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1094          15.82          57.00          41.50      2.3007276
   91.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1095          15.82          57.00          44.50      2.3777318
   91.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1096          15.82          57.00          47.50      2.3891904
   91.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1097          15.82          57.00          50.50      2.5519426
   91.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1098          15.82          57.00          53.50      2.4763844
   91.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1099          15.82          57.00          56.50      2.1038029
   91.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1100          15.82          57.00          59.50      1.9157534
   91.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1101          15.82          57.00          62.50      1.9891119
   91.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1102          15.82          57.00          65.50      2.0502393
   91.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1103          15.82          57.00          68.50      2.2162344
   91.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1104          15.82          57.00          71.50      2.4073448
   92.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1105          15.82          57.00          74.50      2.5410984
   92.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1106          15.82          57.00          77.50      2.4788945
   92.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1107          15.82          57.00          80.50      2.6093228
   92.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1108          15.82          57.00          83.50      3.1642325
   92.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1109          15.82          57.00          86.50      3.5516987
   92.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1110          15.82          57.00          89.50      3.5854981
   92.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1111          15.82          57.00          92.50      3.4735439
   92.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1112          15.82          57.00          95.50      3.1891696
   92.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1113          15.82          57.00          98.50      2.7580879
   92.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1114          15.82          57.00         101.50      2.6191161
   92.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1115          15.82          57.00         104.50      2.4514539
   92.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1116          15.82          57.00         107.50      2.1590540
   93.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1117          15.82          57.00         110.50      2.1442163
   93.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1118          15.82          57.00         113.50      2.2440276
   93.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1119          15.82          57.00         116.50      2.3448071
   93.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1120          15.82          57.00         119.50      2.1355534
   93.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1121          15.82          57.00         122.50      1.9298220
   93.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1122          15.82          57.00         125.50      1.9879197
   93.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1123          15.82          57.00         128.50      2.1537597
   93.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1124          15.82          57.00         131.50      2.3291252
   93.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1125          15.82          57.00         134.50      2.2682855
   93.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1126          15.82          57.00         137.50      2.2942393
   93.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1127          15.82          57.00         140.50      2.2012823
   93.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1128          15.82          57.00         143.50      2.1058292
   94.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1129          15.82          57.00         146.50      2.1173327
   94.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1130          15.82          57.00         149.50      2.3197191
   94.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1131          15.82          57.00         152.50      2.5373693
   94.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1132          15.82          57.00         155.50      2.7582245
   94.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1133          15.82          57.00         158.50      2.7367830
   94.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1134          15.82          57.00         161.50      2.4900668
   94.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1135          15.82          57.00         164.50      2.3524714
   94.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1136          15.82          57.00         167.50      2.1404970
   94.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1137          15.82          57.00         170.50      2.2635133
   94.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1138          15.82          57.00         173.50      2.6963749
   94.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1139          15.82          57.00         176.50      3.3212297
   94.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1140          15.82          57.00         179.50      3.7273886
   95.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1141          15.82          57.00         182.50      3.5788329
   95.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1142          15.82          57.00         185.50      2.9925873
   95.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1143          15.82          57.00         188.50      2.3882453
   95.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1144          15.82          57.00         191.50      2.1101606
   95.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1145          15.82          57.00         194.50      2.1546175
   95.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1146          15.82          57.00         197.50      2.3576097
   95.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1147          15.82          57.00         200.50      2.6153936
   95.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1148          15.82          57.00         203.50      2.6892166
   95.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1149          15.82          57.00         206.50      2.6410284
   95.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1150          15.82          57.00         209.50      2.4649162
   95.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1151          15.82          57.00         212.50      2.2151139
   95.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1152          15.82          57.00         215.50      2.0791399
   96.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1153          15.82          57.00         218.50      2.1359234
   96.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1154          15.82          57.00         221.50      2.3082082
   96.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1155          15.82          57.00         224.50      2.3184397
   96.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1156          15.82          57.00         227.50      2.3749607
   96.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1157          15.82          57.00         230.50      2.2568419
   96.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1158          15.82          57.00         233.50      2.0459323
   96.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1159          15.82          57.00         236.50      1.8840498
   96.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1160          15.82          57.00         239.50      2.1050775
   96.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1161          15.82          57.00         242.50      2.4024127
   96.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1162          15.82          57.00         245.50      2.3428199
   96.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1163          15.82          57.00         248.50      2.2423253
   96.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1164          15.82          57.00         251.50      2.1139033
   97.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1165          15.82          57.00         254.50      2.3224089
   97.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1166          15.82          57.00         257.50      2.4838457
   97.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1167          15.82          57.00         260.50      2.5824051
   97.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1168          15.82          57.00         263.50      2.9129782
   97.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1169          15.82          57.00         266.50      3.2273977
   97.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1170          15.82          57.00         269.50      3.3005054
   97.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1171          15.82          57.00         272.50      3.2468815
   97.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1172          15.82          57.00         275.50      3.0520222
   97.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1173          15.82          57.00         278.50      2.6997442
   97.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1174          15.82          57.00         281.50      2.4469595
   97.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1175          15.82          57.00         284.50      2.5195589
   97.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1176          15.82          57.00         287.50      2.3912385
   98.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1177          15.82          57.00         290.50      2.3054945
   98.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1178          15.82          57.00         293.50      2.1325119
   98.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1179          15.82          57.00         296.50      2.0475595
   98.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1180          15.82          57.00         299.50      1.9676242
   98.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1181          15.82          57.00         302.50      2.0558155
   98.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1182          15.82          57.00         305.50      2.3836703
   98.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1183          15.82          57.00         308.50      2.5946264
   98.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1184          15.82          57.00         311.50      2.4281435
   98.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1185          15.82          57.00         314.50      2.3786268
   98.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1186          15.82          57.00         317.50      2.3695292
   98.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1187          15.82          57.00         320.50      2.2603400
   98.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1188          15.82          57.00         323.50      2.4163778
   99.00% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1189          15.82          57.00         326.50      2.5528920
   99.08% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1190          15.82          57.00         329.50      2.5699961
   99.17% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1191          15.82          57.00         332.50      2.3521125
   99.25% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1192          15.82          57.00         335.50      2.4501853
   99.33% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1193          15.82          57.00         338.50      2.4430988
   99.42% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1194          15.82          57.00         341.50      2.2655795
   99.50% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1195          15.82          57.00         344.50      2.2351501
   99.58% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1196          15.82          57.00         347.50      2.2306740
   99.67% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1197          15.82          57.00         350.50      2.4015675
   99.75% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1198          15.82          57.00         353.50      2.7947187
   99.83% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1199          15.82          57.00         356.50      3.3576767
   99.92% of job   1 of   1 completed.

number           kout          theta            phi      intensity
  1200          15.82          57.00         359.50      3.7071517
  100.00% of job   1 of   1 completed.

job   1 of   1 completed, factors =    0.4786   0.7490

_____________________________________
 Job report

   1   output_header.txt
       result saved in file teory.out

_____________________________________
 Job report saved in file mscdout.txt
 Messages saved in file mscdlist.txt

Program terminated normally
-------------------------------------
🔍 PADRONIZANDO ARQUIVO DE SAÍDA (teory.out)...
   -> Output detectado: teory.out
cp: 'teory.out' and 'teory.out' are the same file
   ✅ Sucesso! 'teory.out' duplicado como 'teory.out'.
-------------------------------------
COPYING 'input_cluster.txt' FILE BACK TO THE MAIN DIRECTORY...
-------------------------------------
PROCESS COMPLETE. RETURNING TO THE MAIN DIRECTORY.

--- Simulation Complete ---