Closed jaymedina closed 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
magerr
#1.0857 = log(10)/2.5
when it should be: #1.0857 = 2.5/log(10)
#1.0857 = 2.5/log(10)
Just a minor typo that might confuse someone reading the script.
fixed! thanks very much
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.