Interface ChromatogramNonlinearScaler

    • Method Detail

      • scale

        float scale​(Chromatogram c,
                    int sampleIndex)
             throws java.lang.IndexOutOfBoundsException
        Returns the remapped coordinate for the provided trace sample index of the given chromatogram.
        Parameters:
        c - the Chromatogram
        sampleIndex - the sample index
        Returns:
        the new coordinagte
        Throws:
        java.lang.IndexOutOfBoundsException