BaseLayer ========= .. currentmodule:: bapsf_motion.motion_builder.layers.base .. autoclass:: BaseLayer :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~BaseLayer.base_name ~BaseLayer.config ~BaseLayer.dimensionality ~BaseLayer.inputs ~BaseLayer.item ~BaseLayer.layer_type ~BaseLayer.mask ~BaseLayer.mask_name ~BaseLayer.mask_resolution ~BaseLayer.mspace_coords ~BaseLayer.mspace_dims ~BaseLayer.mspace_ndims ~BaseLayer.name ~BaseLayer.name_pattern ~BaseLayer.points ~BaseLayer.composed_layers .. rubric:: Methods Summary .. autosummary:: ~BaseLayer.drop_vars ~BaseLayer.regenerate_point_matrix .. rubric:: Attributes Documentation .. autoattribute:: base_name .. autoattribute:: config .. autoattribute:: dimensionality .. autoattribute:: inputs .. autoattribute:: item .. autoattribute:: layer_type .. autoattribute:: mask .. autoattribute:: mask_name .. autoattribute:: mask_resolution .. autoattribute:: mspace_coords .. autoattribute:: mspace_dims .. autoattribute:: mspace_ndims .. autoattribute:: name .. autoattribute:: name_pattern .. autoattribute:: points .. autoattribute:: composed_layers .. rubric:: Methods Documentation .. automethod:: drop_vars .. automethod:: regenerate_point_matrix