frinZ 4.4.0

fringe search for Yamaguchi Interferometer and Japanese VLBI Network
Documentation
#![allow(non_snake_case)]

pub mod analysis;
pub mod args;
pub mod bandpass;
pub mod bispectrum;
pub mod fft;
pub mod fitting;
pub mod folding;
pub mod frmap;
pub mod header;
pub mod maser;
pub mod search;

pub mod earth_rotation_imaging;
pub mod multisideband;
pub mod norm_acf;
pub mod output;
pub mod phsref;
pub mod plot;
pub mod png_compress;
pub mod processing;
pub mod raw_visibility;
pub mod read;
pub mod rfi;
pub mod uptimeplot;
pub mod utils;
pub mod uv;
pub mod wwz;

pub use header::CorHeader;
pub use read::{
    read_cor_bytes, read_cor_file, read_cor_file_with_options, CorData, CorReadOptions,
};