org.das2.event.CutoffMouseModule


cutoff

cutoff( QDataSet ds, Datum slopeMin, int nave, int mult, Datum levelMin ) → int

slopeMin in the y units of ds. levelMin in the y units of ds. mult=-1 high cutoff, =1 low cutoff

Returns:

int

search for examples view on GitHub view source


getLevelMin

getLevelMin( ) → Datum

Getter for property levelMin.

Returns:

Value of property levelMin.

search for examples view on GitHub view source


getNave

getNave( ) → int

Getter for property nave.

Returns:

Value of property nave.

search for examples view on GitHub view source


getSlopeMin

getSlopeMin( ) → Datum

Getter for property slopeMin.

Returns:

Value of property slopeMin.

search for examples view on GitHub view source


getXResolution

getXResolution( ) → Datum

Returns:

org.das2.datum.Datum

search for examples view on GitHub view source


isLowCutoff

isLowCutoff( ) → boolean

Getter for property lowCutoff.

Returns:

Value of property lowCutoff.

search for examples view on GitHub view source


setLevelMin

setLevelMin( Datum levelMin ) → void

Setter for property levelMin.

Parameters

levelMin - New value of property levelMin.

Returns:

void (returns nothing)

search for examples view on GitHub view source


setLowCutoff

setLowCutoff( boolean lowCutoff ) → void

Setter for property lowCutoff.

Parameters

lowCutoff - New value of property lowCutoff.

Returns:

void (returns nothing)

search for examples view on GitHub view source


setNave

setNave( int nave ) → void

Setter for property nave.

Parameters

nave - New value of property nave.

Returns:

void (returns nothing)

search for examples view on GitHub view source


setSlopeMin

setSlopeMin( Datum slopeMin ) → void

Setter for property slopeMin.

Parameters

slopeMin - New value of property slopeMin.

Returns:

void (returns nothing)

search for examples view on GitHub view source


setXResolution

setXResolution( Datum xResolution ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source