thermofisherlsms / iapi

Instrument Application Programming Interface
MIT License
44 stars 17 forks source link

`ICentroid.Profile` throws NotImplementedException #12

Open chhh opened 6 years ago

chhh commented 6 years ago

What's the correct way to get the profile spectrum? Do I need to check for Profile property of the scan and then treat IEnumerable<ICentroid> as a profile spectrum? Looks counter intuitive.

dbaileychess commented 6 years ago

It is correct that the profile data is not implemented at the moment. Typically users of the IAPI only need the centroid data to make their real-time decisions, as the profile data is saved to the rawfile for post-processing. However, this feature may be implemented in future releases of the IAPI.