Function cpo_analyzer::pole_figures::make_pole_figures::make_pole_figures[][src]

pub fn make_pole_figures(
    small_figure: bool,
    no_description_text: bool,
    elastisity_header: bool,
    n_grains: usize,
    particle_id: u64,
    pole_figure_grid: &Vec<Vec<PoleFigure>>,
    lambert: &Lambert,
    output_file: &Path,
    particle_record: &ParticleRecord,
    time: f64,
    gam: f64,
    color_gradient_selection: &ColorGradient
) -> Result<(), Box<dyn Error>>

The main function responsible for actually producing the the pole figures.