SparseSpatialFluxComponent
==========================

.. currentmodule:: jolideco.models

.. autoclass:: SparseSpatialFluxComponent
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~SparseSpatialFluxComponent.flux
      ~SparseSpatialFluxComponent.flux_numpy
      ~SparseSpatialFluxComponent.flux_upsampled
      ~SparseSpatialFluxComponent.indices
      ~SparseSpatialFluxComponent.is_sparse
      ~SparseSpatialFluxComponent.shape
      ~SparseSpatialFluxComponent.sky_coord
      ~SparseSpatialFluxComponent.upsampling_factor
      ~SparseSpatialFluxComponent.use_log_flux
      ~SparseSpatialFluxComponent.wcs
      ~SparseSpatialFluxComponent.x_pos_numpy
      ~SparseSpatialFluxComponent.y_pos_numpy

   .. rubric:: Methods Summary

   .. autosummary::

      ~SparseSpatialFluxComponent.from_numpy
      ~SparseSpatialFluxComponent.from_sky_coord
      ~SparseSpatialFluxComponent.parameters
      ~SparseSpatialFluxComponent.plot
      ~SparseSpatialFluxComponent.read
      ~SparseSpatialFluxComponent.to_dict
      ~SparseSpatialFluxComponent.write

   .. rubric:: Attributes Documentation

   .. autoattribute:: flux
   .. autoattribute:: flux_numpy
   .. autoattribute:: flux_upsampled
   .. autoattribute:: indices
   .. autoattribute:: is_sparse
   .. autoattribute:: shape
   .. autoattribute:: sky_coord
   .. autoattribute:: upsampling_factor
   .. autoattribute:: use_log_flux
   .. autoattribute:: wcs
   .. autoattribute:: x_pos_numpy
   .. autoattribute:: y_pos_numpy

   .. rubric:: Methods Documentation

   .. automethod:: from_numpy
   .. automethod:: from_sky_coord
   .. automethod:: parameters
   .. automethod:: plot
   .. automethod:: read
   .. automethod:: to_dict
   .. automethod:: write
