Skip to main content

ReadAltLineFilePhase

Function ReadAltLineFilePhase 

Source
pub unsafe extern "C" fn ReadAltLineFilePhase(
    phase: *mut *mut *mut f32,
    alfile: *mut c_char,
    linelen: c_long,
    nlines: c_long,
    tileparams: *mut tileparamT,
) -> c_int
Expand description

Read only the phase data from a file containing magnitude and phase data. File should have one line of magnitude data, one line of phase data, another line of magnitude data, etc. ncol refers to the number of complex elements in one line of data.