# This file describes how to set up ISCE and run # the Faraday Rotation estimation code on moka. # # First, set up your environment to run ISCE # Set the environment variables: PATH=/home/isce/bin/:$PATH export PYTHONPATH=/home/szeliga/isce/components export LD_LIBRARY_PATH=/home/szeliga/lib64 export ISCE_HOME='/home/szeliga/isce' # Then, in the directory in which you would like to process data, # create the following input files for the Faraday Rotation script # In a file named FR.xml, place HH createALOS isceobj.Sensor HH.xml HV createALOS isceobj.Sensor HV.xml VH createALOS isceobj.Sensor VH.xml VV createALOS isceobj.Sensor VV.xml # In a file names HH.xml, place LEADERFILE /u/moka4/issi/szeliga/data/aurora/frame240/LED-ALPSRP063051240-P1.1__A IMAGEFILE /u/moka4/issi/szeliga/data/aurora/frame240/IMG-HH-ALPSRP063051240-P1.1__A # In a file names HV.xml, place LEADERFILE /u/moka4/issi/szeliga/data/aurora/frame240/LED-ALPSRP063051240-P1.1__A IMAGEFILE /u/moka4/issi/szeliga/data/aurora/frame240/IMG-HV-ALPSRP063051240-P1.1__A # In a file names VH.xml, place LEADERFILE /u/moka4/issi/szeliga/data/aurora/frame240/LED-ALPSRP063051240-P1.1__A IMAGEFILE /u/moka4/issi/szeliga/data/aurora/frame240/IMG-VH-ALPSRP063051240-P1.1__A # In a file names VV.xml, place LEADERFILE /u/moka4/issi/szeliga/data/aurora/frame240/LED-ALPSRP063051240-P1.1__A IMAGEFILE /u/moka4/issi/szeliga/data/aurora/frame240/IMG-VV-ALPSRP063051240-P1.1__A # In a file names output.xml, place FILTER Mean FILTER_SIZE_X 21 FILTER_SIZE_Y 11 TEC tec.slc FARADAY_ROTATION fr.slc PHASE phase.slc # From your processing directory, run the following command $ISCE_HOME/applications/ISSI.py FR.xml output.xml