Skip to main content

ReadAltLineFile

Function ReadAltLineFile 

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

Read in the 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.