corrected typo in function name
This commit is contained in:
parent
e7c2532581
commit
1210dbb16f
@ -1,7 +1,7 @@
|
||||
function [dataOUT,params] = correct_magnetic_basline(dataIN,params)
|
||||
%CORRECT_MAGNETIC_BASLINE UI for basline correction along field axis
|
||||
function [dataOUT,params] = correct_magnetic_baseline(dataIN,params)
|
||||
%CORRECT_MAGNETIC_BASELINE UI for basline correction along field axis
|
||||
%
|
||||
% Usage: [dataOUT,params] = CORRECT_MAGNETIC_BASLINE(dataIN,params), where
|
||||
% Usage: [dataOUT,params] = CORRECT_MAGNETIC_BASELINE(dataIN,params), where
|
||||
% dataIN is a dataset loaded via the LOAD_MATLAB or LOAD_BRUKER function.
|
||||
%
|
||||
% The function will show the input data and offer an input field, where
|
Loading…
x
Reference in New Issue
Block a user