djones1040 / PythonPhot

Simple DAOPHOT-type photometry in Python translated from IDL AstroLib photometry algorithms. Please email me with bugs, suggestions, omissions, etc. The code is citable as part of the Astrophysics Source Code Library (http://ascl.net/1501.010).
40 stars 25 forks source link

aper.py issue #19

Closed jaymedina closed 6 years ago

jaymedina commented 6 years ago

Hi!

In line 402 of the aper.py script where you calculated the magerr, you have the following comment: #1.0857 = log(10)/2.5

when it should be: #1.0857 = 2.5/log(10)

Just a minor typo that might confuse someone reading the script.

djones1040 commented 6 years ago

fixed! thanks very much