Skip to main content

infileT

Type Alias infileT 

Source
pub type infileT = infileST;
Expand description

input file name data structure

Aliased Type§

#[repr(C)]
pub struct infileT {
Show 17 fields pub infile: [i8; 512], pub magfile: [i8; 512], pub ampfile: [i8; 512], pub ampfile2: [i8; 512], pub weightfile: [i8; 512], pub corrfile: [i8; 512], pub estfile: [i8; 512], pub costinfile: [i8; 512], pub bytemaskfile: [i8; 512], pub dotilemaskfile: [i8; 512], pub infileformat: i8, pub unwrappedinfileformat: i8, pub magfileformat: i8, pub corrfileformat: i8, pub weightfileformat: i8, pub ampfileformat: i8, pub estfileformat: i8,
}

Fields§

§infile: [i8; 512]§magfile: [i8; 512]

input interferogram

§ampfile: [i8; 512]

interferogram magnitude (optional)

§ampfile2: [i8; 512]

image amplitude or power file

§weightfile: [i8; 512]

second amplitude or power file

§corrfile: [i8; 512]

arc weights

§estfile: [i8; 512]

correlation file

§costinfile: [i8; 512]

unwrapped estimate

§bytemaskfile: [i8; 512]

file from which cost data is read

§dotilemaskfile: [i8; 512]

signed char valid pixel mask

§infileformat: i8

signed char tile unwrap mask file

§unwrappedinfileformat: i8

input file format

§magfileformat: i8

input file format if unwrapped

§corrfileformat: i8

interferogram magnitude file format

§weightfileformat: i8

correlation file format

§ampfileformat: i8

weight file format

§estfileformat: i8

amplitude file format