function seacatcals(conFile) %SeaCATcal.m reads in the calibration coefficients from a Sea-Bird .con %file, and writes them to an .xls file. conFile=fopen('ConReport.txt'); disp('Obtaining calibration information for seacat:') while 1 line=fgetl(conFile);