run_prisma#
Executable to process PRISMA L1 images for aquatic environment
- Usage:
hgrs_prisma <l1_path> [–l2_path l2_path] [–cams_file file] [-o <ofile>] [–odir <odir>] [–opac_model name] [–levname <lev>] [–no_clobber] hgrs_prisma -h | –help hgrs_prisma -v | –version
- Options:
-h –help Show this screen. -v –version Show version.
<l1_path> Input file to be processed
- --l2_path l2_path
Path for L2C PRISMA image to load observation angles, if not provided it is retrieved within the directory of the L1 input image
- --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= L2_path= CAMS_path= hgrs_prisma $L1_path –l2_path $L2_path –cams_file $CAMS_path
Functions
|