Classify_QA

STScI ACDSD MASTCASB Documentation

Products
GSC
DSS
GSPC
Science

Publications

Data Access
Related Science 
Missions
HST
GEMINI
VLT
NGST
Virtual Observatory
XMM
Facilities
Plate Scanning
COMPASS ooDB 
Staff Pages

Last Updated Jan 2001

Copyright © 2001 The Association of Universities for Research in Astronomy, Inc. All Rights Reserved.

Purpose :

plot_oop_new is used to plot various object parameters from the OOP file returned by the classifier.

Procedure :

plot_oop_new calls the PGPlot graphics library which allows it to output to a number of terminals and devices including XWindows and PostScript files.

Calling Sequence :

plot_oop_new oopfile
[/OUTPUT=outputdevice] PGPlot device name for output
[/DOTCLASS=n] object class to use the dot symbol for
[/CRSCLASS=n] object class to use the cross symbol for
[/TRICLASS=n] object class to use the triangle symbol for
[/CIRCCLASS=n] object class to use the circle symbol for
[/PLUSCLASS=n] object class to use the plus symbol for
[/STARCLASS=n] object class to use the star symbol for
[/XLOG] toggles plotting a log scale on the x-axis
[/YLOG] toggles plotting a log scale on the y-axis
[/XMANSCALE] toggles between manual and auto scaling on x-axis
[/YMANSCALE] toggles between manual and auto scaling on y-axis
[/XMIN=n] minimum value for the x-axis
[/YMIN=n] minimum value for the y-axis
[/XMAX=n] maximum value for the x-axis
[/YMAX=n] maximum value for the y-axis
[/XRECORD=n] record number to use for x-axis
[/YRECORD=n] record number to use for y-axis
[/COLOR] toggles output in color mode (device dependent)
[/MOUSE] toggles mouse selection of objects (device dependent)
[/DEBUG]

History/Author :

  • Original Implementation - Justin Ritter