CW_MAGIMAGE Name
CW_MAGIMAGE Purpose
Image with magnified view compound widget.
Category
Calling Sequence
id = cw_magimage( parent) Inputs
parent = Widget ID of parent base. in
Keyword Parameters
Keywords
REDUCTION=fact Reduction factor for given image.
Must indicate how much to reduce displayed images.
Start with largest needed value, may be set later.
XSIZE=xs Main image X size (pixels, def=512).
YSIZE=xs Main image Y size (pixels, def=512).
DX=dx Mag window image X size (pixels, def=300).
DY=dy Mag window image Y size (pixels, def=180).
UVALUE=uval User value (def=none).
/FRAME frame around widget (def=one).
TITLE=ttl Image title (def=none).
Outputs
Common Blocks
Notes
Note: Certain values may be changed using widget_control:
New image: widget_control, id, set_val=img
New title: widget_control, id, set_val='title=new title'
New reduction: widget_control, id, set_val='red=1'
Modification History
R. Sterner, 2002 Nov 11
R. Sterner, 2010 May 04 --- Converted arrays from () to [].
Copyright (C) 2002, Johns Hopkins University/Applied Physics Laboratory
This software may be used, copied, or redistributed as long as it is not
sold and this copyright notice is reproduced on each copy made. This
routine is provided as is without any express or implied warranties
whatsoever. Other limitations apply as described in the file disclaimer.txt.