@@ -509,7 +509,7 @@ dataLimits : list
509509simulationLimits : list;
510510 Simulation for each contrast.
511511oilChiDataPresent : np.ndarray[np.float]
512- If ``dataPresent[i]`` is non-zero, then contrast ``i`` has oilChi data. This currently not being used.
512+ If ``dataPresent[i]`` is non-zero, then contrast ``i`` has oilChi data. This is currently not being used.
513513numberOfContrasts : int
514514 Number of contrasts.
515515geometry : str
@@ -518,15 +518,15 @@ useImaginary : bool
518518 Indicates whether imaginary component is used for the SLD value in layers, i.e.
519519 absorption is set to True for the project.
520520repeatLayers : list
521- Information about repeating layers for each contrast. This currently not being used.
521+ Information about repeating layers for each contrast. This is currently not being used.
522522contrastBackgroundParams : list
523523 Indices of backgroundParams used for each contrast
524524contrastBackgroundTypes : list
525525 Background type for each contrast.
526526contrastBackgroundActions : list
527527 Background action for each contrast.
528528contrastQzshifts : np.ndarray[np.float]
529- Indices of Qzshifts used for each contrast. This currently not being used.
529+ Indices of Qzshifts used for each contrast. This is currently not being used.
530530contrastScalefactors : np.ndarray[np.float]
531531 Indices of scalefactors used for each contrast.
532532contrastBulkIns : np.ndarray[np.float]
0 commit comments