Changeset 1518 for trunk/GSASIIgrid.py


Ignore:
Timestamp:
Oct 6, 2014 10:16:26 AM (9 years ago)
Author:
vondreele
Message:

Add metadata file processing for Image stress/strain data - reads sample load & sample phi from text file.
Correction to PWDR metadata file processing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIgrid.py

    r1517 r1518  
    105105] = [wx.NewId() for item in range(8)]
    106106
    107 [ wxID_STRSTACOPY, wxID_STRSTAFIT, wxID_STRSTASAVE, wxID_STRSTALOAD,wxID_APPENDDZERO,
    108     wxID_STRSTAALLFIT,wxID_UPDATEDZERO,
    109 ] = [wx.NewId() for item in range(7)]
     107[ wxID_STRSTACOPY, wxID_STRSTAFIT, wxID_STRSTASAVE, wxID_STRSTALOAD,wxID_STRSTSAMPLE,
     108    wxID_APPENDDZERO,wxID_STRSTAALLFIT,wxID_UPDATEDZERO,
     109] = [wx.NewId() for item in range(8)]
    110110
    111111[ wxID_BACKCOPY,wxID_LIMITCOPY, wxID_SAMPLECOPY, wxID_SAMPLECOPYSOME, wxID_BACKFLAGCOPY, wxID_SAMPLEFLAGCOPY,
     
    32723272        self.SampleEdit.Append(id=wxID_SAMPLE1VAL, kind=wx.ITEM_NORMAL,text='Set one value',
    32733273            help='Set one sample parameter value across multiple histograms')
    3274         self.SampleEdit.Append(id=wxID_ALLSAMPLELOAD, kind=wx.ITEM_NORMAL,text='Load all samples',
     3274        self.SampleEdit.Append(id=wxID_ALLSAMPLELOAD, kind=wx.ITEM_NORMAL,text='Load all',
    32753275            help='Load sample parmameters over multiple histograms')
    32763276
     
    34553455        self.StrStaEdit.Append(help='Load stress/strain data from file',
    34563456            id=wxID_STRSTALOAD, kind=wx.ITEM_NORMAL,text='Load stress/strain')
     3457        self.StrStaEdit.Append(help='Load sample data from file',
     3458            id=wxID_STRSTSAMPLE, kind=wx.ITEM_NORMAL,text='Load sample data')
    34573459        self.PostfillDataMenu()
    34583460           
Note: See TracChangeset for help on using the changeset viewer.