Closed richardgmcmahon closed 10 years ago
They indicate the parity of the image, which is important for some applications. If you just want to predict fluxes, take the absolute value.
On Tue, Jul 22, 2014 at 10:48 AM, richardgmcmahon notifications@github.com wrote:
Hi Phil,
Do the -ve magnifications mean anything special?
r.
— Reply to this email directly or view it on GitHub https://github.com/drphilmarshall/OM10/issues/6.
Thanks
Hi Phil,
Do the -ve magnifications mean anything special?
i.e. magnifications have +ve values with >1 are mags; <1 are demagnifications but abs(magnif) is used to get the apparent magnitude.
e.g. mi[i] = ms - 2.5*numpy.log10(numpy.abs(mui[i]))
r.