View on GitHub

IRAF Community Distribution

IRAF maintained by the community

Home | Installation | Packages | X11IRAF | PyRAF | Forum

Non xgterm graphics

Linas Petras wrote on Feb 13, 2008

I would like to use kconsole (KDE console apps) to run my main instance of iraf/ecl but this precludes displaying graphics from tasks like imhistogram in kconsole.

Is their a way to "redirect" the graphics output to an instance of xgterm started before staring "ecl" ?

Linas

Mike Fitzpatrick wrote on Feb 13, 2008

Not from CL/ECL, however PyRAF I think has its own graphics system that would let you run from a konsole. The way it works is that the tasks produce metacode for the plots, these are translated to the appropriate escape codes for a particular device using the graphics kernel in the CL. So, garbage on the screen means you're seeing the wrong codes generated for the device, it also means whatever terminal is running the CL must be able to handle the graphics codes itself.

-Mike

P.S. Thanks for posting a link to the ECL readme.

Linas Petras wrote on Feb 13, 2008

Hmm.. thought so, but wasn't sure. I'll have a look at PYRAF soon, once I learn IRAF a bit :)

Linas

Last post on Feb 13, 2008