Changeset 3207 for trunk/GSASIIscriptable.py
- Timestamp:
- Dec 26, 2017 8:18:10 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIscriptable.py
- Property svn:eol-style set to native
- Property svn:keywords set to Date Author Revision URL Id
r3205 r3207 2 2 # -*- coding: utf-8 -*- 3 3 ########### SVN repository information ################### 4 # $Date : 2017-04-12 15:12:45 -0500 (Wed, 12 Apr 2017)$5 # $Author : vondreele$6 # $Revision : 2777$7 # $URL : https://subversion.xray.aps.anl.gov/pyGSAS/trunk/GSASIIscriptable.py$8 # $Id : GSASIIIO.py 2777 2017-04-12 20:12:45Z vondreele$4 # $Date$ 5 # $Author$ 6 # $Revision$ 7 # $URL$ 8 # $Id$ 9 9 ########### SVN repository information ################### 10 10 """ … … 182 182 [phase0, phase2]. 183 183 call Specifies a function to call after a refinement is completed. 184 No function is called if this is not specified. 184 The value supplied can be the object (typically a function) 185 that will be called or a string that will evaluate (in the 186 namespace inside :meth:`G2Project.iter_refinements` where 187 ``self`` references the project.) 188 Nothing is called if this is not specified. 185 189 callargs Provides a list of arguments that will be passed to the function 186 190 in call (if any). If call is defined and callargs is not, the … … 1095 1099 1096 1100 Parameters for Rietveld refinement can be turned on and off as well. 1097 See :meth:`~G2Project.set_refinement`, :meth:`~G2Project. refine`,1101 See :meth:`~G2Project.set_refinement`, :meth:`~G2Project.clear_refinements`, 1098 1102 :meth:`~G2Project.iter_refinements`, :meth:`~G2Project.do_refinements`. 1099 1103 """
Note: See TracChangeset
for help on using the changeset viewer.