Changeset 1b02da1d in sasview for DataLoader
- Timestamp:
- Jan 17, 2011 3:33:04 PM (14 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:
- 18695bf
- Parents:
- 16d7079
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DataLoader/qsmearing.py
rcd2ced80 r1b02da1d 157 157 Perform smearing 158 158 """ 159 import time160 st = time.time()161 159 # If this is the first time we call for smearing, 162 160 # initialize the C++ smearer object first … … 215 213 temp_last = self.nbins - self.nbins_high 216 214 out = iq_out[temp_first: temp_last] 217 print "time =", time.time() - st 215 218 216 return out 219 217
Note: See TracChangeset
for help on using the changeset viewer.