Versions Compared

Key

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

...

  1. Create a text file with name description.txt that contains a plain-text description of the database you want to save
  2. Run the tool in 'dry run mode first':


Code Block
createpublicdb_imas -n <USER> <TOKAMAK> <DATAVERSION> <SHOT> <RUN> description.txt

...


createpublicdb_imas -n g2dfigat jet 3 12 12 description.txt


This will output the actions that will be taken and the metadata file that will be created on stdout.

  1. Run the tool:

    createpublicdb_imas g2dfigat jet 3 12 12 description.txt
  2. Check the output with imasdbs:

    imasdbs -u public -t jet -v 3

    This should now list the shot (in this case 12)

...