Changeset c0d9981 in sasview
- Timestamp:
- Oct 22, 2008 2:31: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:
- f6cc57c
- Parents:
- 44bbf6a
- Location:
- DataLoader
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
DataLoader/qsmearing.py
r4fe4394 rc0d9981 9 9 """ 10 10 11 #TODO: improvement: allow for varying dQ as a function of Q12 11 13 12 import numpy … … 238 237 239 238 @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] 241 240 @param min: Q_min [A-1] 242 241 @param max: Q_max [A-1] … … 292 291 super(QSmearer, self).__init__() 293 292 294 ## Slit width293 ## Resolution 295 294 self.width = numpy.zeros(len(data1D.x)) 296 295 if data1D.dx is not None and len(data1D.dx)==len(data1D.x): -
DataLoader/release_notes.txt
rf8d0ee7 rc0d9981 5 5 6 6 1- Version 0.2 7 - Release date: ? 7 - Release date: 10/22/2008 8 - Added slit smearing and resolution smearing 8 9 - 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) 10 11 - 1D CanSAS writer available 11 12 - HFIR 1D 4-col reader available (*.d1d) … … 34 35 3.1- All systems: 35 36 - CanSAS format only allows a single SASdata section per SASentry. 36 - CanSAS format only allows one SASentry per file, for a single DataInfo object.37 37 38 38 3.2- Windows:
Note: See TracChangeset
for help on using the changeset viewer.