Open chhh opened 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.
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.