----- file created by makedoc on: Thu Sep 11 15:03:12 2014
----- Documentation for /scisoft/xop2.4/extensions/shadowvui/src/lib/plotccc.pro -----


       NAME:
               PLOTCCC

       PURPOSE:
               This procedure makes a plot of the conic
		calculated from the 10 coefficients in ccc

       CATEGORY:
               SHADOW tools

       CALLING SEQUENCE:
               plotccc,ccc,xmin,xmax

 	INPUTS:
		ccc: 10 conic coefficients, like the  output of 
			conicset(). It may be a file containing the 
			coefficients. Default is: coefficients from ccc.out
		xmin, the min x for the plot (default=-200)
		xmax, the max x for the plot (default=200)
	
 	KEYWORD PARAMETERS
		NPOINTS:  number of abscisa points (default=1000)
		WRITE:  A string containing the name of the output file
		        where coefficients are written.

	AUTHOR: 
		M. Sanchez del Rio srio@esrf.eu
	
	MODIFICATION HISTORY:
		2009-09-29 written


