- Timestamp:
- Aug 9, 2017 4:39:05 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branch/2frame/GSASIIobj.py
r2927 r2987 256 256 dict contains the combined phase/histogram 257 257 parameters for items such as scale factors, 258 size and strain parameters. (dict) 258 size and strain parameters. The following are the 259 keys to the inner dict. (dict) 260 \ Babinet Dictionary with two entries, 'BabA', 'BabU' 261 \ Extinction Extinction parameter (list of float, bool) 262 \ HStrain Hydrostatic strain. List of two lists. The first is 263 a list of the HStrain parameters (1-3 depending on 264 unit cell), the second is a list of boolean 265 refinement parameters (same length) 266 \ Histogram The name of the associated histogram (str) 267 \ LeBail Flag for LeBail extraction (bool) 268 \ Mustrain List of microstrain parameters, in order: 269 270 0. Type, one of u'generalized', u'isotropic', 271 u'uniaxial' 272 1. Isotropic/uniaxial parameters - list of 3 floats 273 2. Refinement flags - list of 3 bools 274 3. Microstrain axis - list of 3 ints, [h, k, l] 275 4. Generalized mustrain parameters - list of 2-6 276 floats, depending on space group 277 5. Generalized refinement flags - list of bools, 278 corresponding to the parameters of (4) 279 \ Pref.Ori. Preferred Orientation. List of eight parameters, in order: 280 281 0. Type, 'MD' for March-Dollase or 'SH' for 282 Spherical Harmonics 283 1. Value, float 284 2. Refinement flag, bool 285 3. Preferred direction, list of ints, [h, k, l] 286 4. int 287 5. dict 288 6. list 289 7. float 290 \ Scale Phase fraction, list of [float, bool] 291 \ Show 292 \ Use bool 293 \ newLeBail Whether to perform a new LeBail extraction 259 294 MCSA \ Monte-Carlo simulated annealing parameters (dict) 260 295 \
Note: See TracChangeset
for help on using the changeset viewer.