[LIBISIS-code-svn] r973 - in trunk/bindings/matlab/utilities: . @IXTdataset_1d @IXTdataset_2d
apache at libisis.org
apache at libisis.org
Fri Jan 5 15:06:51 GMT 2007
Author: Dean Whittaker
Date: Fri Jan 5 15:06:48 2007
New Revision: 973
Modified:
trunk/bindings/matlab/utilities/@IXTdataset_1d/fit.m
trunk/bindings/matlab/utilities/@IXTdataset_2d/fit.m
trunk/bindings/matlab/utilities/fit.m
trunk/bindings/matlab/utilities/retain_for_fit.m
Log:
fixes #2 - fit is extended to n dimensions. fixes #51 and fixes #50 - minor change required to make sure than any dimensionality can be used, otherwise the functions should work generally. Also note: user can use cell arrays to define their dimensions - so x{1} is an array of data in the first dimension, x{2} in the second etc. etc. as well as giving a grid of numbers. addresses #49 - This has been tested, keep and remove work but ticket left open in case a fault is found. Note that remove always takes precedence over keep if used together (i.e. you can define boxes using the keep ranges, then remove other boxes from them using remove ranges - not the other way round). This was down to convenience in programming and I think this is the correct way to think about it
Modified: trunk/bindings/matlab/utilities/@IXTdataset_1d/fit.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/utilities/%40IXTdataset_1d/fit.m?r1=972&r2=973
Modified: trunk/bindings/matlab/utilities/@IXTdataset_2d/fit.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/utilities/%40IXTdataset_2d/fit.m?r1=972&r2=973
Modified: trunk/bindings/matlab/utilities/fit.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/utilities/fit.m?r1=972&r2=973
Modified: trunk/bindings/matlab/utilities/retain_for_fit.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/utilities/retain_for_fit.m?r1=972&r2=973
More information about the LIBISIS-code-svn
mailing list