Product¶
Product provides a light wrapper for the isce::product::Product class instantiated from a IH5File object, which is the highest level representation of an ISCE radar product.
Documentation¶
-
class
isce3.product.Product.Product¶ Wrapper for pyProduct.
-
filename¶ Get the filename of the HDF5 product file.
-
lookSide¶ Get look direction “left” or “right”
-
metadata¶ Get pyMetadata reference.
-
radarGridParameters(freq='A')¶ Get a pyRadarGridParameters instance correpsonding to a given frequency band.
-
swathA¶ Get pySwath reference.
-