# Iniciado 29/01/2004 # # Package script for the SOAR package # # # IRAF patch level V2.11.3b or greater is required. if (defpar ("release")) { if (release <= "2.11.3") printf ("WARNING: IRAF patch level V2.11.3b or greater is required\n") } else { printf ("WARNING: IRAF patch level V2.11.3b or greater is required\n") } ; # Load necessary packages - only those that are used by all packages reset imtype = "fits" flpr package soar set soar = "/Users/points/iraf/soar/" set soimsu = "soar$soimsu/" set soinoao = "soar$soinoao/" set cirred = "soar$cirred/" task $soinoao = soinoao$soinoao.cl task $soimsu = soimsu$soimsu.cl task $cirred = cirred$cirred.cl #task $osiris = soar$osiris.cl #task $goodman = soar$goodman.cl #task $spartan = soar$spartan.cl #task $sifs = soar$sifs.cl #task $phoenix = soar$phoenix.cl #task $soarmisc = soar$soarmisc.cl print(" ") print(" +-------------------- SOAR IRAF Package --------------------+") print(" | Released Version 0.1 January 29, 2004 |") print(" | Requires IRAF 2.11.3b |") print(" | SOAR Observatory, La Serena, Chile |") print(" +-----------------------------------------------------------+") print(" ") print(" Warning setting imtype=fits") print(" ") clbye()