pahfit
pahfit copied to clipboard
Model Decomposition for Near- to Mid-Infrared Spectroscopy of Astronomical Sources
The new interface we've converged on (#231) uses the Features table as both input to setup a model, and _output_ to recover its results. Right now any parameter can have...
Instead of using astropy's Gauss1D/Drude1D, use Area-Gauss/Drude-1D for the modelling (i.e. based on integrated strength).
Would be great if we could use the same setup with an MCMC code. One obvious choice is the 'emcee' package. There is some work in astropy to enable this...
Implement modified (highly asymmetric) Drude profiles for fitting and train on PDRs to set constraints on parameters for science pack.
Defined in the astropy affiliated package specutils. https://specutils.readthedocs.io/en/latest/
Create an example of a class-based instrument pack to explore this venue.
Currently, if we have overlapping spectral segments first the spectral segments are merged and then the resulting spectrum fit. This averages/ignores the fact that often the spectral resolutions between segments...
Write documentation for each science pack.
Implement Live updating zoomable plot showing the fitting process.