Skip to content

Fission Analysis Vamos --> FAV --> Is the repository for VAMOS spectrometer analysis code applied to fission

Notifications You must be signed in to change notification settings

ferdani/Fission_Analysis_VAMOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fission_Analysis_VAMOS

Fission Analysis Vamos --> FAV --> Is the repository for VAMOS spectrometer analysis code applied to fission

Installation

Use git clone in terminal:

git clone https://github.com/ferdani/Fission_Analysis_VAMOS.git  <FolderNameYouWant>

Enter inside the folder:

cd <FolderNameYouWant>

Use a virtual environment to install inside it all packages in an easy way:

sudo pip install virtualenv
virtualenv -p python3 <VirtualEnvNameYouWant>

Now, a virtual environment is created. Enter inside the virtual environment

source <PathToVirtualEnv>/<VirtualEnvNameYouWant>/bin/activate

And install all packages directly inside (only inside because is a Virtual Environment):

pip install -r requirements.txt

How to use

Use with python 3.7.3 , with ROOT 6.17/01 and with root_numpy. Open a new terminal inside the Code-Folder:

Load ROOT:

source <Path_to_folder>/bin/thisroot.sh

Load Virtual Enviroment (is useful to create an alias):

source <PathToVirtualEnv>/<VirtualEnvNameYouWant>/bin/activate

Now, run an independent module

source run_module.sh

with the correct selection module inside the run_module.sh

About

Fission Analysis Vamos --> FAV --> Is the repository for VAMOS spectrometer analysis code applied to fission

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published