johnnygreco / pymfit

python-imfit
MIT License
4 stars 1 forks source link

#2 Allow sigma image to be used as var_fn #3

Closed dr-guangtou closed 7 years ago

dr-guangtou commented 7 years ago

Related to Issue #2

I just add one parameter "sigma=False". When it is True, the var_fn will be treated as sigma image.

johnnygreco commented 7 years ago

Awesome! Thanks Song!

johnnygreco commented 7 years ago

I just made a very small change to this update... I sort of try to follow PEP8, so I made all the lines <80 characters. Mainly, I like this so I can easily edit code in split windows... just being picky. Sorry!

dr-guangtou commented 7 years ago

Sounds great to me! I personally use <90 characters.....80 is sometimes too painful to follow, but understand the point.