dacapo.experiments.datasplits.datasets.arrays.resampled_array_config ==================================================================== .. py:module:: dacapo.experiments.datasplits.datasets.arrays.resampled_array_config Classes ------- .. autoapisummary:: dacapo.experiments.datasplits.datasets.arrays.resampled_array_config.ResampledArrayConfig Module Contents --------------- .. py:class:: ResampledArrayConfig A configuration for a ResampledArray. This array will up or down sample an array into the desired voxel size. .. attribute:: source_array_config The Array that you want to upsample or downsample. :type: ArrayConfig .. attribute:: upsample The amount by which to upsample! :type: Coordinate .. attribute:: downsample The amount by which to downsample! :type: Coordinate .. attribute:: interp_order The order of the interpolation! :type: bool .. method:: create_array Creates a ResampledArray from the configuration. .. note:: This class is meant to be used with the ArrayDataset class. .. py:attribute:: array_type .. py:attribute:: source_array_config :type: dacapo.experiments.datasplits.datasets.arrays.array_config.ArrayConfig .. py:attribute:: upsample :type: funlib.geometry.Coordinate .. py:attribute:: downsample :type: funlib.geometry.Coordinate .. py:attribute:: interp_order :type: bool