add some text and footnote

This commit is contained in:
Ryan@fsunuc 2023-01-09 14:28:25 -05:00
parent 4bc68108d5
commit c1191ba778
5 changed files with 16 additions and 2 deletions

View File

@ -410,7 +410,8 @@ The calculation only give &theta;<sub>CM</sub> after the bending.
<hr> <hr>
<p></p> <p></p>
HELIOSmatics was first built by Ben P. Kay in MS Excel around 2010. It was modified by Ryan Tang later. And now it migrated to the web on Dec, 2022. HELIOSmatics was first built by Ben P. Kay in MS Excel around 2010. It was modified by Ryan Tang later. And now it migrated to the web on Dec, 2022.
<br>
The calculation can be found in the source code (heliosmatics.js or press F12)
<!-- <!--
<hr> <hr>

View File

@ -250,7 +250,7 @@ function SetSSType(){
perpDistant = 20; perpDistant = 20;
detGap = 5; detGap = 5;
detLen = 100; detLen = 100;
nDet = 4; nDet = 5;
} }
arrayLen = detLen * nDet + detGap * (nDet-1); arrayLen = detLen * nDet + detGap * (nDet-1);
@ -936,6 +936,7 @@ window.checkSSType = function(){
SetSSType(); SetSSType();
CalculateEZ(); CalculateEZ();
CalThetaCM(); CalThetaCM();
CalculateRZ();
} }
var FuncCheckSSType = window.checkSSType.bind(null, "SSType"); var FuncCheckSSType = window.checkSSType.bind(null, "SSType");

View File

@ -2,6 +2,7 @@
<html> <html>
<head> <head>
<title>SOLARIS Si-Array Mode Simulation </title> <title>SOLARIS Si-Array Mode Simulation </title>
<meta name="description" content="SOLARIS Si-Array mode simulation. This is ported from the original Heliosmatics in MS excel, Monte Carlo simulation using CERN ROOT, and DWBA simulation using the Peolemy.">
<link rel="icon" type="image/x-icon" href="SOLARIS_favicon.png"> <link rel="icon" type="image/x-icon" href="SOLARIS_favicon.png">
</head> </head>
<meta charset="utf-8"> <meta charset="utf-8">

View File

@ -38,6 +38,8 @@
</p> </p>
<hr> <hr>
<h1>Credits:</h1>
<h4>This page is created and hosted by Fox's Lab (FSU) in collabortion with SOLARIS (FRIB).</h4> <h4>This page is created and hosted by Fox's Lab (FSU) in collabortion with SOLARIS (FRIB).</h4>
<h4>The SOLARIS project is based on HELIOS (ANL) and is leaded by ANL.</h4> <h4>The SOLARIS project is based on HELIOS (ANL) and is leaded by ANL.</h4>
<h4>The ISS (ISOLDE Solenoidal Spectrometer) is located as CERN.</h4> <h4>The ISS (ISOLDE Solenoidal Spectrometer) is located as CERN.</h4>
@ -51,6 +53,13 @@
<a href="https://isolde-solenoidal-spectrometer.web.cern.ch/" target="_blank"><img src="ISS_logo.png"></a> <a href="https://isolde-solenoidal-spectrometer.web.cern.ch/" target="_blank"><img src="ISS_logo.png"></a>
<a href="https://www.anl.gov/phy/helical-orbit-spectrometer" target="_blank"><img src="HELIOS_logo.jpg"></a> <a href="https://www.anl.gov/phy/helical-orbit-spectrometer" target="_blank"><img src="HELIOS_logo.jpg"></a>
<p></p>
The simulation was started from Ben Kay (ANL) around 2010 using excel spreadsheet.
<br>
Ryan Tang (former ANL postdoc, now at FSU) developed a Monte Carlo simulation with DWBA using CERN ROOT framework.
<br>
And the whole simulation migrated to here at Dec, 2022.
<p></p> <p></p>
Contact: Ryan Tang (rtang at fsu.edu) Contact: Ryan Tang (rtang at fsu.edu)
<p> any suggestions and feedback are very welcome.</p> <p> any suggestions and feedback are very welcome.</p>

View File

@ -234,6 +234,8 @@
<li>To change DWBA angular range, download the in file, edit it. But becareful, DWBA for kinematic simulation must be 0 -180 deg.</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>
</ul> </ul>
<hr style="height:4px;background-color:#F7CF3C; border-style:none; border-width:none">
The source code for calculation can be found in <a href="https://github.com/calemhoffman/digios/tree/master/analysis/Cleopatra/Transfer.C" target="_blank">Here</a>
</body> </body>