Changeset 20ac508 in sasview for src/sas/sascalc/dataloader/data_info.py
- Timestamp:
- Sep 15, 2016 8:33:57 AM (8 years ago)
- Branches:
- 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
- Children:
- 3668ab9
- Parents:
- 1b06e13a
- git-author:
- Lewis O'Driscoll <lewis.o'driscoll@…> (08/19/16 10:52:27)
- git-committer:
- Piotr Rozyczko <rozyczko@…> (09/15/16 08:33:57)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sascalc/dataloader/data_info.py
ra9d3abb r20ac508 1037 1037 _str += " Z-axis: %s\t[%s]\n" % (self._zaxis, self._zunit) 1038 1038 _str += " Length: %g \n" % (len(self.data)) 1039 _str += " Shape: (%d, %d)\n" % (len(self.y_bins), len(self.x_bins)) 1039 1040 return _str 1040 1041
Note: See TracChangeset
for help on using the changeset viewer.