Changeset 4208
- Timestamp:
- Dec 17, 2019 3:54:20 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/imports/G2phase_rmc6f.py
r4206 r4208 17 17 from __future__ import division, print_function 18 18 import sys 19 import os.path 19 20 import numpy as np 20 21 import random as ran 21 22 import GSASIIobj as G2obj 22 import GSASIIspc as G2spc23 23 import GSASIIlattice as G2lat 24 import GSASIIctrlGUI as G2G 24 25 import GSASIIpath 25 26 GSASIIpath.SetVersionNumber("$Revision: 1812 $") … … 56 57 fp = open(filename, 'Ur') 57 58 Phase = {} 58 Title = 'RMCProfile box' 59 Title = os.path.split(filename) 60 G2G.SaveGPXdirectory(Title[0]) 61 Title = os.path.splitext(Title[1])[0] 59 62 Atoms = [] 60 63 S = fp.readline()
Note: See TracChangeset
for help on using the changeset viewer.