Changeset 1244 for trunk/GSASIIobj.py


Ignore:
Timestamp:
Mar 11, 2014 4:49:15 PM (9 years ago)
Author:
vondreele
Message:

fix geometric correction in integrate - too many 1/cos(2-theta)
plot of size distribution from SASD
MaxEnt? size distribution in operation (some tuning/errors)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIobj.py

    r1236 r1244  
    11011101    '''Return a string with a more complete description for a GSAS-II variable
    11021102
    1103     :param str name: A full G2 variable name with 2 or 3 or 4
    1104        colons (<p>:<h>:name[:<a>] or <p>::RBname:<?>:<?>])
     1103    :param str varname: A full G2 variable name with 2 or 3 or 4
     1104       colons (<p>:<h>:name[:<a>] or <p>::RBname:<r>:<t>])
    11051105       
    11061106    :returns: a string with the description
     
    11131113
    11141114    :param str name: A full G2 variable name with 2 or 3 or 4
    1115        colons (<p>:<h>:name[:<a>] or <p>::RBname:<?>:<?>])
     1115       colons (<p>:<h>:name[:<a>] or <p>::RBname:<r>:<t>])
    11161116       
    11171117    :returns: (loc,meaning) where loc describes what item the variable is mapped
Note: See TracChangeset for help on using the changeset viewer.