Changeset 6e0f53a in sasview
- Timestamp:
- Jul 8, 2008 1:35:54 PM (16 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:
- feb21d8
- Parents:
- 792db7d5
- Location:
- pr_inversion
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pr_inversion/invertor.py
r7578961 r6e0f53a 65 65 - get_pos_err(pars): returns the fraction of P(r) that is 1-sigma above zero 66 66 """ 67 #TODO: Allow for slit smearing. Smear each base function once before filling68 # the A matrix.69 70 67 ## Chisqr of the last computation 71 68 chi2 = 0 … … 80 77 ## Last errors on output values 81 78 cov = None 82 ## Flag to allow I(q) data with constant background83 #has_bck = False84 79 ## Background value 85 80 background = 0 … … 133 128 """ 134 129 Return the value of an attribute 135 For the moment x, y, err and d_max are write-only136 TODO: change that!137 130 """ 138 131 import numpy … … 184 177 invertor.chi2 = self.chi2 185 178 invertor.elapsed = self.elapsed 179 invertor.nfunc = self.nfunc 186 180 invertor.alpha = self.alpha 187 181 invertor.d_max = self.d_max -
pr_inversion/release_notes.txt
re39640f r6e0f53a 2 2 ============= 3 3 4 Package name: pr_inversion 0. 14 Package name: pr_inversion 0.2 5 5 6 1- Version 0.1.0 6 1- Version 0.2.1 7 - Release date: 7/8/2008 8 - Minor change to clone method 9 10 Version 0.2.0 11 12 - Release date: 7/4/2008 13 - Number of term estimator 14 - Faster implementation 15 16 Version 0.1.0 7 17 8 18 - Release date: 5/28/2008
Note: See TracChangeset
for help on using the changeset viewer.