% % Optical Imaging and Spectroscopy % % David J. Brady % Duke University % www.opticalimaging.org % % function cc = circ(x) cc = (x <= 0.5); return;