#------------------------------------------------------------------------ # The following line is the only one the user should have to # change. Set it to the same thing used in "casper_setup". #------------------------------------------------------------------------ setenv CASPER_HOME_DIR /usr/people/pawxz/casper_3.6/ # The sdw directory is added to the IDL_PATH. setenv IDL_PATH $IDL_PATH\:+/usr/people/jbarbara/sdw #------------------------------------------------------------------------ # The user shouldn't have to change any lines below this point # unless he or she has an unusual CASPER setup. #------------------------------------------------------------------------ #------------------------------------------------------------------------ # decide the operating system #------------------------------------------------------------------------ if ("`uname`" == "SunOS") then setenv CASCPU sun/ setenv KERCPU sun/ endif if ("`uname`" == "IRIX") then setenv CASCPU sgi/ setenv KERCPU sun/ endif if ("`uname`" == "IRIX64") then setenv CASCPU sgi/ setenv KERCPU sun/ endif if ("`uname`" == "HP-UX") then setenv CASCPU hp/ setenv KERCPU sun/ endif if ("`uname`" == "OSF1") then setenv CASCPU axp/ setenv KERCPU axp/ endif #------------------------------------------------------------------------ # Define the location of the CASPER sources/document/etc. directory. #------------------------------------------------------------------------ setenv CASPER_DIR $CASPER_HOME_DIR/casper/ #------------------------------------------------------------------------ # Define the location of the spice Kernels directory. #------------------------------------------------------------------------ setenv SPICE_DIR $CASPER_HOME_DIR/kernels/ #------------------------------------------------------------------------ # Define the location of C kernels. #------------------------------------------------------------------------ setenv SPICE_CK $SPICE_DIR/ck/$KERCPU #------------------------------------------------------------------------ # Define the location of SPK kernels #------------------------------------------------------------------------ setenv SPICE_SPK $SPICE_DIR/spk/tour/$KERCPU #------------------------------------------------------------------------ # Define the location of SPK ephemeris kernels #------------------------------------------------------------------------ setenv SPICE_EPHEM $SPICE_DIR/spk/ephem/$KERCPU/ #------------------------------------------------------------------------ # Define the location of the Spice body contants kernel #------------------------------------------------------------------------ setenv CONSTANTS $SPICE_DIR/pck00005_events.tpc setenv FEATURES $SPICE_DIR/features.tpc #------------------------------------------------------------------------ # Define the location of the Spice leapseconds kernel #------------------------------------------------------------------------ setenv LEAPSECONDS $SPICE_DIR/naif0006.tls #------------------------------------------------------------------------ # Define the location of the spacecraft clock kernel #------------------------------------------------------------------------ setenv SCLK $SPICE_DIR/SCLK.ker #------------------------------------------------------------------------ # Define the location of the I kernels #------------------------------------------------------------------------ setenv JSPICE_DIR $SPICE_DIR/instruments setenv CAS_UVIS $JSPICE_DIR/cas_uvis.ti setenv CAS_ISSNA $JSPICE_DIR/cas_issna.ti setenv CAS_ISSWA $JSPICE_DIR/cas_isswa.ti setenv CAS_HDAC $JSPICE_DIR/cas_hdac.ti setenv CAS_VIMS $JSPICE_DIR/cas_vims.ti setenv CAS_CIRS $JSPICE_DIR/cas_cirs.ti setenv CAS_RSS $JSPICE_DIR/cas_rss.ti setenv CAS_INMS $JSPICE_DIR/cas_inms.ti setenv CAS_CDA $JSPICE_DIR/cas_cda.ti setenv CAS_CAPS $JSPICE_DIR/cas_caps.ti setenv CAS_MAG $JSPICE_DIR/cas_mag.ti setenv CAS_MIMI $JSPICE_DIR/cas_mimi.ti setenv CAS_RPWS $JSPICE_DIR/cas_rpws.ti setenv CAS_RADAR $JSPICE_DIR/cas_radar.ti #------------------------------------------------------------------------ # This should not need to be edited. This variable defines the location # of the SPICE sharable library that is loaded by IDL. #------------------------------------------------------------------------ setenv SPICE_SHARE $CASPER_DIR/lib/$CASCPU/spice_share.so #------------------------------------------------------------------------ # End of SETUP file #------------------------------------------------------------------------