:mod:`neuron_morphology.transforms.scale_correction._schemas` ============================================================= .. py:module:: neuron_morphology.transforms.scale_correction._schemas Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: neuron_morphology.transforms.scale_correction._schemas.InputParameters neuron_morphology.transforms.scale_correction._schemas.OutputParameters .. py:class:: InputParameters(only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None) Bases: :class:`argschema.schemas.ArgSchema` The base marshmallow schema used by ArgSchemaParser to identify input_json and output_json files and the log_level .. !! processed by numpydoc !! .. attribute:: swc_path .. attribute:: marker_path .. attribute:: soma_depth .. attribute:: cut_thickness .. py:class:: OutputParameters(only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None) Bases: :class:`argschema.schemas.DefaultSchema` mm.Schema class with support for making fields default to values defined by that field's arguments. .. !! processed by numpydoc !! .. attribute:: inputs .. attribute:: scale_correction .. attribute:: scale_transform