Changeset c0d9981 in sasview


Ignore:
Timestamp:
Oct 22, 2008 2:31: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:
f6cc57c
Parents:
44bbf6a
Message:

preparing for release

Location:
DataLoader
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • DataLoader/qsmearing.py

    r4fe4394 rc0d9981  
    99""" 
    1010 
    11 #TODO: improvement: allow for varying dQ as a function of Q 
    1211 
    1312import numpy 
     
    238237             
    239238            @param nbins: number of Q bins 
    240             @param width: standard deviation in Q [A-1] 
     239            @param width: array standard deviation in Q [A-1] 
    241240            @param min: Q_min [A-1] 
    242241            @param max: Q_max [A-1] 
     
    292291        super(QSmearer, self).__init__() 
    293292         
    294         ## Slit width 
     293        ## Resolution 
    295294        self.width = numpy.zeros(len(data1D.x)) 
    296295        if data1D.dx is not None and len(data1D.dx)==len(data1D.x): 
  • DataLoader/release_notes.txt

    rf8d0ee7 rc0d9981  
    55 
    661-      Version 0.2 
    7         - Release date: ? 
     7        - Release date: 10/22/2008 
     8        - Added slit smearing and resolution smearing 
    89        - First version of CanSAS reader/writer 
    9         - 1D and 2D data manipulations available 
     10        - 1D and 2D data manipulations available (circular avg, box sum, box avg, sector avg, ring avg) 
    1011        - 1D CanSAS writer available 
    1112        - HFIR 1D 4-col reader available (*.d1d) 
     
    3435        3.1- All systems: 
    3536                - CanSAS format only allows a single SASdata section per SASentry. 
    36                 - CanSAS format only allows one SASentry per file, for a single DataInfo object. 
    3737 
    3838        3.2- Windows: 
Note: See TracChangeset for help on using the changeset viewer.