Added - Function to compute FWHM: `ts.spectroscopy.get_fwhm(x,y)` and `ts.spectroscopy.trace_fwhm(tso, x, y)`.
0.3.11
Added - Functions in `utils.py` to predict transits, perform calculations of atmospheric signals and scale-heights. - Function in `utils.py` to bin in resolution (`bin_at_resolution`). - Function in `utils.py` to convert wavelengths from vacuum to air and viceversa. - Added `transitfitting.py` which allows to perform transit fitting in parallel.
Changed - `getSimpleSpectrum` has `correct_bkg=False` by default now.
0.3.10
Added - Now getSimpleSpectrum can use background on both sides or on only one side of the spectrum.
0.3.9
Fixed - Bug commit that prevented script from compiling.
0.3.8
Added - New function in `jwst.py`, `get_cds` to get Correlated Double Sampling frames from a dataset or set of segmented datasets. - The `jwst.stage` can now receive `rateints` products as inputs too.