Changeset 5582b078 in sasview for src/sas/sascalc
- Timestamp:
- Oct 21, 2017 3:00:12 PM (7 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, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- c926a97, b6b81a3, 3d950a9, 61f329f0, fca1f50
- Parents:
- 5543ff6 (diff), c22b621 (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. - git-author:
- Andrew Jackson <andrew.jackson@…> (10/21/17 15:00:12)
- git-committer:
- GitHub <noreply@…> (10/21/17 15:00:12)
- Location:
- src/sas/sascalc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sascalc/corfunc/corfunc_calculator.py
rb916afa ra26f67f 177 177 """ 178 178 Extract the interesting measurements from a correlation function 179 :param transformed_data: Fourier transformation of the 180 179 180 :param transformed_data: Fourier transformation of the extrapolated data 181 181 """ 182 182 # Calculate indexes of maxima and minima -
src/sas/sascalc/data_util/registry.py
rdc8d1c2 ra26f67f 121 121 Call the loader for the file type of path. 122 122 123 :raise ValueError: if no loader is available. 124 :raise KeyError: if format is not available. 123 :raises ValueError: if no loader is available. 124 :raises KeyError: if format is not available. 125 125 126 May raise a loader-defined exception if loader fails. 126 127 """ -
src/sas/sascalc/file_converter/c_ext/__init__.py
r18e7309 ra26f67f 1 """ 2 Data loader for the Diamond BSL beamline. 3 """
Note: See TracChangeset
for help on using the changeset viewer.