You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
608 B
17 lines
608 B
#<ProjectName> = Name of the project (string)\n";
|
|
#<dt> = Time interval in seconds\n";
|
|
#<step> = Number of step in between interval
|
|
#<Theta_sc> = Scattering angle in theta (deg)\n";
|
|
#<Phi_sc> = Scattering angle in phi (deg)\n";
|
|
#<writeMode> = 0 (Full), 1 (Principal Theta cuts), 2 (Principal Phi cuts)\n";
|
|
#<output_opt> = 0 (magnitude), 1 (real & imag)\n";
|
|
|
|
ProjName=sphere
|
|
dt=0.000000000014243
|
|
step=14
|
|
Theta_sc=180
|
|
Phi_sc=0
|
|
writeMode=1
|
|
output_opt=0
|
|
|
|
./ScatteringRCS $ProjName $dt $step $Theta_sc $Phi_sc $writeMode $output_opt | tee -a postprocess.log
|
|
|