-
Notifications
You must be signed in to change notification settings - Fork 6
Pdsshellgui
ttrainor edited this page Jan 8, 2012
·
1 revision
- The graphical user interface that provides some point and click convenience over just working at the command line.
- In the gui shell you can enter commands at the '>>>' prompt and work with the menu options
- In the file menu you can
- Change your current working directory,
- Save the data defined in the current workspace in the pickle format. Note that Save uses the default save file name while Save As lets you set the name. See `tdl/Pds/Files`_ for more info.
- Select and restore a pickled data file
- Exit the program
- In the options menu you can edit the files that control how pds starts up
- Note for this to work the
__edit__
function in the file ../pds/startup.pds needs to be properly configured to point to your favorite editor program.
- This starts a pure python shell
- User interfaces for various applications are found under the Applications menu
- The various application interfaces are explained in more detail here `tdl/Pds`_
- Help will point you back to web based documentation
- Note for the menu to launch the documentation correctly in a web browser the
__web__
function in the file ../pds/startup.pds needs to be properly configured to point to your favorite web browser program.