Ticket #1226 (closed: fixed)
ReplaceSpecialVales performance improvement
Reported by: | Nick Draper | Owned by: | Russell Taylor |
---|---|---|---|
Priority: | major | Milestone: | Iteration 23 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
- read a raw file in to w1
- Run ReplaceSpecialValues with OutputW same as inputW
First of all, this operation on a WISH data set takes about 9 sec,i.e. as long as some of the most intensive algorithm such as DiffractionFocussing ???? That needs to be fixed.
Secondly, as far as I know this Algo. does not affect the X values but only the Y and E. If so, the memory footprint should be the same before and after, but is not: 10G before, 14G after. It sounds to me like a lot of unnecessary copying is going on.
Change History
Note: See
TracTickets for help on using
tickets.