Changeset 1115 for trunk/exports/G2export_PDB.py
- Timestamp:
- Oct 18, 2013 4:00:32 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/exports/G2export_PDB.py
r1102 r1115 116 116 117 117 # the export process starts here 118 self.InitExport(event) 118 119 # load all of the tree into a set of dicts 119 120 self.loadTree() 120 121 # create a dict with refined values and their uncertainties 121 122 self.loadParmDict() 122 if self. SetupExport(event,AskFile=True):# set export parameters123 if self.ExportSelect(AskFile=True): # set export parameters 123 124 return 124 125 for phasenam in self.phasenam: … … 213 214 ''' 214 215 # the export process starts here 216 self.InitExport(event) 215 217 # load all of the tree into a set of dicts 216 218 self.loadTree() 217 219 # create a dict with refined values and their uncertainties 218 220 self.loadParmDict() 219 if self. SetupExport(event,AskFile=True):# set export parameters221 if self.ExportSelect(AskFile=True): # set export parameters 220 222 return 221 223 for phasenam in self.phasenam:
Note: See TracChangeset
for help on using the changeset viewer.