All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jcamp.parser.ISpectrumJCAMPReader Maven / Gradle / Ivy

Go to download

The JCAMP-DX project is the reference implemention of the IUPAC JCAMP-DX spectroscopy data standard.

The newest version!
package org.jcamp.parser;

import org.jcamp.spectrum.Spectrum;
/**
 * reader for spectra from JCAMP
 * @author Thomas Weber
 */
public interface ISpectrumJCAMPReader {
    /**
     * create spectrum from JCAMP block.
     * 
     * @return Spectrum
     * @param block JCAMPBlock
     */
    Spectrum createSpectrum(JCAMPBlock block) throws JCAMPException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy