removePtclComponent.py

This analyzer removes additional particle components, for example those representing kinetic energy in eV, or those associated with cylindrical coordinates.

-s <simname>, --simulationName=<simname>

(string, required)

<simname> is the name of the simulation to be analyzed. The file extension should NOT be included in this text field.

-S <species>, --speciesName=<species>

(string, required)

Replace <species> with the name of the species on which to operate.

-o <outspname>, --outputSpeciesName=<outspname>

(string, optional)

Replace <outspname> with the name of the species to write. Will construct filename from this species name, otherwise will use the same file.

-w, --overwrite

(flag)

Whether a dataset or group should be overwritten if it already exists.

Output

This analyzer removes the last column from the data.

If you are running this analyzer from the UI, and the output dataset file already exists, then it will be overwritten each time the analyzer is run, unless you uncheck the Overwrite Existing Files box near the bottom of the Analysis Results pane.

If you are running the analyzer from the command line, the dataset will not be overwritten unless the -w, or --overwrite flag is specified on the command line.

The results of your analyzer may not be written into the output file if you have not specified the overwrite option to be True.