[go: up one dir, main page]

Menu

[73c35b]: / init / COR_caltemp.m  Maximize  Restore  History

Download this file

15 lines (11 with data), 299 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
% COR_caltemp.m : sets the calibration temperature
% GUISDAP v.1.60 96-05-27 Copyright Asko Huuskonen and Markku Lehtinen
%
% function Temp=COR_caltemp(type)
function Temp=COR_caltemp(type)
global p_calTemp
if type=='c' | type=='C' % Calibration measurement
Temp=p_calTemp;
else
Temp=0;
end