#!/bin/csh -f
#
# cifplot:  pplot for standard magic-produced cif files in ostyle=1.0(pwell)
#   JHU version
#
#       usage: cifplot ciffile
#          produces file ciffile.ps.

BINDIR/pplot -p LIBDIR/pat.analog -k ${1:r}.ps -l allText,bbox,CWP,CWN,CSP,CSN,XP ${1:r}.cif

