You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
What's the correct way to get the profile spectrum? Do I need to check for
Profile
property of the scan and then treatIEnumerable<ICentroid>
as a profile spectrum? Looks counter intuitive.The text was updated successfully, but these errors were encountered: