change simulation new page

This commit is contained in:
Ryan@fsunuc 2023-01-15 22:06:28 -05:00
parent 8106bd4800
commit 5af7c34acc
12 changed files with 6 additions and 9 deletions

0
.gitignore vendored Normal file → Executable file
View File

0
.gitmodules vendored Normal file → Executable file
View File

0
files/.gitkeep Normal file → Executable file
View File

0
get_nuclear_data.py Executable file → Normal file
View File

0
sample_files/DWBA_sample.txt Normal file → Executable file
View File

0
sample_files/Ex_sample.txt Normal file → Executable file
View File

0
sample_files/PlotConfig_sample.txt Normal file → Executable file
View File

0
sample_files/detectorGeo_HELIOS_sample.txt Normal file → Executable file
View File

0
sample_files/detectorGeo_SOLARIS_sample.txt Normal file → Executable file
View File

0
sample_files/reactionConfig_sample.txt Normal file → Executable file
View File

View File

@ -238,7 +238,7 @@ pngName=haha.splitlines().pop()
print ("Content-Type: text/html\r\n\r\n")
print ("<html>")
print ("<style> img {max-width: 100%} </style>")
print ("<style> body { font-family: courier, courier new, serif;} </style>")
print ("<style> body { font-family: courier, courier new, serif; background: #6DB33E} </style>")
#print ("<style> a { color: #F7CF3C;} </style>")
print ("<style> a { color: #1364A7;} </style>")
print ("<body>")
@ -296,10 +296,6 @@ if isDWBA:
print ("<br><span style=\"white-space: pre-line\"> %s </span>" % result)
print ("<br><span style=\"white-space: pre-line\"> %s </span>" % haha)
print (plotStr)
print ("<p></p>")
print (ExList)
print ("</body>")
print ("</html>")

View File

@ -130,7 +130,7 @@
<td>Outgoing Channel</td>
<td>
<select name="op2">
<option value="A" selected>D | An & Cai (2006) E < 183 | 12 < A < 238</option>
<option value="A">D | An & Cai (2006) E < 183 | 12 < A < 238</option>
<option value="H">D | Han, Shi, & Shen (2006) E < 200 | 12 < A < 209</option>
<option value="B">D | Bojowald et al. (1988) 50 < E < 80 | 27 < A < 208</option>
<option value="D">D | Daehnick, Childs, Vrcelj (1980) 11.8 < E < 80 | 27 < A < 238 (REL) </option>
@ -138,7 +138,7 @@
<option value="L">D | Lohr and Haeberli (1974) 9 < E < 13 | 40 < A </option>
<option value="Q">D | Perey and Perey (1963) 12 < E < 25 | 40 < A </option>
<option value="Z">D | Zhang, Pang, Lou (2016) 5 < E < 170 | A < 18, spe 6-7Li </option>
<option value="K">P | Koning & Delaroche (2009) E < 200 | 24 < A < 209 | Iso.Dep.</option>
<option value="K" selected>P | Koning & Delaroche (2009) E < 200 | 24 < A < 209 | Iso.Dep.</option>
<option value="V">P | Varner et al. (1991) 16 < E < 65 | 4 < A < 209</option>
<option value="M">P | Menet et al. (1971) 30 < E < 60 | 40 < A </option>
<option value="G">P | Becchetti and Greenlees (1969) E < 50 | 40 < A </option>
@ -187,7 +187,7 @@
<p></p>
<input type = "submit" value = "Submit and Run Simulation" style="width:200px;height:60px;" />
<input type = "submit" value = "Submit and Run Simulation" style="width:200px;height:60px;" formtarget="_blank"/>
</form>
<hr style="height:4px;background-color:#F7CF3C; border-style:none; border-width:none">
@ -263,7 +263,7 @@
</tr>
<tr>
<td>^ can be alone <br>* can be omitted</th>
<td><input type = "submit" value = "Upload & Run Simulation" style="height:50px; width:200px"/> </td>
<td><input type = "submit" value = "Upload & Run Simulation" style="height:50px; width:200px" formtarget="_blank"/> </td>
</tr>
</table>
</form>
@ -272,6 +272,7 @@
<li>File name can be customized.</li>
<li>For kinematic simulation, only the reactionConfig.txt, detectorGeo.txt, and Ex.txt are needed.</li>
<li>For DWBA calculation, only the DWBA file is needed.</li>
<li>If reactionConfig.txt, detectorGeo.txt, and DWBA file are presented, will do DWBA and use the result for simulation.</li>
<li>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.</li>
<li>User can use a customs in File for DWBA calculation. Once the in File exist, it ignores the DWBA file.</li>
<li>To change DWBA angular range, download the in file, edit it. But becareful, DWBA for kinematic simulation must be 0 -180 deg.</li>