Interface JcampInfo

interface JcampInfo {
    dataType?: string;
    origin?: string;
    owner?: string;
    title?: string;
    xFactor?: number;
    xUnits?: string;
    yFactor?: number;
    yUnits?: string;
    [key: string]: any;
}

Hierarchy (View Summary)

Indexable

  • [key: string]: any

Properties

dataType?: string

type of data

''
origin?: string

origin of the file

''
owner?: string

owner of the file

''
title?: string

title of the file

''
xFactor?: number

factor to multiply X values

1
xUnits?: string

units for the x axis

'Combination of label and units from variable'
yFactor?: number

factor to multiply Y values

1
yUnits?: string

units for the y axis

'Combination of label and units from variable'