art_analysis
last modified: 2024-03-21 by Kodai OkawaWith this command, all initial settings of “art_analysis” are made.
curl --proto '=https' --tlsv1.2 -sSf https://okawak.github.io/artemis_crib/bin/init.sh | sh
After that, please add the following lines to the .bashrc/.zshrc.
# this is option
source /path/to/thisroot.sh &> /dev/null
source /path/to/thisartemis.sh &> /dev/null
source /path/to/thisSRIMlib.sh &> /dev/null
# need from this line!
export EXP_NAME="expname" # your experiment
export EXP_NAME_OLD="expname" # this is option
export PATH="${HOME}/art_analysis/bin:${PATH}"
source ${HOME}/art_analysis/bin/art_setting -q
The setting is all!
Then, the following commands (shellscript) will be downloaded.
artlogin.sh
This is loaded when you command artlogin
. This command is described in the next chapter.
artnew
With this command, new artemis environment will be created interactively.
art_setting
This is like a library. The shellscript function artlogin
, a
etc. are written.
art_check
Checking these shellscript is updatable or not.