Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
$ITMSCRIPTDIR/create_user_itm_dir.sh test 4.10b
 
Usage: create_user_itm_dir.sh <tokamak name> <Data Structure version>'

After this command is executed, you will be able to locate MDSPlus files under following location: $HOME/public/itmdb/. This location is a link to your $ITMWORK file system, where actual data can be found.

...

Code Block
source $ITMSCRIPTDIR/ITMv1ITMv2 kepler test 4.10bkepler > /dev/null
 
Usage: source ITMv2 <TokamakName> [<local_kepler_folder>]
      <TokamakName>: identifies the Tokamak entry in itmdb
      <local_kepler_folder>: [optional] name of Kepler folder or link to Kepler folder in $HOME
                             [if not specified, "kepler" link will be used]
Info
titleAdding source script into .login

In order to make sure that source script is always started when you log in, add it to ~/.login

echo "\n" >> ~/.login
echo "source $ITMSCRIPTDIR/ITMv1 keplerITMv2 test 4.10bkepler > /dev/null" >> ~/.login

 

After this script is executed you will have an access to following tools:

...