View on GitHub

IRAF Community Distribution

IRAF maintained by the community

Home | Installation | Packages | X11IRAF | PyRAF | Forum

Adding external package

deathfriend wrote on Feb 04, 2008

I recently updated my Gemini package, and niriclean no longer works. It is in the iraf/extern/gemini/niri directory, but doesn't show up in IRAF. I am fairly new to this. Is there some sort of index file that needs to be updated? The niriclean package is not from Gemini, and was added by someone else a while ago. A quick google does not find the package, although it does mention the author as Fraser Clarke.
I run a shared iraf in /usr/local/iraf/ on a Fedora 4 server.

Thanks for any help.

Mike Fitzpatrick wrote on Feb 04, 2008

NIRICLEAN is probably just a script task, and since it has parameters would be declared as


cl> task niriclean = gemini$niri/niriclean.cl


To make this a part of the NIRI package, put that command in the gemini$niri/niri.cl file, otherwise you can declare it in your login.cl/loginuser.cl before the final 'keep' statement.

-Mike

Last post on Feb 04, 2008