Changeset b9a5f0e in sasview for src/sas/pr
- Timestamp:
- Feb 13, 2015 4:52:52 AM (10 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:
- fd5ac0d
- Parents:
- 35ec279
- Location:
- src/sas/pr
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/pr/Doxyfile
r79492222 rb9a5f0e 4 4 # Project related configuration options 5 5 #--------------------------------------------------------------------------- 6 PROJECT_NAME = sa nspr6 PROJECT_NAME = saspr 7 7 PROJECT_NUMBER = 8 8 OUTPUT_DIRECTORY = doc -
src/sas/pr/__init__.py
r79492222 rb9a5f0e 1 1 """ 2 P(r) inversion for SA NS2 P(r) inversion for SAS 3 3 """ 4 ## \mainpage P(r) inversion for SA NS4 ## \mainpage P(r) inversion for SAS 5 5 # 6 6 # \section intro_sec Introduction … … 9 9 # technique can be found elsewhere [1-5]. The module is useable as a 10 10 # standalone application but its functionality is meant to be presented 11 # to end-users through the user interface developed as part of the SA NS11 # to end-users through the user interface developed as part of the SAS 12 12 # flagship application. 13 13 # -
src/sas/pr/c_extensions/Cinvertor.c
r79492222 rb9a5f0e 1114 1114 1115 1115 d = PyModule_GetDict(module); 1116 CinvertorError = PyErr_NewException("sa ns.pr.invertor.Cinvertor.InvertorError", PyExc_RuntimeError, NULL);1116 CinvertorError = PyErr_NewException("sas.pr.invertor.Cinvertor.InvertorError", PyExc_RuntimeError, NULL); 1117 1117 PyDict_SetItemString(d, "CinvertorError", CinvertorError); 1118 1118 } -
src/sas/pr/release_notes.txt
r79492222 rb9a5f0e 21 21 22 22 - Release date: 5/28/2008 23 - Provide python module sa ns.pr23 - Provide python module sas.pr 24 24 25 25 2- Downloading and Installing … … 29 29 30 30 2.2- Installing: 31 - Get the code from svn://danse.us/sa ns/releases/pr_inversion-0.1.031 - Get the code from svn://danse.us/sas/releases/pr_inversion-0.1.0 32 32 - The following modules are required: 33 33 * matplotlib
Note: See TracChangeset
for help on using the changeset viewer.