isce3 0.25.0
Loading...
Searching...
No Matches
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
22void compute_corr(int nr_lines, int nr_pixels, float **data, unsigned char **corr_data, double max_phase_std);
23DataPatch<unsigned char> *compute_Hweight(int nr_lines, int nr_pixels, float **data);
24DataPatch<unsigned char> *compute_Vweight(int nr_lines, int nr_pixels, float **data);
25DataPatch<float> *compute_H_delta_phase(int nr_lines, int nr_pixels, float **data);
26DataPatch<float> *compute_V_delta_phase(int nr_lines, int nr_pixels, float **data);
Definition DataPatch.h:28

Generated for ISCE3.0 by doxygen 1.13.2.