This is the web interface for the web-base simulation.
Go to file
2023-01-16 23:25:30 -05:00
digios@cee50c25d6 add some info text 2023-01-16 23:25:30 -05:00
files change simulation new page 2023-01-15 22:06:28 -05:00
sample_files change simulation new page 2023-01-15 22:06:28 -05:00
.gitignore change simulation new page 2023-01-15 22:06:28 -05:00
.gitmodules change simulation new page 2023-01-15 22:06:28 -05:00
ANL_logo.gif add logos 2022-12-14 19:28:28 -05:00
Armory the kinematic is OK, need to add DWBA 2022-12-09 13:15:32 -05:00
CERN_logo.svg some bugs fixed, and added ISS and CERN logo 2022-12-15 13:26:17 -05:00
Cleopatra the kinematic is OK, need to add DWBA 2022-12-09 13:15:32 -05:00
FRIB_logo.jpg add logos 2022-12-14 19:28:28 -05:00
FSU_logo_640.png UI improvemen 2022-12-10 02:35:56 -05:00
get_nuclear_data.py added copy Ex and add known states 2023-01-16 19:26:02 -05:00
HELIOS_logo.jpg add logos 2022-12-14 19:28:28 -05:00
heliosmatics.html added copy Ex and add known states 2023-01-16 19:26:02 -05:00
heliosmatics.js added copy Ex and add known states 2023-01-16 19:26:02 -05:00
index.html add some text and footnote 2023-01-09 14:28:25 -05:00
instruction.html added number of Event 2023-01-12 15:49:06 -05:00
ISS_logo.png some bugs fixed, and added ISS and CERN logo 2022-12-15 13:26:17 -05:00
massProxy.py polished to fit mobile view 2022-12-15 17:28:32 -05:00
miscCal.html added thetaCM calculatior 2022-12-16 16:02:36 -05:00
README.md add README.md 2022-12-09 14:23:45 -05:00
simpleInput.py add some info text 2023-01-16 23:25:30 -05:00
simpleSim.html add some info text 2023-01-16 23:25:30 -05:00
Simulation_gateway.py added miscCal.html 2022-12-11 00:07:35 -05:00
SOLARIS_favicon.png add favicon, in heliomatics, added some js for 3D visulization, but did not use 2022-12-18 12:41:52 -05:00
SOLARIS_logo.png change style to SOLARIS 2022-12-10 01:00:10 -05:00

Introduction

This is a web inteface for the HELIOS/SOLARIS simulation. Its purpose is NOT to replace the Simulation_Helper.C in the origin digios repository. It is simply provide a more easy accessible way to do simulation.

SetUp

I am using apaches2 for web server. In the apaches2, need to enable the cgi-mod and other related setting.

all upload file will be stored in files/* . have to chage this to chmod 777, so the apache can access.

git clone

Since the repository depends on digios.

git clone --recurse-submodules https://fsunuc.physics.fsu.edu/git/rtang/SOLARIS_Web_Simulation.git