INSTALLATION (Aug00) ingrid_ql INSTALLATION (Aug00) INGRID_QL: QUICK LOOK PACKAGE FOR INGRID DATA Installation Instructions INSTALLATION INSTRUCTIONS Installation of this external package consists of obtaining the files, creating a directory containing the package and defining the environment to load and run the package. The package may be installed for a site or as a personal installation. 1) put the source into a directory of your choice. If you install this package site wide you will probably want to create a subdirectory in /iraf/extern. 2-site) If you are installing the package for site use login as IRAF and edit the IRAF file defining the packages. % cd $hlib # UNIX example Edit extern.pkg to include the following: reset ingrid_ql = /iraf/extern/ingrid_ql/ task ingrid_ql.pkg = ingrid_ql$ingrid_ql.cl Near the end of the hlib$extern.pkg file, update the definition of helpdb so it includes the ingrid_ql help database, copying the syntax already used in the string. Add this line before the line containing a closing quote: ,ingrid_ql$lib/helpdb.mip\ 2-personal) If you are installing the package for personal use add the following lines to your loginuser.cl (replace with the directory where you put the source. Don't forget the "/" at the end !) reset ingrid_ql = "/" task ingrid_ql.pkg = ingrid_ql$ingrid_ql.cl printf ("reset helpdb=%s,ingrid_ql$lib/helpdb.mip\nkeep\n", envget("helpdb")) | cl flpr 3) start IRAF and activate package >cl cl> ingrid_ql You should see an information message about the package and be able to use the tasks. *************************************************************************** Note: Some tasks make use of routines from other external packages. If you don't want to run these tasks then just comment out the loading of these external packages at the top of ingrid_ql.cl task | external package needed ----------------------------------- ibpmgenerate | nmisc ifindron | tables istarfocus | nmisc *************************************************************************** Enjoy Robert Greimel (greimel@ing.iac.es)