Changeset 3189
- Timestamp:
- Dec 10, 2017 10:34:39 AM (5 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIIO.py
r3187 r3189 2152 2152 same file name as the .par file but the extension must be .XXX_lbls (where 2153 2153 .XXX is the extension of the image) or if that is not present extension 2154 .lbls 2154 .lbls. Called by :func:`Get1IDMetadata` 2155 2155 2156 2156 :param str imagefile: the full name of the image file (with directory and extension) -
trunk/config_example.py
r3187 r3189 172 172 173 173 Image_1IDmetadata = False 174 '''When True, when images are read, GSAS-II will read metadata from a 1-ID style 175 .par and .lbls (or .lbls_EXT) file. 174 '''When True and when images are read, GSAS-II will read metadata from a 1-ID 175 style .par and a .EXT_lbls or .lbls file. See :func:`GSASIIIO.Read1IDpar` for 176 information on how this is done. 176 177 '''
Note: See TracChangeset
for help on using the changeset viewer.