/*Siddhartha Kasivajhula * Georgia Institute of Technology * c/o Predrag Cvitanovic * Advisor: Rytis Paskauskas * Fall 2005 */ public class AFMConstants { public static final int DURATION = 1000; // in milliseconds public static final int SAMPLES = 1000; // surface samples }