View on GitHub

IRAF Community Distribution

IRAF maintained by the community

Home | Installation | Packages | X11IRAF | PyRAF | Forum

ccdproc issues

tsaab wrote on Mar 02, 2011

Hi,

I have a problem with ccdproc. Whenever I execute it nothing happens.

Code:

images = test.fits
(output = "out")
(bpmasks= "")
(ccdtype = object)
(noproc = no)

(xtalkco=no)
(fixpix = no)
(overscan = yes)
(trim = yes)
(zerocor = no)
(darkcor = no)
(flatcor = no)
(sflatco=no)
(split=no)
(merge=0)

(xtalkfi="")
(fixfile = "")
(saturat=indef)
(sgrow=0)
(bleed=indef)
(btrail=20)
(bgrow=0)
(biassec = "image")
(trimsec = "image")
(zero = "")
(flat = "")
(sflat="")
(minrepl="")

(interactive = no)
(function = "spline3")
(order = 5)
(sample = "*")
(naverage = 1)
(niterate = 1)
(low_reject = 3.)
(high_reject = 3.)
(grow = 0.)
(fd="")
(fd2="")
(mode = "ql"

No files are overwritten or even modified.

Mike Fitzpatrick wrote on Mar 02, 2011

Try setting the 'ccdtype' parameter to the null string ("") or 'none' to force it to process the image. My guess is that test.fits is not being recognized as an object frame (see the INSTRUMENT, CCDTYPES and CCDLIST help pages).

tsaab wrote on Mar 02, 2011

thanks,

I changed the ccdtype from object to null and it works fine now.

Thanks

Last post on Mar 02, 2011