Skip to content

2_5_comet

Yu Morishita edited this page Aug 2, 2019 · 4 revisions

2.5. For COMET Users on CEMS/JASMIN

For COMET users who are working on CEMS/JASMIN and using licsar_framebatch.

Python3 environment

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

Skip Step 01

Use your results of licsar_framebatch

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.

Use published data on 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 ./