From 5af7c34accb77e6e7ce229f25ae166ccb2ed6476 Mon Sep 17 00:00:00 2001 From: "Ryan@fsunuc" Date: Sun, 15 Jan 2023 22:06:28 -0500 Subject: [PATCH] change simulation new page --- .gitignore | 0 .gitmodules | 0 files/.gitkeep | 0 get_nuclear_data.py | 0 sample_files/DWBA_sample.txt | 0 sample_files/Ex_sample.txt | 0 sample_files/PlotConfig_sample.txt | 0 sample_files/detectorGeo_HELIOS_sample.txt | 0 sample_files/detectorGeo_SOLARIS_sample.txt | 0 sample_files/reactionConfig_sample.txt | 0 simpleInput.py | 6 +----- simpleSim.html | 9 +++++---- 12 files changed, 6 insertions(+), 9 deletions(-) mode change 100644 => 100755 .gitignore mode change 100644 => 100755 .gitmodules mode change 100644 => 100755 files/.gitkeep mode change 100755 => 100644 get_nuclear_data.py mode change 100644 => 100755 sample_files/DWBA_sample.txt mode change 100644 => 100755 sample_files/Ex_sample.txt mode change 100644 => 100755 sample_files/PlotConfig_sample.txt mode change 100644 => 100755 sample_files/detectorGeo_HELIOS_sample.txt mode change 100644 => 100755 sample_files/detectorGeo_SOLARIS_sample.txt mode change 100644 => 100755 sample_files/reactionConfig_sample.txt 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.