Tutorials ========= Welcome to tutorials! Let's help you get some hands-on experience with the core features of **MUFASA**. .. toctree:: :hidden: :maxdepth: 2 load_data_n_results fitting save_results visualization custom_usage Overview ------------ MUFASA's tutorials contain the following sections - :doc:`Loading Data and Results `: Learn how to load your input data, initialize a :class:`~mufasa.master_fitter.Region` object, and access saved fits. This tutorial is ideal for users starting their spectral analysis workflows. - :doc:`Fitting Spectra `: Learn how to perform spectral fitting with **MUFASA**, covering automated multi-component fitting and supported spectral models. - :doc:`Saving Results `: Learn how to save **MUFASA**'s fitted results. - :doc:`Visualizing Results `: Learn how to visualize your spectral fits with spectral grid plots and interactive 3D scatter plots. - :doc:`Custom Usage `: Advanced workflows for tailoring **MUFASA** to specific use cases. (Coming soon!) Next Steps ---------- - After exploring the tutorials, check out the :doc:`API Reference <../api/index>` for a full overview of available modules and classes. - Visit the :doc:`Guides <../guides>` for advanced workflows and tips. - Find additional resources on the `MUFASA GitHub repository `_.