Front Page › Forums › BioMap › Histogram function in BioMap › Re:Histogram function in BioMap
November 7, 2011 at 7:42 pm
#1393
Dodge Baluya
Participant
Hi Ramin,
I believe the intensities are stored as single precision floats thus is not limited to 32767. (see the data structure, please correct me if I’m mistaken)
Think of the data points as containers for intensities values and the container are labelled with m/z. You can only work with a max of 32767 containers at one instance.
You have to be careful when comparing your raw data with the Highlighted ROI data as most of the time ROI data is averaged according to the area you specified and the raw data is not.
Hope this helps.
Dodge