diff --git a/instruction.html b/instruction.html index 6dae52c..d5c5110 100644 --- a/instruction.html +++ b/instruction.html @@ -33,7 +33,7 @@
  • The easiest way to do DWBA and Monte Carlo Simulation is use the Simplied Interface
  • The kenimatic calculation is documented in Here.
  • The DWBA calucation is using Ptolemy. Here for more detail.
  • -
  • Past calculations can be found Here
  • +
  • Past calculations can be found Here. Clear every day
  • diff --git a/simpleInput.py b/simpleInput.py index e5a630b..91d7732 100755 --- a/simpleInput.py +++ b/simpleInput.py @@ -170,7 +170,7 @@ plotStr="{" plotSize=len(plot) for i in range(plotSize): plotStr += plot[i] + ", " - if( i == (int)(plotSize/2) and i > 3 ) : + if( i == (int)(plotSize/2) and plotSize > 3 ) : plotStr += "break, " plotStr +="pInfo}\n" @@ -290,6 +290,8 @@ if isDWBA: print ("
    %s " % result) print ("
    %s " % haha) +print (plotStr) + print ("") print ("") diff --git a/simpleSim.html b/simpleSim.html index 1d1ce32..d01c059 100644 --- a/simpleSim.html +++ b/simpleSim.html @@ -154,15 +154,23 @@

    Plot config:

    - E vs Z
    - Ex (cal.)
    - ThetaCM
    - ThetaCM vs Z
    - Recoil X vs Y
    - Recoil-R vs ThetaCM
    - Recoil R vs Z
    - Time diff vs Z
    - Array X vs Y
    + + + + + + + + + + + + + + + + +
    E vs ZEx (cal.)ThetaCM
    ThetaCM vs ZRecoil X vs YRecoil-R vs ThetaCM
    Recoil R vs ZTime diff vs ZArray X vs Y