Hi Alan,
I have tried to load ToF SIMS data (both grd and tofs files) but Im getting the following error:
Abstract classes cannot be instantiated. Class 'SIMSParser' inherits abstract methods or properties but does not implement them. See the list of methods and properties that 'SIMSParser' must
implement if you do not intend the class to be abstract.
Error in SpectralAnalysisInterface/openFile (line 73)
parser = eval(parserCommand);
Error in SpectralAnalysisInterface>@(src,evnt)this.openFile(this.openFileMethods{i}) (line 330)
'Callback', @(src, evnt) this.openFile(this.openFileMethods{i}));
Error while evaluating Menu Callback.
Do i need to do something different?
Thank you,
Teresa
Hi Alan,
I have tried to load ToF SIMS data (both grd and tofs files) but Im getting the following error:
Abstract classes cannot be instantiated. Class 'SIMSParser' inherits abstract methods or properties but does not implement them. See the list of methods and properties that 'SIMSParser' must
implement if you do not intend the class to be abstract.
Error in SpectralAnalysisInterface/openFile (line 73)
parser = eval(parserCommand);
Error in SpectralAnalysisInterface>@(src,evnt)this.openFile(this.openFileMethods{i}) (line 330)
'Callback', @(src, evnt) this.openFile(this.openFileMethods{i}));
Error while evaluating Menu Callback.
Do i need to do something different?
Thank you,
Teresa