View on GitHub

IRAF Community Distribution

IRAF maintained by the community

Home | Installation | Packages | X11IRAF | PyRAF | Forum ↗

iraf-v216 · Code · Issues (50) · Pull requests (81)

iraf.net Issue #56

[Linux64] flatcombine not working in the steelewool/iraf-v216 oleboleUpdates branch

closed closed RobSteele49 opened this issue on 2017-05-12 · 1 comments


RobSteele49 commented on 2017-05-12

ccdred> dir
dark1.fit dark2.fit

ccdred> pwd
/home/steele/git/iraf-v216/testDark

ccdred> flatcombine
List of flat field images to combine: dark1.fit,dark2.fit
ERROR: No images to combine
“pclip=pclip, grow=0)”
line 48: ccdred$flatcombine.cl
called as: `flatcombine ()’


RobSteele49 commented on 2017-05-14

Here the ccdtype was defaulted to flat. Changed that to null. process was set to yes, changed that to no to get the function to not fail. This is really similar to issue #55.

The message when process was set to ‘yes’ was:

ccdred> flatcombine
List of flat field images to combine (@origList):
ERROR: No bad pixel mask found
“ccdproc (ims, output=””, ccdtype=ccdtype, noproc=no)”
line 38: ccdred$flatcombine.cl
called as: `flatcombine ()’


Closed on 2017-05-31