Ticket #3292 (closed: fixed)
Add ReplaceSpecialValues call to raw CalculateTransmission output worksapce
Reported by: | Mathieu Doucet | Owned by: | Mathieu Doucet |
---|---|---|---|
Priority: | major | Milestone: | Iteration 30 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Roman Tolchenov |
Description
Infinities and NaNs are often produced if the wavelength range of the input workspaces are wider than the data itself. We should get rid of those nasty values and replace them by 0 (if there's no data, there's no transmission...)
Change History
comment:2 Changed 9 years ago by Mathieu Doucet
- Status changed from new to accepted
Should now be fixed. To test, use a workspace with zeros on the monitor channel for one of the input workspaces.
comment:3 Changed 9 years ago by Mathieu Doucet
- Status changed from accepted to verify
- Resolution set to fixed
comment:4 Changed 9 years ago by Roman Tolchenov
- Status changed from verify to verifying
- Tester set to Roman Tolchenov
Note: See
TracTickets for help on using
tickets.
(In [12944]) Remove infinities and NaNs from transmission output. Re #3292