Function wafer::output::write_sub_json [−][src]
fn write_sub_json(
full_sub: &Option<ArrayView3<R64>>,
single_sub: Option<R64>,
filename: &str
) -> Result<(), Error>
Outputs a potential_sub to disk in json format
Arguments
full_sub
- If the potential_sub is an entire array, this will be a Some.single_sub
- If the potential_sub is a singular value, this will be Some.filename
- file / directory to save to.