- Timestamp:
- Oct 25, 2017 10:01:13 AM (7 years ago)
- Children:
- e0ed8a8
- Parents:
- e4ebcb9
- Location:
- src/sas
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Plotting/PlotterData.py
rfef38e8 rdc7eedb1 54 54 self.yaxis(data1d._yaxis, data1d._yunit) 55 55 self.title = data1d.title 56 self.isSesans = data1d.isSesans 56 57 57 58 def __str__(self): -
src/sas/sascalc/dataloader/data_info.py
r9e6aeaf rdc7eedb1 775 775 clone.meta_data = deepcopy(self.meta_data) 776 776 clone.errors = deepcopy(self.errors) 777 clone.isSesans = self.isSesans 777 778 778 779 return clone
Note: See TracChangeset
for help on using the changeset viewer.