Changeset 0f1e140 in sasview for src/sas/sascalc
- Timestamp:
- Jul 13, 2016 11:00:15 AM (8 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:
- b61bd57, f9fbe99, b5c44f0
- Parents:
- d398285
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sascalc/dataloader/readers/cansas_reader.py
rd398285 r0f1e140 12 12 #copyright 2008,2009 University of Tennessee 13 13 ############################################################################# 14 ##TODO: Replace 1/A with 1/\AA for Angstorm 15 ##TODO: Put in x-axis and y-axis information 14 16 15 import logging 17 16 import numpy … … 457 456 attrib_variable = cansas_attrib.get("variable") 458 457 if key == 'unit' and unit != '': 459 if unit == "1/A":460 unit = "A^{-1}"461 elif unit == "1/cm":462 unit = "cm^{-1}"463 458 attrib_value = unit 464 459 else:
Note: See TracChangeset
for help on using the changeset viewer.