SPECTIME -- Spectrum exposure time calculator This is for beta testing and database development. 1. Get the source/executable tar file appropriate for the target machine. spectime.tar.Z 2. Uncompress and untar in the desired parent directory. % cd [path] # Parent directory % zcat [tarfile] | rtar -x # Restore contents of tar file The tar file comes with binaries for SunOS and Solaris. If you don't need one you can delete the binary directory to save space. 3. For a system-wide installation edit hlib$extern.pkg and for a personal installation edit loginuser.cl. cl> ed hlib$extern.pkg or cl> ed home$loginuser.cl [Add the following] reset spectime = [path]/spectime/ reset spectimedb = [path]/noaospectime/ task spectime.pkg = spectime$spectime.cl Also in the list of help database in hlib$extern.pkg add ,spectime$lib/helpdb.mip\ Be sure the files end with a "keep". Restart the CL and you should find SPECTIME defined in the root menu. If you need to rebuild: 1. For a personal installation define the following in your environment. % setenv spectime [path]/spectime/ 2. From the spectime directory, either from the host or from IRAF, mkpkg [arch] # where arch is ssun, sparc, linux, etc mkpkg -p spectime