Menu

#29 QEPro Does not implement SpectrumProcessingFeature::writeSpectrumProcessingScansToAverage

3.0
open
nobody
QEPRO (1)
2017-05-01
2017-05-01
No

I added
vector<ProtocolHelper *=""> spectrumProcessingHelpers;
spectrumProcessingHelpers.push_back(new OBPSpectrumProcessingProtocol());
this->features.push_back(
new SpectrumProcessingFeature(spectrumProcessingHelpers));

    To QEPro.cpp. It compiles, links, but upon usage via python-seabreeze
    I receive a 
    seabreeze.cseabreeze.wrapper.SeaBreezeError: b'Error: Data transfer error'

    Where can i find an actual list of all teh supported features of each spectrometer? As far as i can tell, only the STS and Spark have code for the SpectrumProcessingHelper.

    I know that i can just write my own averaging function, but i was wondering if these funcgtions were actuallyh implemented on the firmware?

    Thanks

Discussion


Log in to post a comment.