NAME:
mk_plot_ellip
PURPOSE:
this program makes the plots that ellip_wfc inserts into ps or gif
files: log(N) vs mag where N=histogram(ellip)
CALLING SEQUENCE:
mk_plot_ellip,ellip,char[,class=class,ccd=ccd]
INPUTS:
ellip: array containing ellipticities to plot histograms
char: character size to use
OPTIONAL OUTPUT KEYOWRDS:
class: STRING! used to make legend for the graph: 'stars'
if class not set then get: 'all'
ccd: STRING! used for title eg: 'ccd1'
EXAMPLE:
mk_plot_ellip,stars1,0.75[,class='stars', ccd='1']
CALLED PROCEDURES:
astrolib
MODIFICATION HISTORY:
2-Nov-2000 Original by Suzanne Aigrain
(See /home/xmmssc/soft/idl/pro/wfcqc/mk_plot_ellip.pro)