-
Notifications
You must be signed in to change notification settings - Fork 26
Use Cases
-
As a scientist I want to fit a model to data already in physical units e.g photons/s/keV/cm^2 or watts/s/nm/cm^2
-
Data container
-
Model
-
Fitter
- Load the data in the container
- Create or choose and existing model to fit the data with
- Select time, energy/wave length regions to perform fit on
- Fit the data given with the given model
- Inspect the model results (statistics and plots etc)
-
-
As a scientist I want to simultaneously fit a single model to data from two or more different (detectors, instruments, ...) already in physical units e.g photons/s/keV/cm^2 or watts/s/nm/cm^2
-
Data container
-
Model
-
Fitter
- Load the data in the containers
- Create or choose and existing model to fit the data with
- Select time, energy/wavelength regions to perform fit on (may be different for each data)
- Fit the data with model
- Inspect the model results (statistics and plots etc)
-
-
As a scientist I wasn't to fit a model with physical units to count based data via forward fitting
-
Data container
-
Model
-
Instrument response containers (SRM = DRM + area + transmission etc)
-
Fitter
- Load the data in the container
- Load the instrument response into
- Create or choose and existing model to fit the data with
- Combine the data and response
- Fit data with the combined data, response object and model
- Inspect the model results
-
-
As a scientist I would like to directly invert count based data to underlying quantity of interest e.g. electron distribution
-
Data container
-
Instrument response (SRM = DRM + area + transmission etc)
-
Inversion algorithms
- Load the data in the container
- Load the instrument response into
- Create or choose and existing model to fit the data with
- Combine the data and response
- Fit data with the combined data, response object and model
- Inspect the model results
-
-
As a instrument team want to support fitting a complex instrument response (rate dependant DRM, unknown transmission, ...)
-
Data container
-
Model = physical model + model of intruemtn response
-
Fitter
- Load the data in the container
- Load the instrument response into
- Create or choose and existing model to fit the data with
- Combine the data and response
- Fit data with the combined data, response object and model
- Inspect the model results
-