GRAPHIC is essentially VECTOR and GreGcombined in a single program. In addition, it includes access to a ``current image'' and the following commands to handle this image and catalogs:
ASTROMETRIC : Plots astrometric star positions (for finding charts) HEADER : Give the Header of the current Image. IMAGE [Filename]: Read the gildas image Filename. IRAS Band : Select and plot IRAS sources of a given band KILL : Kills pixels in the current image PSC_IRAS : Get characteristics of IRAS point source REGRESSION [Val]: Computes regression lines SPECTRUM : Extract a spectrum from the current image.
The GRAPHIC program uses GreG to display images, either in bitmaps or contour levels, with full user control over the image boundaries, user coordinate limits, etc...
Three specific commands deal with GILDAS images:
By default, GRAPHIC opens the input image in ReadOnly, so that
it will never alter them unless specifically requested. To do so
image should be accessed with
ReadWrite access (option /WRITE of command IMAGE). Even
in this case, commands in the GREG2
language never
modify the image mapped by GRAPHIC; only commands from the language
GRAPHIC
can do so.