isce3  0.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
PhaseStatistics.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: PhaseStatistics.h
10 //
11 // CREATED BY: Xiaoqing WU
12 //
13 // ======================================================================
14 
15 #pragma once
16 
17 #include "Point.h"
18 #include "constants.h"
19 #include "DataPatch.h"
20 
21 
22 void compute_corr(int nr_lines, int nr_pixels, float **data, unsigned char **corr_data, double max_phase_std);
23 DataPatch<unsigned char> *compute_Hweight(int nr_lines, int nr_pixels, float **data);
24 DataPatch<unsigned char> *compute_Vweight(int nr_lines, int nr_pixels, float **data);
25 DataPatch<float> *compute_H_delta_phase(int nr_lines, int nr_pixels, float **data);
26 DataPatch<float> *compute_V_delta_phase(int nr_lines, int nr_pixels, float **data);

Generated for ISCE3.0 by doxygen 1.8.5.