NAME:
posangle_wfc
PURPOSE:
this program makes position angle histogram plots of objects from a
'wfc' database produced from an unmerged file for different
classifications, for each ccd.
It produces a ps file or 5 gif files or outputs to screen
CALLING SEQUENCE:
posangle_wfc,wfcdb,wfc_image[,ps=ps,gif=gif,col=col]
INPUTS:
wfcdb:The wfc database to be searched. Must start with 'dbase/... '
wfc_image: the image
OPTIONAL OUTPUT KEYOWRDS:
ps: root file name of the 4 output ps files
(will have ps1.ps,ps2.ps,etc....)
gif:root file name of the 16 output gif files. Only active if ps is
not set. (will have gif_1_all.gif, gif_1_stars.gif,...)
If neither set the output is sent to an IDL graphics window
field: STRING: name of field ie directory where the wfc/ dir is
EXAMPLE:
posangle_wfc,'wfc','r219698'[,ps='posangle_i_wfc']
CALLED PROCEDURES:
astrolib procedures,select_classes,wcs_zpn,mk_plot_posangle,
oplot_posangle,ogif,cgif,select_ccd
MODIFICATION HISTORY:
31-Oct-2000 Original by Suzanne Aigrain
(See /home/xmmssc/soft/idl/pro/wfcqc/posangle_wfc.pro)