Package net.sf.mzmine.util

Examples of net.sf.mzmine.util.Range.containsRange()


    // Check if whole m/z range is within cropping region or
    // scan is a fragmentation scan. In such case we copy the
    // scan unmodified.
    if ((scan.getMSLevel() > 1)
        || (mzRange.containsRange(scan.getMZRange()))) {
      return scan;
    }

    // Pickup datapoints inside the m/z range
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.