- Timestamp:
- Mar 8, 2021 5:05:59 PM (2 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIdataGUI.py
r4843 r4846 5258 5258 'This command is not yet implemented for sequential fitting') 5259 5259 return 5260 self.OnFileSave(event) 5260 5261 item = GetGPXtreeItemId(self,self.root,'Covariance') 5261 5262 covData = self.GPXtree.GetItemPyData(item) -
trunk/GSASIIddataGUI.py
r4843 r4846 843 843 UseList[G2frame.hist]['newLeBail'] = True 844 844 Obj.SetLabel('Do new Le Bail extraction?') 845 UseList[G2frame.hist]['LeBail'] = Obj.GetValue() 846 845 UseList[G2frame.hist]['LeBail'] = not UseList[G2frame.hist]['LeBail'] 847 846 def OnResetSize(event): 848 847 Obj = event.GetEventObject() -
trunk/makeTutorial.py
r4845 r4846 91 91 videolist = '<UL>' 92 92 for l in tutorialIndex: 93 print('.', end='', flush=True) 93 94 if len(l) == 1: 94 95 print("</UL><h4>{}</H4><UL>".format(l[0]),file=out) … … 148 149 file=out) 149 150 out.close() 150 print(" Tutorials without videos",novideo)151 print("\nTutorials without videos",novideo) 151 152 152 153 print("\nStatistics: {} total tutorials, {} with videos"
Note: See TracChangeset
for help on using the changeset viewer.