Interface NmrJcampOptions

interface NmrJcampOptions {
    factor?: Record<OneLowerCase, number>;
    info: NmrJcampInfo;
    meta?: Record<string, any>;
    xyEncoding?: XYEncoding;
}

Hierarchy

Properties

factor?: Record<OneLowerCase, number>

factor to scale the variables data

standardize meta data defined in a nmr jcamp like title or dataType

Default

{}
meta?: Record<string, any>

meta data information that will be placed in a ##$ labeled data record. Objects will be stringified.

Default

{}
xyEncoding?: XYEncoding

defines if the format should be PEAKTABLE (default) or XYDATA in the specified encodeing

Default

''