lower_bound = 761;
upper_bound = 1267;

raw_data = zeros(7,3);

temp = load('10deg_60_50.Spe');
sum(temp(lower_bound:upper_bound));
