diff --git a/heliosmatics.html b/heliosmatics.html index 01d9727..456ed2c 100644 --- a/heliosmatics.html +++ b/heliosmatics.html @@ -61,8 +61,6 @@

HELIOSmatics

-
-

24F(d,p)25F@10MeV/u

@@ -164,7 +162,7 @@ - + @@ -374,8 +372,12 @@ function addRow() { let table = document.getElementById("ExTable"); let nRow = table.rows.length; let row = table.insertRow(nRow-1); - row.innerHTML = ' \ - \ + + let energy = Math.random()*Math.min(heavy[4], heavy[5], heavy[6]); + let angle = Math.floor(Math.random() * 30) + 10; + + row.innerHTML = ' \ + \ \ \ \ @@ -727,10 +729,10 @@ function PlotEZ(){ yRange = [0, haha2]; let layout = { - xaxis: {range: xRange, title: "Z [mm]", mirror : "allticks", linewidth : "1"}, + xaxis: {range: xRange, title: { text : "Z [mm]", standoff : 1}, mirror : "allticks", linewidth : "1"}, yaxis: {range: yRange, title: "Energy [MeV]" , mirror : "allticks", linewidth : "1"}, title: reactionName, - margin: { l: 40, r: 40, b : 40, t : 40}, + margin: { l: 40, r: 40, b : 60, t : 40}, legend: {yanchor:"top", xanchor:"left", x:"0.01",y:"0.99" } }; @@ -865,11 +867,11 @@ function PlotRZ(){ let yyy = [0, parseInt(document.getElementById('rRange').value)]; let layout = { - xaxis: {range: xxx, title: "Z [mm]", mirror : "allticks", linewidth : "1"}, + xaxis: {range: xxx, title: { text : "Z [mm]", standoff : 1}, mirror : "allticks", linewidth : "1"}, yaxis: {range: yyy, title: "R [mm]" , mirror : "allticks", linewidth : "1"}, title: reactionName, showlegend : true, - margin: { l: 40, r: 40, b : 40, t : 40}, + margin: { l: 40, r: 40, b : 60, t : 40}, legend: { yanchor:"top", xanchor:"left", x:"0.01",y:"0.99"} }; diff --git a/simpleSim.html b/simpleSim.html index d9e7983..2754245 100644 --- a/simpleSim.html +++ b/simpleSim.html @@ -3,14 +3,14 @@ - - + + +

DWBA and Monte Carlo Simulation