Show synop: Difference between revisions
Jump to navigation
Jump to search
imported>Elaszlo m (→Purpose: Added reference to Cloudy SolarSoftware) |
imported>Elaszlo m (Editing) |
||
| Line 9: | Line 9: | ||
== Description == | == Description == | ||
<source lang="ittvis_idl | <source lang="ittvis_idl"> | ||
; Routine syntax | ; Routine syntax | ||
[p]show_synop[/p], plotman=plotman | [p]show_synop[/p], plotman=plotman | ||
| Line 16: | Line 16: | ||
The ''plotman'' keyword is optional. | The ''plotman'' keyword is optional. | ||
{| border="1" cellspacing="0" cellpadding="5" align="left width="100%" | {| border="1" cellspacing="0" cellpadding="5" align="left" width="100%" | ||
! style="background:#efefef;" | Keyword | ! style="background:#efefef;" | Keyword | ||
! style="background:#efefef;" | Description | ! style="background:#efefef;" | Description | ||
| Line 25: | Line 25: | ||
|} | |} | ||
[[Image:show_synop.description.overview.jpg]] | |||
# ''Done'' closes ''show_synop'', ''GOES Workbench'' opens a separate widget that allows for GOES data visualization (see XXX), and ''Configure'' shows the show_synop configuration options (see XXX). | |||
# | |||
# | |||
== Troubleshooting == | == Troubleshooting == | ||
Revision as of 20:00, 20 August 2010
Purpose
show_synop is a SolarSoftware IDL widget that incorporates searching the Virtual Solar Observatory (VSO), pre-processing, and displaying capabilities into one graphical user interface (GUI). Also see RHESSI Nugget N° 131 Cloudy SolarSoftware.
Requirements
- Up-to-date SSW gen tree, installation and download instructions
- If using remote pre-processing capabilities
- IDL 6.4 or later
- Sun Java 1.5
Description
; Routine syntax
[p]show_synop[/p], plotman=plotmanThe plotman keyword is optional.
| Keyword | Description | Example |
|---|---|---|
| plotman | This keyword allows sharing or reusing plotman (e.g. between an active plotman window and show_synop) | p=[f]plotman[/f](/nopanel) & [p]show_synop[/p], plotman=p |
- Done closes show_synop, GOES Workbench opens a separate widget that allows for GOES data visualization (see XXX), and Configure shows the show_synop configuration options (see XXX).
