Changeset 80963c6c in sasview for src/sas/sascalc/dataloader/readers/cansas_reader.py
- Timestamp:
- Feb 7, 2019 4:02:47 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_sync_sascalc
- Children:
- a1b49a7
- Parents:
- a74dd016 (diff), a0f3c29 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sascalc/dataloader/readers/cansas_reader.py
r8db20a9 ra0f3c29 493 493 self.current_datainfo.errors.add(error) 494 494 self.data_cleanup() 495 self.sort_one_d_data() 496 self.sort_two_d_data() 495 # Where are these defined?? 496 #self.sort_one_d_data() 497 #self.sort_two_d_data() 497 498 self.reset_data_list() 498 499 return self.output[0], None
Note: See TracChangeset
for help on using the changeset viewer.