| xdisplay | xray.xplot | xdisplay |
xdisplay -- Load and display Xray images in a TV display
xdisplay image
Xdisplay calls task display in images.tv with default parameters set to load Xray images conveniently. See the description of display for a detailed description of the task and algorithms used to map and scale the image. Any IRAF IMAGE type (extension) is accepted, IMH, QP, HHH, PL.
Image to be loaded.
Display frame to be loaded.
Erase frame before loading image?
Erase unfilled area of window in display frame if the whole frame is not erased?
Select the display frame to be the same as the frame being loaded?
Interpolate the image to fit the display window?
Apply an automatic intensity mapping algorithm when loading the image?
Contrast factor for the automatic intensity mapping algorithm.
If not using the automatic mapping algorithm (zscale = no ) map the full range of the image intensity to the full range of the display?
Number of sample lines to use in the automatic intensity mapping algorithm.
Horizontal and vertical centers of the display window in normalized coordinates measured from the left and bottom respectively.
Horizontal and vertical sizes of the display window in normalized coordinates.
Horizontal and vertical image magnifications when not filling the display window. Magnifications greater than 1 map image pixels into more than 1 display pixel and magnifications less than 1 map more than 1 image pixel into a display pixel.
Order of the interpolator to be used for spatially interpolating the image. The current choices are 0 for pixel replication, and 1 for bilinear interpolation.
Minimum image intensity to be mapped to the minimum display level. This value is appled by default, when zscale and zrange are set to default values of no.
Maximum image intensity to be mapped to the maximum display level. This value is appled by default, when zscale and zrange are set to default values of no.
Transformation of the image intensity levels to the display levels. The choices are:
Name of text file containing the look up table when ztrans = "user". The table should contain two columns per line; column 1 contains the intensity, column 2 the desired greyscale output.
Display IMAGE file xdata$rh110267_img to the tv device.
xp> xdisplay xdata$rh110267_img
Display QPOE file xdata$rp110590, full field (ROSAT/PSPC)
xp> xdisplay xdata$rp110590.qp[bl=30]
Display QPOE file xdata$rh110267, full field (ROSAT/HRI)
xp> xdisplay xdata$rh110267.qp[bl=16]
Display AR LAC object at 2" resolution using QPOE file xdata$rp110590 (ROSAT/PSPC)
xp> xdisplay xdata$rp110590.qp[bl=4][1477:1988,2081:2592]
Display QPOE file xdata$rh110267.qp (ROSAT/HRI) to the tv device in DETECTOR coorindates.
xp> xdisplay "xdata$rh110267.qp[key=(rawx,rawy),bl=8][1:512,1:512]
Display QPOE file xdata$rp110590.qp (ROSAT/PSPC) to the tv device in DETECTOR coorindates.
xp> xdisplay "xdata$rp110590.qp[key=(detx,dety),bl=15][1:512,1:512]
Autoscaling does NOT work correctly with *.PL files, so users should first do:
minmax xdata$rp110590_mex.pl force+ xdisplay xdata$rp110590_mex.pl zrange- zscale- z1=0. z2=<max>
display for details on the TV parameter settings. help qpoe to see how to display QPOE files in other coordinate systems (e.g. detector coordinates). xexamine to automatically display the file, and zoom in on features of interest using the IMAGE cursor. (Automatically calculates appropriate block factors and IMAGE section coordinates.)