BaseGrid ======== .. currentmodule:: sofia_redux.toolkit.resampling .. autoclass:: BaseGrid :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~BaseGrid.features ~BaseGrid.regular ~BaseGrid.scale_factor ~BaseGrid.scale_offset ~BaseGrid.shape ~BaseGrid.singular ~BaseGrid.size ~BaseGrid.tree_class .. rubric:: Methods Summary .. autosummary:: ~BaseGrid.__call__ ~BaseGrid.get_class_for ~BaseGrid.get_class_for_name ~BaseGrid.get_tree_class ~BaseGrid.rescale ~BaseGrid.reshape_data ~BaseGrid.scale ~BaseGrid.set_indexer ~BaseGrid.unscale .. rubric:: Attributes Documentation .. autoattribute:: features .. autoattribute:: regular .. autoattribute:: scale_factor .. autoattribute:: scale_offset .. autoattribute:: shape .. autoattribute:: singular .. autoattribute:: size .. autoattribute:: tree_class .. rubric:: Methods Documentation .. automethod:: __call__ .. automethod:: get_class_for .. automethod:: get_class_for_name .. automethod:: get_tree_class .. automethod:: rescale .. automethod:: reshape_data .. automethod:: scale .. automethod:: set_indexer .. automethod:: unscale