ANSI-C programs: par_KS_geo.c
NAME
par_KS_geo - reads Kompsat GEC (Level 1C) data as provided by
KARI and creates the DEM parameter file, the ISP SLC/MLI
parameter file and the image file in the format used by GAMMA
software.
SYNOPSIS
par_KS_geo <HDF5> <MLI_par> <DEM_par>
<GEO>
<HDF5> | (input) Kompsat GEC product in HDF5 format as provided by KARI |
<MLI_par> | (output) ISP SLC/MLI parameter file (example: yyyymmdd.mli.par) |
<DEM_par> | (output) DIFF/GEO DEM parameter file (example: yyyymmdd.dem_par) |
<SLC> | (output) Geocoded image data file (example: yyyymmdd.geo) |
EXAMPLES
par_KS_geo
KSKS1_GEC_B_HI_16_HH_LD_SN_20080108105558_20080108105604.h5
20080108.mli.par 20080108.dem_par 20080108.geo
Reads the Kompsat SCS file par_KS_SLC
KSKS1_GEC_B_HI_16_HH_LD_SN_20080108105558_20080108105604.h5 and
generates:
20080108.mli.par - ISP SLC/MLI parameter file
20080108.dem_par - DIFF/GEO DEM parameter file
20080108.geo - GEC geocoded image
DESCRIPTION
par_KS_geo is the
interface between Kompsat GEC data in the format provided by KARI
and the format used by GAMMA software. GEC means geocoded
ellipsoid corrected. Kompsat GEC data are provided in an single
file consisting of the image data and a set of annotations. The
file is in HDF5 format. This program reformats the input file to
obtain the geocoded image data and to extract the key parameters
required by the DEM parameter file and the GAMMA ISP/SLC
parameter file. The DEM parameter file contains the image
dimensions, sample spacing and map projection parameters. The ISP
image parameter file contains the data, polarization, date, and
state vector information.
Currently supported map projection for these products is Universal Transverse Mercator (UTM).
SEE ALSO
Users Guide, typedef_ISP.h,