Changeset 1998 for trunk/defaultIparms.py
- Timestamp:
- Oct 10, 2015 9:59:34 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/defaultIparms.py
r1839 r1998 11 11 ''' 12 12 *defaultIparms: Table of instrument parameters* 13 -------------------------------------- 13 ----------------------------------------------- 14 14 15 Define some default instrument parameters:15 Defines some default instrument parameters. 16 16 Format for each is a list of strings finished with a '\n'. 17 17 Begin with '#GSAS-II...' as the reader routine checks this. … … 23 23 24 24 Append a useful name to defaultIparms_lbl. 25 25 26 Append the list of lines to defaultIparms. 26 27 27 defaultIparm_lbl: defines a list of labels 28 defaultIparm_lbl: defines a list of labels. 28 29 29 defaultIparms: defines a list of multiple strings with values for each set of defaults 30 defaultIparms: defines a list of multiple strings with values for each set of defaults. 30 31 ''' 31 32 #See examples below.
Note: See TracChangeset
for help on using the changeset viewer.