Dear George,
I am a beginner in stamps, but here is what I know based on my little experiences:
Question 1) what exactly am i supposed to do to continue to this step of the Edit StaMPS CONFIG.tcsh or StaMPS CONFIG.bash ?
The config file scripts (StaMPS_CONFIG.tcsh or StaMPS_CONFIG.tcsh) basically set some environment variables to your current terminal session. These variables will be used in StaMPS processing command and used to set the PATH to respective executable files/scripts (doris, stamps, triangle etc). You have to call this script before processing, or call it automatically from your resource file, such as .bashrc.
You should edit the file manually and set the value to correct location where you put the software, for example here is an example of my StaMPS_CONFIG.bash file (/home/bambang/ is my home directory):
export STAMPS="/home/bambang/software/StaMPS_v3.2.1"
export SAR="/home/bambang/software/ROI_PAC_3_0"
export GETORB_BIN="/home/bambang/software/getorb/bin"
export SAR_ODR_DIR="/home/bambang/software/SAR_FILES/ODR"
#export SAR_PRC_DIR "/home/bambang/software/SAR_FILES/PRC"
export VOR_DIR="/home/gmtsar/bambang/SAR_FILES/VOR"
export INS_DIR="/home/gmtsar/bambang/SAR_FILES/INS"
export DORIS_BIN="/home/bambang/software/doris_v4.02/bin"
export TRIANGLE_BIN="/home/bambang/software/triangle/bin"
export SNAPHU_BIN="/home/bambang/software/snaphu-v1.4.2/bin"
Question 2) does anybody have the code that used to do the installation to help me ?
Unfortunately I dont have the code to install the software automatically.