pro compplot ; plots the effects changing cube size on the SCF. size=['0.1','0.2','0.3','0.4','0.5','0.6','0.7','0.8','0.9','1.0'] realmean=[0.577,0.693,0.766,0.810,0.843,0.879,0.907,0.930,0.952,0.951] realdisp=[0.0610,0.0881,0.0810,0.0765,0.0725,0.0684,0.0641,0.0647,$ 0.0613,0.0638] randmean=[0.543,0.523,0.567,0.561,0.567,0.559,0.567,0.567,0.566,0.566] randdisp=[0.0855,0.106,0.100,0.102,0.105,0.101,0.106,0.102,0.101,0.105] ;plot,realmean,randmean,psym=7,xrange=[0,1.2],yrange=[0,1],$ ;xtitle='Real SCF Mean',ytitle='Randomized SCF Mean',$ ;title='Behavior of SCF under Randomization' ;xyouts,realmean-0.010,randmean+0.015,size,charsize=0.6 ;z=findgen(101)/100. ;oplot,z,z,linestyle=1,psym=3 plot,float(size),realmean,/xlog,/ylog,xrange=[0.05,1.1],yrange=[0.1,1.1],$ xtitle='L!Imap!N/L!Ioriginal!N',ytitle='Mean Value of the SCF',$ title='Effect of Pixel size on the SCF' end