.. include:: ../wcs/references.txt BaseWCSWrapper ============== .. currentmodule:: astropy.wcs.wcsapi .. autoclass:: BaseWCSWrapper :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~BaseWCSWrapper.array_shape ~BaseWCSWrapper.axis_correlation_matrix ~BaseWCSWrapper.pixel_axis_names ~BaseWCSWrapper.pixel_bounds ~BaseWCSWrapper.pixel_n_dim ~BaseWCSWrapper.pixel_shape ~BaseWCSWrapper.serialized_classes ~BaseWCSWrapper.world_axis_names ~BaseWCSWrapper.world_axis_object_classes ~BaseWCSWrapper.world_axis_object_components ~BaseWCSWrapper.world_axis_physical_types ~BaseWCSWrapper.world_axis_units ~BaseWCSWrapper.world_n_dim .. rubric:: Methods Summary .. autosummary:: ~BaseWCSWrapper.array_index_to_world_values ~BaseWCSWrapper.pixel_to_world_values ~BaseWCSWrapper.world_to_array_index_values ~BaseWCSWrapper.world_to_pixel_values .. rubric:: Attributes Documentation .. autoattribute:: array_shape .. autoattribute:: axis_correlation_matrix .. autoattribute:: pixel_axis_names .. autoattribute:: pixel_bounds .. autoattribute:: pixel_n_dim .. autoattribute:: pixel_shape .. autoattribute:: serialized_classes .. autoattribute:: world_axis_names .. autoattribute:: world_axis_object_classes .. autoattribute:: world_axis_object_components .. autoattribute:: world_axis_physical_types .. autoattribute:: world_axis_units .. autoattribute:: world_n_dim .. rubric:: Methods Documentation .. automethod:: array_index_to_world_values .. automethod:: pixel_to_world_values .. automethod:: world_to_array_index_values .. automethod:: world_to_pixel_values