-
Notifications
You must be signed in to change notification settings - Fork 12
Problem in setting the environment path to hyp3-lib #263
Description
Hi
I want to set the path to the hyp3-lib and use the cutGeotiffs.py script to clip DEM and all interferograms to the same area for the MintPy time series processing. I added the following line in my bash file, but still, I can not read the hyp3-lib scripts in the main directory of the MintPy processing:
if [ -z ${PYTHONPATH+x} ]; then export PYTHONPATH=""; fi
export MINTPY_HOME=/tools/MintPy/tools/hyp3-lib
export HYP3_HOME==
export PATH=${PATH}:${MINTPY_HOME}/mintpy
export PATH=${PATH}:${HYP3_HOME}/hyp3lib
export PYTHONPATH=${PYTHONPATH}:${MINTPY_HOME}:/tools/PyAPS/tools/PySolid
export PYTHONPATH=${PYTHONPATH}:
export PATH=/tools/miniconda3/lib/python3.8/site-packages/isce/applications:$PATH/tools/miniconda3/lib/python3.8/site-packages/isce/bin:$PATH
export PATH=
export PATH=/tools/isce2-main/contrib/stack/topsStack:$PATH/tools/isce2-main/contrib/stack/stripmapStack:$PATH
#export PATH=
Could you please guide me to fix this issue? As I mentioned, I have to use this script to clip the input files of the MintPy package to do the time series processing, following this link.