Ticket #6091 (closed: fixed)
CreateMD interface should use ConvertToMD
Reported by: | Andrei Savici | Owned by: | Alex Buts |
---|---|---|---|
Priority: | major | Milestone: | Release 2.4 |
Component: | VATES | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Jose Borreguero |
Description
It is using ConvertToMDEvents, which is deprecated
Change History
comment:2 Changed 8 years ago by Alex Buts
refs #6091 Hopefully removed references to convertToMDEvents
from the ConvToMDWS interface
Changeset: 89d757e77e0ff69c0cd8b7d0d25b865644ee7585
comment:3 Changed 8 years ago by Alex Buts
refs #6091 changed CreateMDWorkspace to deploy correct parameters
from new ConvertToMD interface
Changeset: b092b31c4570c80fa8cfcb4d0698134f5ee7422e
comment:4 Changed 8 years ago by Alex Buts
refs #6091 CreateMDWorkspace.cpp supports _PreprpocDetectors parameter
in more or less consistent way,e.g when UsePreprocessedDetectors switch is selected, CreateMDWorkspace.cpp uses detectors in _PreprpocDetectors workspace, which is created on first run on the first file.
when this parameter is not selected, no visible PreprocessedDetectors ws is added to dataservice and algorithm calculates preprocessed detectors each time it is run.
Changeset: b1d51270eb54611694a2b4e90e77c507c9a938a5
comment:5 Changed 8 years ago by Alex Buts
Hopefully it works fine.
Tester should load couple of workspaces, open CreateMDWorkspace interface, run the algorithm and see if any annoying/depricated messages appear.
Resulting MD workspace history should indicate that the workspace is build by ConvertToMD algorithm (and others)
comment:6 Changed 8 years ago by Alex Buts
- Status changed from accepted to verify
- Resolution set to fixed
comment:7 Changed 8 years ago by Alex Buts
refs #6091 Hopefully removed references to convertToMDEvents
from the ConvToMDWS interface
Changeset: 89d757e77e0ff69c0cd8b7d0d25b865644ee7585
comment:8 Changed 8 years ago by Alex Buts
refs #6091 changed CreateMDWorkspace to deploy correct parameters
from new ConvertToMD interface
Changeset: b092b31c4570c80fa8cfcb4d0698134f5ee7422e
comment:9 Changed 8 years ago by Alex Buts
refs #6091 CreateMDWorkspace.cpp supports _PreprpocDetectors parameter
in more or less consistent way,e.g when UsePreprocessedDetectors switch is selected, CreateMDWorkspace.cpp uses detectors in _PreprpocDetectors workspace, which is created on first run on the first file.
when this parameter is not selected, no visible PreprocessedDetectors ws is added to dataservice and algorithm calculates preprocessed detectors each time it is run.
Changeset: b1d51270eb54611694a2b4e90e77c507c9a938a5
comment:10 Changed 8 years ago by Jose Borreguero
- Status changed from verify to verifying
- Tester set to Jose Borreguero
comment:12 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 6937