pub type outfileT = outfileST;Expand description
output file name data structure
Aliased Type§
#[repr(C)]pub struct outfileT {Show 15 fields
pub outfile: [i8; 512],
pub initfile: [i8; 512],
pub flowfile: [i8; 512],
pub eifile: [i8; 512],
pub rowcostfile: [i8; 512],
pub colcostfile: [i8; 512],
pub mstrowcostfile: [i8; 512],
pub mstcolcostfile: [i8; 512],
pub mstcostsfile: [i8; 512],
pub corrdumpfile: [i8; 512],
pub rawcorrdumpfile: [i8; 512],
pub conncompfile: [i8; 512],
pub costoutfile: [i8; 512],
pub logfile: [i8; 512],
pub outfileformat: i8,
}Fields§
§outfile: [i8; 512]§initfile: [i8; 512]unwrapped output
flowfile: [i8; 512]unwrapped initialization
eifile: [i8; 512]flows of unwrapped solution
rowcostfile: [i8; 512]despckled, normalized intensity
colcostfile: [i8; 512]statistical azimuth cost array
mstrowcostfile: [i8; 512]statistical range cost array
mstcolcostfile: [i8; 512]scalar initialization azimuth costs
mstcostsfile: [i8; 512]scalar initialization range costs
corrdumpfile: [i8; 512]scalar initialization costs (all)
rawcorrdumpfile: [i8; 512]correlation coefficient magnitude
conncompfile: [i8; 512]correlation coefficient magnitude
costoutfile: [i8; 512]connected component map or mask
logfile: [i8; 512]file to which cost data is written
outfileformat: i8file to which parmeters are logged