#!/bin/csh -f # Please change the following line to reflect your own setup #setenv DSS_ROOT /usr/local/bin setenv DSS_ROOT /scisoft/dss # # Do not change anything below. # # Use DSS_HOST if the data files are to be retrieved via http setenv DSS_HOST "archive.eso.org" setenv DSS_PORT "8080" # Use DSS_LOG if logging function should be switched on setenv DSS_LOG "http://archive.eso.org:8080/cgi-bin/dsslog" # mount point for the data CD's or disks # must correspond to doc root of the http server setenv DSS_MTPT "/dssdsk" # Directory with header files setenv DSS_HDRS $DSS_ROOT/headers # Header file extension setenv DSS_EXTN hhh # Plate list file setenv DSS_PLTL locomp20.lis # Prefix for CD-ROM disc volume labels setenv DSS_LBPF USA_AURA_STSI_DSS1 # Do not change any of the one below setenv DSS_MNT "cd" setenv DSS_DMNT "" setenv DSS_DEV "" setenv DSS_CLIENT "dss-2.52m" switch ( "`/bin/uname -rms`" ) case HP-UX*: setenv ARCH hp breaksw case SunOS*4.*: setenv ARCH sun4 breaksw case SunOS*5.*: setenv ARCH sun4s breaksw case Linux*86*: setenv ARCH lin86 breaksw default: setenv ARCH unknown echo "Error - unrecognized computer platform" breaksw endsw # Execute th actual getimage program $DSS_ROOT/bin.$ARCH/dss $*