isce3 0.25.0
Loading...
Searching...
No Matches
PhassUnwrapper.h
1// Copyright (c) 2017-, California Institute of Technology ("Caltech"). U.S.
2// Government sponsorship acknowledged.
3// All rights reserved.
4//
5// Author(s):
6//
7// ======================================================================
8//
9// FILENAME: PhassUnwrapper.h
10//
11// CREATED BY: Xiaoqing WU
12//
13// ======================================================================
14
15#pragma once
16
17void phass_unwrap(int nr_lines, int nr_pixels, float **phase_data, float **corr_data, float **power, int **region_map,
18 double corr_th, double good_corr, int min_pixels_per_region);

Generated for ISCE3.0 by doxygen 1.13.2.