convert-to-jcamp
    Preparing search index...

    Interface JcampOptions

    interface JcampOptions {
        forceNtuples?: boolean;
        info?: JcampInfo;
        meta?: Record<string, any>;
        xyEncoding?: XYEncoding;
    }
    Index

    Properties

    forceNtuples?: boolean

    force the ntuples format even if there is only x and y variables

    false
    
    info?: JcampInfo

    standardize meta data defined in a jcamp like title or dataType

    {}
    
    meta?: Record<string, any>

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

    {}
    
    xyEncoding?: XYEncoding

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

    ''