-
Notifications
You must be signed in to change notification settings - Fork 110
2_5_comet
For COMET users who are working on CEMS/JASMIN and using licsar_framebatch.
You don't need install python3 and required modules. Just activate condalics by
module load licsar_framebatch
source /gws/smf/j04/nceo_geohazards/software/condalics/load_condalics.rc
You don't have to download a bunch of GeoTIFF files at step 01 because they exist in your licsar_framebatch processing directory (after framebatch_06_geotiffs.sh
).
First, to update a baselines file published on COMET-LiCS web, run
update_bperp_file.sh
in you frame directory.
Then just start from step 02 at your frame directory. Step 02 will use GeoTIFF data in GEOC directory and automatically download only *geo.[ENU].tif and baselines from COMET-LiCS web.
If you would like to use already published data on COMET-LiCS web, you can skip step 01 because they are on CEMS/JASMIN and you can directly access them.
To prepare the GeoTIFF and other files at your working directory,
mkdir GEOC
cd GEOC
ln -s $LiCSAR_public/<track>/<frameID>/products/* ./
cp $LiCSAR_public/<track>/<frameID>/metadata/*geo.[ENU].tif ./
cp $LiCSAR_public/<track>/<frameID>/metadata/baselines ./