diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.gitmodules b/.gitmodules old mode 100644 new mode 100755 diff --git a/files/.gitkeep b/files/.gitkeep old mode 100644 new mode 100755 diff --git a/get_nuclear_data.py b/get_nuclear_data.py old mode 100755 new mode 100644 diff --git a/sample_files/DWBA_sample.txt b/sample_files/DWBA_sample.txt old mode 100644 new mode 100755 diff --git a/sample_files/Ex_sample.txt b/sample_files/Ex_sample.txt old mode 100644 new mode 100755 diff --git a/sample_files/PlotConfig_sample.txt b/sample_files/PlotConfig_sample.txt old mode 100644 new mode 100755 diff --git a/sample_files/detectorGeo_HELIOS_sample.txt b/sample_files/detectorGeo_HELIOS_sample.txt old mode 100644 new mode 100755 diff --git a/sample_files/detectorGeo_SOLARIS_sample.txt b/sample_files/detectorGeo_SOLARIS_sample.txt old mode 100644 new mode 100755 diff --git a/sample_files/reactionConfig_sample.txt b/sample_files/reactionConfig_sample.txt old mode 100644 new mode 100755 diff --git a/simpleInput.py b/simpleInput.py index dce7bd7..63e3a04 100755 --- a/simpleInput.py +++ b/simpleInput.py @@ -238,7 +238,7 @@ pngName=haha.splitlines().pop() print ("Content-Type: text/html\r\n\r\n") print ("") print ("") -print ("") +print ("") #print ("") print ("") print ("") @@ -296,10 +296,6 @@ if isDWBA: print ("
%s " % result) print ("
%s " % haha) -print (plotStr) -print ("

") -print (ExList) - print ("") print ("") diff --git a/simpleSim.html b/simpleSim.html index db6a099..e9e5bc5 100644 --- a/simpleSim.html +++ b/simpleSim.html @@ -130,7 +130,7 @@ Outgoing Channel +
@@ -263,7 +263,7 @@ ^ can be alone
* can be omitted - + @@ -272,6 +272,7 @@
  • File name can be customized.
  • For kinematic simulation, only the reactionConfig.txt, detectorGeo.txt, and Ex.txt are needed.
  • For DWBA calculation, only the DWBA file is needed.
  • +
  • If reactionConfig.txt, detectorGeo.txt, and DWBA file are presented, will do DWBA and use the result for simulation.
  • When the DWBA file is presented, the kinematic simulation will use the DWBA result and also the excitation energy. i.e. the user provide Ex.txt will not be used.
  • User can use a customs in File for DWBA calculation. Once the in File exist, it ignores the DWBA file.
  • To change DWBA angular range, download the in file, edit it. But becareful, DWBA for kinematic simulation must be 0 -180 deg.