Versions Compared

Key

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

...

The command is

createpublicdb_imas

Run

createpublicdb_imas --help

to get basic documentation.

...

  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 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 denka _imas <USER> jet 4.10b 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)

...

3. run tool:

createpublicdb_imas --help

This should give you some basic documentation.

...