Submit a Story  :  IRAF Links  :  Past Polls  :  Calendar  :  Advanced Search  
     iraf.net
FAQ
Viewing Answer
»

How do I turn off the system id banner in output hardcopy plots?

View Printer Friendly VersionSearch

In any task that uses the GTOOLS interface (like SPLOT but not IMPLOT), you
can turn off the sysid banner with a cursor command. In interactive cursor
mode, try the command :/help for a full help page. You'll see:


:/sysid [yes|no] Include the standard IRAF user/date banner?
:/title string Title


The sysid banner includes information from the CL variable "version":


cl> show version
NOAO/IRAF V2.11EXPORT


So you can modify the sysid banner by resetting "version" to be the null
string or anything you want:


cl> reset version = ""


You can also reset the CL variable "userid" to personalize the banner. This
will affect IMPLOT as well as SPLOT plot banners.




FAQ Manager » 10 -- Installing IRAF » Viewing Answer






 Copyright © 2005-2011 iraf.net
 All trademarks and copyrights on this page are owned by their respective owners.
Powered By Geeklog 
Created this page in 0.10 seconds