Home

Quick Links

Software Manual
GitHub
API Reference

Documentation Versions

Latest Release
Dev
8.3.0
8.2.0
8.1.0
8.0.0
7.2.0
7.1.0
7.0.0
6.0.0
3.9.0
3.5.0
USGS

ISIS Application Documentation


isisui

Printer Friendly View | TOC | Home

Outputs the command line of any ISIS application

Overview Parameters Example 1 Example 2 Example 3

Description

This program allows its user to output a validated command line for any ISIS application. The parameters will be validated using the application's xml file. Command line arguments will be used to initialize the application's parameters.

If the GUI flag is not present on the command line, the parameters will be validated and the command line will be output if no errors were detected.

If the GUI flag is present on the command line, the GUI parameters fields will be initilized using the command line arguments. The user will then be able to change parameter values and supply values for ones not on the command line. When the GUI is told to process the parameters, a validation check is done. If there were errors, a message will be displayed and the user will be allowed to correct the problem. If the validation succeeds the command line will be output, and the GUI will be taken down.


Categories


History

Stuart Sides2003-03-13 Original version
Stuart Sides2003-05-16 Modified schema location from astogeology... to isis.astrogeology..."
Stuart Sides2003-05-30 Added modifications to apptest by Kim
Brendan George2006-09-28 Documentation fixes
Kris Becker2009-11-27 Changed the call to Application to provide compatability withg Qt startup requirements.

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 02/21/2025 19:28:11
X

Command Line: arg1


Description

The ISIS application you need the command line for. Note: This must be the first command line option!

Type string
Close Window
X

Command Line: arg2


Description

If this flag is present anywhere on the command line, the Isis GUI will be started. All application parameters from the other arguments will be inserted into the correct fields.

Type boolean
Close Window
X

Command Line: arg3-n


Description

These arguments are specific to the application named in arg1. Their formats and values are dependant on the application.

Type string
Close Window