isce3
0.1.0
Main Page
Related Pages
Namespaces
Classes
Files
Python classes
Issue Tracker
File List
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Pages
isce
cxx
isce3
unwrap
phass
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
17
void
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
1.8.5.