#[repr(C)]pub struct infileST {Show 17 fields
pub infile: [c_char; 512],
pub magfile: [c_char; 512],
pub ampfile: [c_char; 512],
pub ampfile2: [c_char; 512],
pub weightfile: [c_char; 512],
pub corrfile: [c_char; 512],
pub estfile: [c_char; 512],
pub costinfile: [c_char; 512],
pub bytemaskfile: [c_char; 512],
pub dotilemaskfile: [c_char; 512],
pub infileformat: c_schar,
pub unwrappedinfileformat: c_schar,
pub magfileformat: c_schar,
pub corrfileformat: c_schar,
pub weightfileformat: c_schar,
pub ampfileformat: c_schar,
pub estfileformat: c_schar,
}Expand description
input file name data structure
Fields§
§infile: [c_char; 512]§magfile: [c_char; 512]input interferogram
ampfile: [c_char; 512]interferogram magnitude (optional)
ampfile2: [c_char; 512]image amplitude or power file
weightfile: [c_char; 512]second amplitude or power file
corrfile: [c_char; 512]arc weights
estfile: [c_char; 512]correlation file
costinfile: [c_char; 512]unwrapped estimate
bytemaskfile: [c_char; 512]file from which cost data is read
dotilemaskfile: [c_char; 512]signed char valid pixel mask
infileformat: c_scharsigned char tile unwrap mask file
unwrappedinfileformat: c_scharinput file format
magfileformat: c_scharinput file format if unwrapped
corrfileformat: c_scharinterferogram magnitude file format
weightfileformat: c_scharcorrelation file format
ampfileformat: c_scharweight file format
estfileformat: c_scharamplitude file format
Trait Implementations§
Auto Trait Implementations§
impl Freeze for infileST
impl RefUnwindSafe for infileST
impl Send for infileST
impl Sync for infileST
impl Unpin for infileST
impl UnwindSafe for infileST
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more