23.04.2015 Views

ISOCAM Interactive Analysis User's Manual Version 5.0 - ISO - ESA

ISOCAM Interactive Analysis User's Manual Version 5.0 - ISO - ESA

ISOCAM Interactive Analysis User's Manual Version 5.0 - ISO - ESA

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

14.8. REDIRECTING GRAPHICS TO THE POSTSCRIPT DEVICE 155<br />

If x is greater then y then<br />

CIA> device, xsize=n*x/y, ysize=n, yoffset=27-n, bits=8, /color<br />

where n is less then 27 cm.<br />

If x is less then y then<br />

CIA> device, xsize=n, ysize=n*y/x, yoffset=27-(n*y/x), bits=8, /color<br />

where n is less then 18 cm.<br />

The DEVICE keywords xsize, ysize and offset determine the x-axis size, y-axis size and<br />

offset from (0, 0) of the postscript device area. The keyword color is set for obvious reasons.<br />

5. Output the graphic<br />

CIA> tv, image_get<br />

6. Close the postscript device.<br />

CIA> device, /close<br />

CIA> set_plot, ’x’

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!