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':

    createpublicdb_imas -n <USER> jet 4.10b <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.
  3. Run the tool:

    createpublicdb_imas <USER> g2dfigat jet 4.10b 3 12 12 description.txt
  4. Check the output with imasdbs:

    imasdbs -u public -t jet -v 4.10b

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

...