#!/bin/csh -f
#
# cifplot:  pplot for large 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.ps -l allText,bbox,CWP,CWN,CSP,CSN,CCA,CCP,CCE,COG,CVA,XP $1.cif

