org.openscience.nmrshiftdb.util
Class SpectrumUtils
java.lang.Object
org.openscience.nmrshiftdb.util.SpectrumUtils
public class SpectrumUtils
- extends java.lang.Object
Contains some utils for spectra
- Author:
- shk3
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sigComp
static DBSignalComparator sigComp
MAX_VALUE
static long MAX_VALUE
SpectrumUtils
public SpectrumUtils()
makeFingerprint
public static long makeFingerprint(DBSignal[] signals,
boolean fromSpec)
throws java.lang.Exception
- Makes a spectrum fingerprint
- Parameters:
signals
- The signalsfromSpec
- true=shifts come from datbase; false=they do not.
- Returns:
- The fingerprint
- Throws:
java.lang.Exception
- Database problems
makeFingerprint
public static long makeFingerprint(DBSpectrum spec)
throws java.lang.Exception
- Makes a fingerprint of a spectrum
- Parameters:
spec
- The spectrum
- Returns:
- The fingerprint
- Throws:
java.lang.Exception
- Database problems
isSignalWithShiftArray
private static boolean isSignalWithShiftArray(DBSignal[] v,
int base,
int end,
boolean fromSpec)
throws java.lang.Exception
- Determines if there is a signal in a certain range
- Parameters:
v
- The signalsbase
- Lower limitend
- Upper limitfromSpec
- true=shifts come from datbase; false=they do not.
- Returns:
- false=no signal in that range, true=one or more signals in that range
- Throws:
java.lang.Exception
- Description of Exception