@@ -551,7 +551,7 @@ dataLimits : list
551551simulationLimits : list;
552552 Simulation for each contrast.
553553oilChiDataPresent : np.ndarray[np.float]
554- Non -zero values indicates if data is present for the contrast.
554+ If ``dataPresent[i]`` is non -zero, then contrast ``i`` has oilChi data. This currently not being used.
555555numberOfContrasts : int
556556 Number of contrasts.
557557geometry : str
@@ -560,15 +560,15 @@ useImaginary : bool
560560 Indicates whether imaginary component is used for the SLD value in layers, i.e.
561561 absorption is set to True for the project.
562562repeatLayers : list
563- Information about repeating layers for each contrast
563+ Information about repeating layers for each contrast. This currently not being used.
564564contrastBackgroundParams : list
565565 Indices of backgroundParams used for each contrast
566566contrastBackgroundTypes : list
567567 Background type for each contrast.
568568contrastBackgroundActions : list
569569 Background action for each contrast.
570570contrastQzshifts : np.ndarray[np.float]
571- Indices of Qzshifts used for each contrast.
571+ Indices of Qzshifts used for each contrast. This currently not being used.
572572contrastScalefactors : np.ndarray[np.float]
573573 Indices of scalefactors used for each contrast.
574574contrastBulkIns : np.ndarray[np.float]
@@ -582,7 +582,7 @@ contrastResolutionTypes : list
582582backgroundParams : np.ndarray[np.float]
583583 Background parameter values.
584584qzshifts : np.ndarray[np.float]
585- Qzshift values.
585+ Qzshift values. This currently not being used.
586586scalefactors : np.ndarray[np.float]
587587 Scalefactors values.
588588bulkIns : np.ndarray[np.float]
0 commit comments