Changeset 96c9cf1 in sasview for src/sas/sascalc
- Timestamp:
- Nov 2, 2017 9:04:32 AM (7 years ago)
- Branches:
- master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 08b9e331, 90961b4
- Parents:
- 8e5c36d (diff), 20fa5fe (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:
- Paul Kienzle <pkienzle@…> (11/02/17 09:04:32)
- git-committer:
- GitHub <noreply@…> (11/02/17 09:04:32)
- Location:
- src/sas/sascalc
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sascalc/calculator/instrument.py
r574adc7 rf4775563 314 314 """ 315 315 To plot the wavelength spactrum 316 : requir ment: matplotlib.pyplot316 : requirement: matplotlib.pyplot 317 317 """ 318 318 try: -
src/sas/sascalc/dataloader/file_reader_base_class.py
r1576693 r20fa5fe 123 123 """ 124 124 Generic error handler to add an error to the current datainfo to 125 prop ogate the error up the error chain.125 propagate the error up the error chain. 126 126 :param msg: Error message 127 127 """ … … 325 325 def splitline(line): 326 326 """ 327 Splits a line into pieces based on common delim eters327 Splits a line into pieces based on common delimiters 328 328 :param line: A single line of text 329 329 :return: list of values -
src/sas/sascalc/file_converter/otoko_loader.py
r0b1a677 r20fa5fe 36 36 37 37 Given the paths of two header files, this function will load each axis in 38 turn. If loading is successful lthen an instance of the OTOKOData class38 turn. If loading is successful then an instance of the OTOKOData class 39 39 will be returned, else an exception will be raised. 40 40 -
src/sas/sascalc/fit/AbstractFitEngine.py
r574adc7 r20fa5fe 78 78 def get_params(self, fitparams): 79 79 """ 80 return a list of value of param ter to fit81 82 :param fitparams: list of param aters name to fit80 return a list of value of parameter to fit 81 82 :param fitparams: list of parameters name to fit 83 83 84 84 """ -
src/sas/sascalc/pr/c_extensions/Cinvertor.c
rd04ac05 ra52f32f 735 735 736 736 const char get_peaks_doc[] = 737 "Returns the number of peaks in the output P(r) distr ubution\n"737 "Returns the number of peaks in the output P(r) distribution\n" 738 738 "for the given set of coefficients.\n" 739 739 " @param args: c-parameters\n" -
src/sas/sascalc/pr/fit/AbstractFitEngine.py
r574adc7 r20fa5fe 78 78 def get_params(self, fitparams): 79 79 """ 80 return a list of value of param ter to fit81 82 :param fitparams: list of param aters name to fit80 return a list of value of parameter to fit 81 82 :param fitparams: list of parameters name to fit 83 83 84 84 """
Note: See TracChangeset
for help on using the changeset viewer.