astutil and artdata
douglas brenner wrote on Sep 13, 2006
What site should I use to download these packages?
thanks
thanks
Mike Fitzpatrick wrote on Sep 13, 2006
ASTUTIL and ARTDATA are part of the NOAO package distributed with the core system. To answer your specific question....this one.
Cheers,
-Mike
Cheers,
-Mike
douglas brenner wrote on Sep 13, 2006
I added a new package this morning. Now when I login I get the error message: Undefined IRAF task astutil.
I looked for it but don't seem to have it. Is that possible?
I looked for it but don't seem to have it. Is that possible?
douglas brenner wrote on Sep 13, 2006
Found the packages. But still get the error messages.
Mike Fitzpatrick wrote on Sep 13, 2006
Did you edit the hlib$extern.pkg to add the package, or add it to the NOAO package directly (noao$noao.cl). It's possible that when editing the extern.pkg the definition for NOAO was lost, are other packages like ONEDSPEC available? Check that there is a 'keep' as the last line of extern.pkg, look also for a missing backslash escape on the 'helpdb' string and/or a missing trailing '/' on the NOAO package definition. Unless you deleted files from the NOAO tree, it should still be on your system.
Also, if what you meant was that you defined a package (and load it) in your loginuser.cl file, and that package requires ASTUTIL, then you may be trying to load it before the NOAO package gets loaded at the bottom of your login.cl file. Add NOAO to the package loading before your package in the loginuser.cl.
-Mike
Also, if what you meant was that you defined a package (and load it) in your loginuser.cl file, and that package requires ASTUTIL, then you may be trying to load it before the NOAO package gets loaded at the bottom of your login.cl file. Add NOAO to the package loading before your package in the loginuser.cl.
-Mike
douglas brenner wrote on Sep 13, 2006
I was able to fix the problem. I had to load noao first but for some reason I couldn't load it in the cl file that loaded astutil. I had to load it in a cl file loaded earlier. !?
Thanks
Thanks
Last post on Sep 13, 2006