# # An example .zshrc file for Mac Solarsoft installation # - Peter Young, 28-Aug-2023 # # # Add the scripts directory to the PATH. # export PATH=$PATH:$HOME/scripts # # The line below allows IDL to run from the command line. # export IDL_DIR=/Applications/harris/idl # # Solarsoft setup. # - users should customize the list of instruments (SSW_INSTR) to what they need. # export SSW=$HOME/ssw export SDB=$HOME/sswdb export SSW_INSTR="chianti eis sot xrt cds sumer aia hmi eve secchi ssc hessi xray spex iris eit trace so pfss spice psp norh" export SSW_SITE_SETUP=$SSW/site/setup # *** OPTIONAL *** # - uncomment the export lines below if you need them. # # For IDL startup # #export IDL_STARTUP=$HOME/idl_lib/idl_startup.pro # # See $SSW/gen/dlm/Makefile.__README__ # #export SSW_COMPILE_TYPE=darwin #export SSW_BINARY_TYPE=$SSW_COMPILE_TYPE.x86_64 #export SSW_DLM_TOP=$SSW/site/dlm #export IDL_DLM_PATH=":$SSW_DLM_TOP/$SSW_BINARY_TYPE"