RCS Computation Toolkit This repository provides C++ and Python tools for computing radar cross section (RCS) from surface currents or analytical models
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.
 
 
 
 
 

15 lines
496 B

#<ProjectName> = Name of the project (string)\n";
#<dt> = Time interval in seconds\n";
#<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=
Theta_sc=180
Phi_sc=0
writeMode=1
output_opt=0
./ScatteringRCS $ProjName $dt $Theta_sc $Phi_sc $writeMode $output_opt