View on GitHub

IRAF Community Distribution

IRAF maintained by the community

Home | Installation | Packages | X11IRAF | PyRAF | Forum

CCD Photometry errors

Gabriel wrote on May 09, 2011

Hi,

I'm writing my PhD and I'm looking for a full description of the errors IRAF attachs to the final 'mag' values of the CCD photometry process. I followed Massey's 'A User's Guide to CCD Reductions with IRAF' + Massey & Davis 'A User's Guide to Stellar CCD Photometry with IRAF'.

Is there a manual/guide/text-of-any-kind where I can find the trail of the errors from the first task used in the reduction process to the last one used in the photometry process?

I've read a couple of things here and there but none seem to be thorough in that aspect. Since my PhD is in physics I need to be very specific with errors and where they come from.

Thanks a lot!

Regards, Gabriel

Francisco Valdes wrote on May 09, 2011

There is no automatic or any type of error propagation in IRAF for a sequence of reduction steps. You can carry along an error array using standard error propagation but you would need to do things with basic image arithmetic (e.g. imexpr). In astronomy the starting point for CCDs is the gain/read noise model for the raw pixels.

In a task like the photometry that can produce errors the input form for the pixel uncertainties is similar, a constant sigma and a gain term that scales with the square root of the value (Poisson noise). So if you can define such a simple noise model for your input data the output errors will be based on the combination of the pixel uncertainties as described in the help page (hopefully).

Frank Valdes

Last post on May 09, 2011