I have placed a Spextool2.tar.gz and TripleSpec.tar.gz file on our  
anonymous ftp (not sftp) site at ftp.ifa.hawaii.edu/OUTGOING/Cushing.

For those of you with a current version of Spextool, you must delete  
this version because this is v3.5beta.  Also, Cormasstool will not  
work with this version because I haven't gotten around to updating it  
yet (it is relatively trivial because the major change to v3.5 is  
that it is much easier to add new instruments).

tar zxvf -ing these files will create two directories called  
Spextoool2 and Triplespectool.  These must be added to your IDL  
path.  For convenience, I simply have an IDL directory where I put  
all of my code.  My .cshrc file looks like this.

setenv IDL_PATH +/Applications/itt/idl70/:+~mcushing/Science/IDL

This way you can stick any IDL code in ~mcushing/Science/IDL, and IDL  
will be able to find it without having to add new paths to your  
IDL_PATH every time you add new code.