psfcube

psfcube: Python library to fit PSF profile + Background on Integral Field Unit cubes


License
Apache-2.0
Install
pip install psfcube==0.8.0

Documentation

psfcube

PyPI

Module to fit 3D PSF on IFU data

Installation

pip install psfcube (favored)

or

git pull https://github.com/MickaelRigault/psfcube.git
cd psfcube
python setup.py install

Dependencies

(Dependencies will automatically be installed with using pip)

  • numpy, scipy, matplotlib, astropy

  • minuit (pip install iminuit)

  • modefit (pip install modefit)