Produced by IDL 7.1.1
Developer Documentation

./guide
gstatus.pro

Last modification date:
Wed Sep 28 13:27:12 2016

Routine Summary  2 routines

procedure gstatus, [/full]

Summarize the status of GBTIDL as found in the global structure used by GBTIDL (!g).

function getbangcolor(cvalue)

private

Translate color value into "!name" string.

Routine Details

gstatus

procedure gstatus, [/full]

Summarize the status of GBTIDL as found in the global structure used by GBTIDL (!g).

This summarizes the parts of the !g structure that the user is most likely to care about. help,!g,/struct is useful, but only if you know exactly what you are looking for. Many fields in !g are not intended to be manipulated directly by the user and even those that are are sometimes difficult to interpret.

Using /full adds plotter color settings to the output.

See also the description of the contents of the !g structure appendix A in appendix A of the User's Guide.

Examples
    gstatus
 
Version
$Id$

Keywords
full
in, optional
boolean
If set, color settings are also summarized. The default is to omit that information.

getbangcolor private

function getbangcolor(cvalue)

Translate color value into "!name" string. Used by gstatus to format the colors in a human readable form.

Parameters
cvalue
in, required
intetger
The color value to translate.


Produced by IDLdoc 1.6 on Wed Sep 28 13:27:19 2016