View on GitHub

IRAF Community Distribution

IRAF maintained by the community

Home | Installation | Packages | X11IRAF | PyRAF | Forum

imcalc command line for combing images

jaclyndp wrote on Jun 24, 2009

If I have a list of images to simply combine (just adding each corresponding pixel value), what should the command line read? I'm not sure of the syntax. Thanks!

Mike Fitzpatrick wrote on Jun 24, 2009

If all you want is to sum the pixels:

cl> blkavg *.fits sum.fits opt=sum


Other relevant tasks include IMCOMBINE, IMEXPR and IMARITH, see the help pages for details.

-Mike

Last post on Jun 24, 2009