Changeset 1300 for trunk/GSASIIIO.py


Ignore:
Timestamp:
Apr 25, 2014 12:47:06 PM (9 years ago)
Author:
vondreele
Message:

Add additional column to SASD profile - contains fixed background
remove contour plotting from SASD data
Add background file to SASD models GUI
this change breaks old SASD gpx files, they will need to be recreated!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIIO.py

    r1298 r1300  
    18131813                np.array(yc), # calc. intensities (zero)
    18141814                np.array(yd), # obs-calc profiles
     1815                np.array(yb), # preset bkg
    18151816        '''                           
    18161817        self.comments = []
Note: See TracChangeset for help on using the changeset viewer.