# # IRAF procedure which allows CCDCAP to be used within IRAF # # cl> cl < ccdcapxdir$load.cl # # ccdcapxdir is the directory where the CCDCAP executable file ccdcap.e exists set ccdcapxdir = "/iraf/ccdcap/" # defines the ccdcap task task $ccdcap = ("$" // envget("ccdcapxdir") // "ccdcap.e") # keeps the definition after ending this procedure keep # that's all folks!