dacapo.experiments.datasplits.datasets.arrays.resampled_array_config

Classes

ResampledArrayConfig

A configuration for a ResampledArray. This array will up or down sample an array into the desired voxel size.

Module Contents

class dacapo.experiments.datasplits.datasets.arrays.resampled_array_config.ResampledArrayConfig

A configuration for a ResampledArray. This array will up or down sample an array into the desired voxel size.

source_array_config

The Array that you want to upsample or downsample.

Type:

ArrayConfig

upsample

The amount by which to upsample!

Type:

Coordinate

downsample

The amount by which to downsample!

Type:

Coordinate

interp_order

The order of the interpolation!

Type:

bool

create_array()

Creates a ResampledArray from the configuration.

Note

This class is meant to be used with the ArrayDataset class.

array_type
source_array_config: dacapo.experiments.datasplits.datasets.arrays.array_config.ArrayConfig
upsample: funlib.geometry.Coordinate
downsample: funlib.geometry.Coordinate
interp_order: bool