Versions Compared

Key

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

...

The Analysis Description file provides detailed information about the various sections of an Analysis.

  • Each description MUST have a unique id. This id MUST match the id given to the Analysis in the ncsa.analysis.newAnalyses extension point.
Code Block
<analysis-description id="ncsa.analysis.maeviz.BridgeFunctionality">
</analysis-description>
  • Each description MAY define a location for a custom OgreScript to use instead of auto-generating one. The format for this script will be defined on a separate page.
Code Block

<custom-script>scripts/ogrescript-bridgeFunc.xml</custom-script>