Scripting:Requirements

From ParaQ Wiki
Revision as of 17:38, 22 September 2005 by Jagreen (talk | contribs)
Jump to navigationJump to search

Requirement: Ability to apply a script to multiple different input files and save an image/movie of the visualization from each input file

Requirement: Scripting language is backwards compatible. Scripts written in a previous version of ParaQ must work in newer versions.

Requirement: Script files saved from ParaQ must work in the batch/command line program

Requirement: Script files must be understandable by humans without needing 2 Tylenol.

Requirement: Either the scripting language or the pvCommandLine application must provide looping and flow-of-control.

Optional?: When a user determines that they like a set of scripted operations, they can attach the script to a button in ParaQ.

Use Case: A user makes a visualization in ParaQ and saves out a script file. The user then open the script file in pvCommandLine, twiddles some values and saves the image/movie of the visualization. Some values include filenames, variable names, values of variables.

Use Case: A user opens a toy dataset that models an extremely large dataset. The user creates a visualization and saves a script. The user then opens pvCommandLine and applies the script to the extremely large dataset

Use Case: (Optional) A user opens a saved script file with ParaQ and steps through, visualizing what each command actually does to their data.

Use Case: An expert user can copy and paste from their scripts to new scripts to add steps.

Use Case: An expert user can set some reader parameters for one or possibly several pipeline elements, then re-run the script for different filenmanes ending up with an interactive interface to continue investigating the data (e.g. setting the metadatafile name or loading each sideset in a different pipeline element).

Use Case: A user makes a visualization in ParaQ and saves out a script file. The user then repeats the script for different input files (note: this case could be implemented by state files instead of editable script files.

Use Case: An expert user can edit a script to add mathematical (calculator) functions to create new variables and either save a new data file or proceed to an interactive visualization.