run_enmap

run_enmap#

Executable to process PRISMA L1 images for aquatic environment

Usage:

hgrs_enmap <l1_path> [–cams_file file] [-o <ofile>] [–odir <odir>] [–opac_model name] [–levname <lev>] [–no_clobber] hgrs_enmap -h | –help hgrs_enmap -v | –version

Options:

-h –help Show this screen. -v –version Show version.

<l1_path> Input file to be processed

--cams_file file

Absolute path of the CAMS file to be used

-o ofile

Full (absolute or relative) path to output L2 image.

--odir odir

Ouput directory [default: ./]

--levname lev

Level naming used for output product [default: L2A_hgrs]

--no_clobber

Do not process <input_file> if <output_file> already exists.

--opac_model name

Force the aerosol model (OPAC) to be ‘name’ (choice: [‘ARCT_rh70’, ‘COAV_rh70’, ‘DESE_rh70’, ‘MACL_rh70’, ‘URBA_rh70’]) (WARNING: not implemented yet)

Example:

L1_path=

CAMS_path= hgrs_enmap $L1_path –cams_file $CAMS_path

Functions

main()