Versions Compared

Key

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

...

Warning

These are just examples. The tool does not work yet.


The command is

Code Block
createpublicdb_imas


Run:


Code Block
createpublicdb_imas --help


to get basic documentation.

...


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

  1. Run the tool:

    Code Block
    createpublicdb_imas g2dfigat jet 3 12 12 description.txt


  2. Check the output with imasdbs:

    Code Block
    imasdbs -u public -t jet -v 3

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


Test environment

The tools is meant to modify the public database, which carries the risk of corrupting important data. For testing the tool, or practicing its use, a test environment is foreseen. In this test environment a test copy of the public database is used. Below are instructions how to use the test environment.

...