johnnygreco / pymfit

python-imfit
MIT License
4 stars 1 forks source link

Allow sersic_fit.py to accept different images for variance #5

Closed dr-guangtou closed 7 years ago

dr-guangtou commented 7 years ago

Right now, sersic_fit.py assumes that the input data is multi-HDU HSC cutouts. I want to add an option to allow different input files for data and variance.

This is a pretty easy change to make, will not affect any current functions. Will submit a pull request later.