Changeset 16f60cb in sasview
- Timestamp:
- Jun 9, 2010 4:35:43 PM (14 years ago)
- Branches:
- master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 6137b150
- Parents:
- d85fdcb2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Invariant/invariant.py
r7182d96 r16f60cb 366 366 self._data = self._get_data(data) 367 367 # get the dxl if the data is smeared: This is done only once on init. 368 if data.dxl != None anddata.dxl.all() >0:368 if self._data.dxl != None and self._data.dxl.all() >0: 369 369 # assumes constant dxl 370 self._smeared = data.dxl[0]370 self._smeared = self._data.dxl[0] 371 371 372 372 # Since there are multiple variants of Q*, you should force the
Note: See TracChangeset
for help on using the changeset viewer.