Finished objectifying #8

Merged
lschank7 merged 43 commits from objectify into master 2021-07-27 13:09:44 +00:00
Showing only changes of commit 1210dbb16f - Show all commits

View File

@ -1,7 +1,7 @@
function [dataOUT,params] = correct_magnetic_basline(dataIN,params) function [dataOUT,params] = correct_magnetic_baseline(dataIN,params)
%CORRECT_MAGNETIC_BASLINE UI for basline correction along field axis %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. % 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 % The function will show the input data and offer an input field, where