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/imports/G2sad_xye.py

    r1299 r1300  
    106106                np.zeros(N), # calc. intensities (zero)
    107107                np.zeros(N), # obs-calc profiles
     108                np.zeros(N), # fix bkg
    108109                ]
    109110            self.smallangleentry[0] = filename
     
    203204                np.zeros(N), # calc. intensities (zero)
    204205                np.zeros(N), # obs-calc profiles
     206                np.zeros(N), # fix bkg
    205207                ]
    206208            self.smallangleentry[0] = filename
     
    302304                np.zeros(N), # calc. intensities (zero)
    303305                np.zeros(N), # obs-calc profiles
     306                np.zeros(N), # fix bkg
    304307                ]
    305308            self.smallangleentry[0] = filename
     
    399402                np.zeros(N), # calc. intensities (zero)
    400403                np.zeros(N), # obs-calc profiles
     404                np.zeros(N), # fix bkg
    401405                ]
    402406            self.smallangleentry[0] = filename
Note: See TracChangeset for help on using the changeset viewer.