INSPHASEFIT

Aligns phase TOPS burst/swaths then combines all bursts into single burst


EnvironmentsPYTHON :: EASI
Quick linksDescription :: Parameters :: Parameter descriptions :: Details :: Example

Back to top

Description


INSPHASEFIT aligns phase TOPS burst/swaths then combines all bursts into single burst.
Back to top

Parameters


insphasefit(fili, filo, minblines)

Name Type Caption Length Value range
FILI* str Input stack file 1 -    
FILO* str Output stack file 1 -    
MINBLINES List[int] Minimum Lines in Burst 0 - 1 Default: 0

* Required parameter
Back to top

Parameter descriptions

FILI

Name of file containing temporally ordered, non-overlapping, displacement values.

FILO

.

MINBLINES

Bursts with fewer lines than specified threshold will be eliminated from FILO and PhaseFit calcualations.

Default '0' value = off

Back to top

Details

INSPHASEFIT .

Back to top

Example

from pci.insphasefit import *

fili	=	"insstackoutput.pix"
filo	=	"FitData.pix"
minblines = [0]

insphasefit( fili, filo, minblines )
    

© PCI Geomatics Enterprises, Inc.®, 2024. All rights reserved.