Changeset 6e0f53a in sasview for pr_inversion/invertor.py


Ignore:
Timestamp:
Jul 8, 2008 1:35:54 PM (16 years ago)
Author:
Mathieu Doucet <doucetm@…>
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
Message:

Minor change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pr_inversion/invertor.py

    r7578961 r6e0f53a  
    6565        - get_pos_err(pars): returns the fraction of P(r) that is 1-sigma above zero 
    6666    """ 
    67     #TODO: Allow for slit smearing. Smear each base function once before filling 
    68     # the A matrix. 
    69      
    7067    ## Chisqr of the last computation 
    7168    chi2  = 0 
     
    8077    ## Last errors on output values 
    8178    cov = None 
    82     ## Flag to allow I(q) data with constant background 
    83     #has_bck = False 
    8479    ## Background value 
    8580    background = 0 
     
    133128        """ 
    134129           Return the value of an attribute 
    135            For the moment x, y, err and d_max are write-only 
    136            TODO: change that! 
    137130        """ 
    138131        import numpy 
     
    184177        invertor.chi2    = self.chi2  
    185178        invertor.elapsed = self.elapsed  
     179        invertor.nfunc   = self.nfunc  
    186180        invertor.alpha   = self.alpha 
    187181        invertor.d_max   = self.d_max 
Note: See TracChangeset for help on using the changeset viewer.