Ticket #5450 (closed: fixed)
New masking technique for SNAP
Reported by: | Wenduo Zhou | Owned by: | Wenduo Zhou |
---|---|---|---|
Priority: | critical | Milestone: | Release 2.2 |
Component: | Mantid | Keywords: | |
Cc: | petersonpf@… | Blocked By: | |
Blocking: | Tester: | Martyn Gigg |
Description
Generate a new algorithm "MaskDetectorBins" with parameters "Workspace" (the workspace to mask) and MaskingInformation (Table workspace with the information detailed below).
This will just call "MaskBins" a bunch of times (once for each line of the table?). Each line of the table workspace will be "SpetraList", "XMin", and "XMax" to be given to MaskBins.
Change History
comment:3 Changed 8 years ago by Wenduo Zhou
Russell suggests to rename the algorithm to MaskBinsFromTable().
comment:4 Changed 8 years ago by Wenduo Zhou
Rename algorithm name to MaskBinsFromTable. Refs #5450.
Changeset: f28ba01c124cec37251e33870a90f60198b75239
comment:5 Changed 8 years ago by Wenduo Zhou
Implement MaskDetectorBins. Refs #5450.
Changeset: cf45b952dce5fbc6bba9644b707644a9425fb516
comment:6 Changed 8 years ago by Wenduo Zhou
Rename algorithm name to MaskBinsFromTable. Refs #5450.
Changeset: f28ba01c124cec37251e33870a90f60198b75239
comment:7 Changed 8 years ago by Wenduo Zhou
Implement MaskDetectorBins. Refs #5450.
Changeset: cf45b952dce5fbc6bba9644b707644a9425fb516
comment:8 Changed 8 years ago by Wenduo Zhou
Rename algorithm name to MaskBinsFromTable. Refs #5450.
Changeset: f28ba01c124cec37251e33870a90f60198b75239
comment:9 Changed 8 years ago by Wenduo Zhou
Implement MaskDetectorBins. Refs #5450.
Changeset: cf45b952dce5fbc6bba9644b707644a9425fb516
comment:10 Changed 8 years ago by Wenduo Zhou
Rename algorithm name to MaskBinsFromTable. Refs #5450.
Changeset: f28ba01c124cec37251e33870a90f60198b75239
comment:11 Changed 8 years ago by Wenduo Zhou
Implment MaskBins to MaskPeakWorkspace. Refs #5450.
Changeset: b6064c475cff38f2d93bc9e8f9a691242a17df4d
comment:12 Changed 8 years ago by Wenduo Zhou
Implment MaskBins to MaskPeakWorkspace. Refs #5450.
Changeset: b6064c475cff38f2d93bc9e8f9a691242a17df4d
comment:13 Changed 8 years ago by Wenduo Zhou
For algorithm MaskBinFromTable(), make it able to read input Tableworkspace with flexible order of spectra list, xmin and xmax.
comment:14 Changed 8 years ago by Wenduo Zhou
Add tof range (micro-second before and micro-second after peak) to MaskPeakWorkspace as new input property. Pass the information to MaskBinFromTable() to avoid to removing all the tof range.
comment:15 Changed 8 years ago by Wenduo Zhou
Add time range option to MaskPeaksWorkspace. Refs #5450.
Changeset: d8aea0f1b1792e61ba518d9ccb641a177d2e7080
comment:16 Changed 8 years ago by Wenduo Zhou
More flexible in input of MaskBinsFromTable. Refs #5450.
Changeset: 102ab896374b5f8851718839010461c06560dfa5
comment:17 Changed 8 years ago by Wenduo Zhou
Implment MaskBins to MaskPeakWorkspace. Refs #5450.
Changeset: b6064c475cff38f2d93bc9e8f9a691242a17df4d
comment:18 Changed 8 years ago by Wenduo Zhou
Add time range option to MaskPeaksWorkspace. Refs #5450.
Changeset: d8aea0f1b1792e61ba518d9ccb641a177d2e7080
comment:19 Changed 8 years ago by Wenduo Zhou
More flexible in input of MaskBinsFromTable. Refs #5450.
Changeset: 102ab896374b5f8851718839010461c06560dfa5
comment:20 Changed 8 years ago by Peter Peterson
Refs #5450. Collapsing information in the table workspace
Since the time-of-flight range is the same in each pixel in a masked peak only specify one line in the table for each.
Changeset: c9ba3eb8cb3988bb990150efa2345e13593d7df1
comment:21 Changed 8 years ago by Peter Peterson
Refs #5450. Fixing unit test for MaskPeaksWorkspace.
Changeset: ef63863dcd01d1e582321716955d6744f801d807
comment:22 Changed 8 years ago by Wenduo Zhou
- Status changed from accepted to verify
- Resolution set to fixed
comment:23 Changed 8 years ago by Martyn Gigg
- Status changed from verify to verifying
- Tester set to Martyn Gigg
comment:25 Changed 8 years ago by Peter Peterson
Refs #5450. Collapsing information in the table workspace
Since the time-of-flight range is the same in each pixel in a masked peak only specify one line in the table for each.
Changeset: c9ba3eb8cb3988bb990150efa2345e13593d7df1
comment:26 Changed 8 years ago by Peter Peterson
Refs #5450. Fixing unit test for MaskPeaksWorkspace.
Changeset: ef63863dcd01d1e582321716955d6744f801d807
comment:27 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 6296
Implement MaskDetectorBins. Refs #5450.