Versions Compared

Key

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

...

Code Block
languagebash
> ./store_data.sh --help
Usage: store_data.sh [OPTIONS]
-help,		--help=		print this messageMandatory options:
-shot=,		--shot=		shot number
-run=,		--run=		run number
-file=,		--file=		location of derivation file
				location of derivation file must be provided as explicit path
Optional options:
-user=,		--user=		user name
-machine=,	--machine=	tokamak name
-version=,	--version=	database version
In case you don't provide optional options, their values will be taken from environment variables

Populating explicite pulse file

Let's say Assuming that you want to store populate following pulse file:

  • shot=1000,

...

  • run=100

...

  • ,
  • machine test

...

  • ,
  • data dictionary release 3 (we are focusing only on major release of dictionary).

To achieve that, you can use following command

...