Changeset cdfcfbd in sasview
- Timestamp:
- Apr 10, 2017 12:33:36 PM (8 years ago)
- Children:
- 7f0c93f
- Parents:
- c8780f11
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sascalc/dataloader/readers/cansas_reader.py
rc8780f11 rcdfcfbd 448 448 449 449 for collimationNode in instrumentNode: 450 collimationTagName = pixelNode.tag.replace(self.base_ns, "")451 collimationUnits = pixelNode.attrib.get("unit", "")452 collimationData = pixelNode.text450 collimationTagName = collimationNode.tag.replace(self.base_ns, "") 451 collimationUnits = collimationNode.attrib.get("unit", "") 452 collimationData = collimationNode.text 453 453 454 454 if collimationTagName == "length":
Note: See TracChangeset
for help on using the changeset viewer.