Ticket #6999 (closed: fixed)
Improve GenerateEventsFilter
Reported by: | Wenduo Zhou | Owned by: | Wenduo Zhou |
---|---|---|---|
Priority: | critical | Milestone: | Release 3.2 |
Component: | Framework | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Russell Taylor |
Description (last modified by Wenduo Zhou) (diff)
There are several improvements that are required for GenerateEventsFilter
- Make the optional algorithm properties show and hide in the right context;
- Combine chop by even time segment to filter-by-log value, i.e., making filters within a log value interval by time;
- Make SplittersWorkspace more informative;
- In the case of making filters by time, if there are N time slots generated, they will be split to N different workspaces. Add an option such that time slots can go to specified number of workspaces such as n (n < N) alternatively, i.e., slot 0 to workspace 0, slot 1 to workspace 1, slot n-1 to workspace n-1, slot n to workspace 0, and so on.
Change History
comment:2 Changed 7 years ago by Wenduo Zhou
Checkpointing work. Refs #6999.
- Added visibility to some properties (not finished)
- Added one more column to SplittersWorkspace
Changeset: fe304f6e68e272d15bd6264627d00a08ed067359
comment:3 Changed 7 years ago by Wenduo Zhou
Checkpointing work. Refs #6999.
- Add visibility to algorithm properties;
- Enable cyclic workspace group index in filter by time;
- Enable splitting time segment in same log value range (incomplete) Changeset: 2f67b4840c2ac7521c24750e3b853010f0eace4b
comment:4 Changed 7 years ago by Wenduo Zhou
Checkpointing work. Refs #6999.
Make GenerateEventsFilter work as requested but make segments within a log value interval.
Changeset: 5ca42bd56eea5f2a5acd4351ca3cb53625437303
comment:5 Changed 7 years ago by Wenduo Zhou
Add DivideSplitters. Refs #6999.
Changeset: 6d9eedd26e4ec4d8b533c961fe4ed0090224568d
comment:6 Changed 7 years ago by Wenduo Zhou
Add one more column. Refs #6999.
Changeset: dfd37ffe0e4d8c82534aa19b279ded8b4b624c41
comment:7 Changed 7 years ago by Wenduo Zhou
Fixed a bug on information table. Refs #6999.
Changeset: 121d80f65772f0e18a756624b7997962c893c70b
comment:8 Changed 7 years ago by Wenduo Zhou
Checkpointing work. Refs #6999.
Changeset: a90f7fe02286c89db8fca5c33cc240932e9ade96
comment:12 Changed 7 years ago by Nick Draper
- Milestone changed from Release 2.6 to Backlog
Moved to the Backlog after R2.6
comment:13 Changed 7 years ago by Wenduo Zhou
- Status changed from new to inprogress
- Description modified (diff)
- Milestone changed from Backlog to Release 3.0
comment:15 Changed 7 years ago by Wenduo Zhou
- Blocked By 8685 added
- Milestone changed from Release 3.1 to Backlog
comment:17 Changed 7 years ago by Wenduo Zhou
- Blocked By 8685 removed
(In #8685) Fixed a doxygen warning. Refs #8685.
Changeset: 26483167ac04c4ddf37a2abee9c9a4dbddd6acc4
comment:18 Changed 6 years ago by Wenduo Zhou
Added show hide to properties. Refs #6999.
Changeset: 3a1e2a63a7cd1b0f7feaa9b033e56c1be73c1078
comment:19 Changed 6 years ago by Wenduo Zhou
Modifed default value of properties. Refs #6999.
Changeset: 8af1ffe4b1df31b2bf21333223b428e0745a08d0
comment:20 Changed 6 years ago by Wenduo Zhou
Fixed doxygen error. Refs #6999.
Changeset: a2c37bbd947a00ce414e7f005e4d2fd3cb11a04c
comment:21 Changed 6 years ago by Wenduo Zhou
For tester
The change is on branch feature/6999_improve_generateeventsfilter. The change is mostly on making some properties show and hide in MantidPlot. For example, you can add a string to LogName, and then the properties related to filter by log values will appear.
comment:22 Changed 6 years ago by Wenduo Zhou
- Status changed from inprogress to verify
- Resolution set to fixed
comment:23 Changed 6 years ago by Russell Taylor
- Status changed from verify to verifying
- Tester set to Russell Taylor
comment:24 Changed 6 years ago by Russell Taylor
- Status changed from verifying to closed
Merge remote branch 'origin/feature/6999_improve_generateeventsfilter'
Full changeset: a65f01b89875f1f05dc5f2e197b1814634a8f23e
comment:25 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 7845