function d = dmm(phi); % DMM Converts phi units to millimeters % % function d = dmm(phi); % Chris Sherwood, USGS % March 17, 1999 d = 2.^(-phi);