ATL_PLROI

Create a set of Plots associated with each ROI in a given Plot

Description:

This routine searches the supplied Plot for ROI Frames (see ATL_AXTRM). For each ROI Frame found, it creates a new Plot that covers just the region of graphics coords occupied by the ROI. These new Plots are returned in an AST KeyMap.

Invocation

CALL ATL_PLROI( IPLOT, RPLOTS, STATUS )

Arguments

IPLOT = INTEGER (Given)
The supplied Plot to search for ROI Frames.
RPLOTS = INTEGER (Returned)
An AST KeyMap holding the Plots associated with the ROI Frames. The key used to identify each Plot within the KeyMap is the Domain name of the corresponding ROI Frame.
STATUS = INTEGER (Given and Returned)
The global status.