Ticket #5307 (closed: fixed)
Create a function domain class for handling large data sets
Reported by: | Roman Tolchenov | Owned by: | Roman Tolchenov |
---|---|---|---|
Priority: | major | Milestone: | Release 2.2 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Jose Borreguero |
Description
The domain will divide the data into chunks, one chunk will be used at a time.
Change History
comment:2 Changed 8 years ago by Roman Tolchenov
Re #5307. Added SeqDomain class.
Modified domain creators to work outside Fit.
Changeset: dad9713972a0721997eb567a0102c854bb4e80fc
comment:3 Changed 8 years ago by Roman Tolchenov
Re #5307. Fixing the crystal tests.
Changeset: 797333847cbe8bad2dae3e426d3ac884a4eb5dbf
comment:4 Changed 8 years ago by Roman Tolchenov
Re #5307. Added support for SeqDomain to FitMW
Changeset: e259826f76fd28d8589108e620f9b4b4ea04252a
comment:5 Changed 8 years ago by Roman Tolchenov
Re #5307. More suppoprt for domain type property
Changeset: f601d107b67737b2071e6b6d8e24f4644ad4454f
comment:6 Changed 8 years ago by Roman Tolchenov
Re #5307. Adding support for domain type to FitMD
Changeset: 4c13f5332eff05a70f7a206edfb26013bb9fea72
comment:7 Changed 8 years ago by Roman Tolchenov
Re #5307. Clearing compiler warnings.
Changeset: 977b4208c74e74464e22b0da378e19c9a2638f09
comment:8 Changed 8 years ago by Roman Tolchenov
Re #5307. Implemented SeqDomain support in FitMD.
Changeset: 7ff9445931022e698f35943357a9290d491fb1f4
comment:9 Changed 8 years ago by Janik Zikovsky
Refs #5307 fix SliceViewer python test that failed kinda mysteriously
In reality the destructor SHOULD be virtual but I did not get it to work.
Changeset: 59374f5081591efcd92046a2f71ef066f351d51b
comment:10 Changed 8 years ago by Roman Tolchenov
- Status changed from accepted to verify
- Resolution set to fixed
comment:11 Changed 8 years ago by Roman Tolchenov
Re #5307. Implemented SeqDomain support in FitMD.
Changeset: 7ff9445931022e698f35943357a9290d491fb1f4
comment:12 Changed 8 years ago by Janik Zikovsky
Refs #5307 fix SliceViewer python test that failed kinda mysteriously
In reality the destructor SHOULD be virtual but I did not get it to work.
Changeset: 59374f5081591efcd92046a2f71ef066f351d51b
comment:13 Changed 8 years ago by Roman Tolchenov
To test:
- Load a workspace.
- Start Fit dialog from Algorithms dock widget.
- Define a function
- Change Domain type to Sequential.
- Set Maximum size to some value (default should also work). Maximum size is the maximum number of data points in each chunk. Fit result shouldn't depend on it.
- Run Fit. (The dialog has a bug and Fit may fail first time. After restarting it should work)
- Fit result shouldn't depend on the domain type.
comment:14 Changed 8 years ago by Jose Borreguero
- Status changed from verify to verifying
- Tester set to Jose Borreguero
comment:16 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 6153