MAPDeconvolverResult#
- class jolideco.core.MAPDeconvolverResult(config, components, components_init, trace_loss, calibrations=None, calibrations_init=None, wcs=None)[source]#
Bases:
objectMAP deconvolver result
- Parameters:
config (dict) – Configuration from the LIRADeconvolver
components (FluxComponents) – Flux components.
components_init (FluxComponents) – Initial flux components.
trace_loss (~astropy.table.Table or dict) – Trace of the total loss.
Attributes Summary
Calibrations (NPredCalibrations)
Initial calibrations (NPredCalibrations)
Flux components (FluxComponents)
Initial flux components (FluxComponents)
Configuration data (dict)
Configuration data as table (~astropy.table.Table)
Total flux
Total flux
Methods Summary
peek([figsize, kwargs_norm])Plot the result and the trace of the loss function
plot_trace_loss([ax, which])Plot trace loss
read(filename[, format])Write result to file
write(filename[, overwrite, format])Write result to file
Attributes Documentation
- calibrations#
Calibrations (NPredCalibrations)
- calibrations_init#
Initial calibrations (NPredCalibrations)
- components#
Flux components (FluxComponents)
- components_init#
Initial flux components (FluxComponents)
- config#
Configuration data (dict)
- config_table#
Configuration data as table (~astropy.table.Table)
- flux_total#
Total flux
- flux_upsampled_total#
Total flux
Methods Documentation
- peek(figsize=(12, 5), kwargs_norm=None)[source]#
Plot the result and the trace of the loss function
- Parameters:
figsize (tuple) – Figure size