Data Model version 2.1.2

Attribute: scalingFactor


    Scaling factor for PeakDimComponent. Is multiplied by the value that comes out of the dataDimRef to get the actual contribution from this PeakDimComponent to the position of the peak. E.g.  a 1D NMR quartet might have scalingFactors -3., -1., 1., 3. on its four subpeaks.

    NOTE: To calculate the value corresponding to the PeakDimComponent, you yourself must calculate xPoints, the (signed) number of points that are due to the PeakDimComponent. The desired value is then self.scalingFactor*self.dataDimRef.pointToValue(xPoints)

guid: www.ccpn.ac.uk_Fogh_2006-10-25-11:33:28_00005
Type: Float
Multiplicity: 1..1
Changeability: changeable
isDerived: False
isAutomatic: False
isImplementation: False
isImplicit: False
isAbstract: False
Scope: instance_level
Default Value: 1.0
Constraints: None

Methods

Method Return Parameters Comment
getScalingFactor Float -
setScalingFactor - Float
  Data Model Version 2.1.2
Go to Top  
  Autogenerated by  PyApiDocGen  revision 1.3   on  Thu Oct 2 16:09:38 2014    from data model package  ccp.api.nmr.Nmr.PeakDimComponent   revision ?  
  Work done by the CCPN team.
www.ccpn.ac.uk