Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
yt-project
GitHub Repository: yt-project/yt
Path: blob/main/doc/source/index.rst
928 views
yt Overview
===========

yt is a community-developed analysis and visualization toolkit for
volumetric data.  yt has been applied mostly to astrophysical simulation data,
but it can be applied to many different types of data including seismology,
radio telescope data, weather simulations, and nuclear engineering simulations.
yt is developed in Python under the open-source model.

yt supports :ref:`many different code formats <code-support>`, and we provide
:ref:`sample data for each format <getting-sample-data>` with
:ref:`instructions on how to load and examine each data type <examining-data>`.



Table of Contents
-----------------

.. raw:: html

   <table class="contentstable" align="left">

     <tr valign="top">
       <td width="25%">
         <p>
           <a href="intro/index.html">Introduction to yt</a>
         </p>
       </td>
       <td width="75%">
         <p class="linkdescr">What does yt offer? How can I use it? How to think in yt?</p>
       </td>
     </tr>
      <tr valign="top">
       <td width="25%">
         <p>
           <a href="yt4differences.html">yt 4.0</a>
         </p>
       </td>
       <td width="75%">
         <p class="linkdescr">How yt-4.0 differs from past versions</p>
       </td>
     </tr>
     <tr valign="top">
       <td width="25%">
         <p>
           <a href="yt3differences.html">yt 3.0</a>
         </p>
       </td>
       <td width="75%">
         <p class="linkdescr">How yt-3.0 differs from past versions</p>
       </td>
     </tr>
      <tr valign="top">
       <td width="25%">
         <p>
           <a href="installing.html">Installation</a>
         </p>
       </td>
       <td width="75%">
         <p class="linkdescr">Getting, installing, and updating yt</p>
       </td>
     </tr>
     <tr valign="top">
       <td width="25%">
         <p>
           <a href="quickstart/index.html">yt Quickstart</a>
         </p>
       </td>
       <td width="75%">
         <p class="linkdescr">Demonstrations of what yt can do</p>
       </td>
     </tr>
     <tr valign="top">
       <td width="25%">
         <p>
           <a href="examining/index.html">Loading and Examining Data</a>
         </p>
       </td>
       <td width="75%">
         <p class="linkdescr">How to load all dataset types in yt and examine raw data</p>
       </td>
     </tr>
    <tr valign="top">
       <td width="25%">
         <p>
           <a href="cookbook/index.html">The Cookbook</a>
         </p>
       </td>
       <td width="75%">
         <p class="linkdescr">Example recipes for how to accomplish a variety of tasks</p>
       </td>
     </tr>
     <tr valign="top">
       <td width="25%">
         <p>
           <a href="visualizing/index.html">Visualizing Data</a>
         </p>
       </td>
       <td width="75%">
         <p class="linkdescr">Make plots, projections, volume renderings, movies, and more</p>
       </td>
     </tr>
     <tr valign="top">
       <td width="25%">
         <p>
           <a href="analyzing/index.html">General Data Analysis</a>
         </p>
       </td>
       <td width="75%">
         <p class="linkdescr">The nuts and bolts of manipulating yt datasets</p>
       </td>
     </tr>
     <tr valign="top">
       <td width="25%">
         <p>
           <a href="analyzing/domain_analysis/index.html">Domain-Specific Analysis</a>
         </p>
       </td>
       <td width="75%">
         <p class="linkdescr">Astrophysical analysis, clump finding, cosmology calculations, and more</p>
       </td>
     </tr>
      <tr valign="top">
       <td width="25%">
         <p>
           <a href="developing/index.html">Developer Guide</a>
         </p>
       </td>
       <td width="75%">
         <p class="linkdescr">Catering yt to work for your exact use case</p>
       </td>
     </tr>
     <tr valign="top">
       <td width="25%">
         <p>
           <a href="reference/index.html">Reference Materials</a>
         </p>
       </td>
       <td width="75%">
         <p class="linkdescr">Lists of fields, quantities, classes, functions, and more</p>
       </td>
     </tr>
     <tr valign="top">
       <td width="25%">
         <p>
           <a href="faq/index.html">Frequently Asked Questions</a>
         </p>
       </td>
       <td width="75%">
         <p class="linkdescr">Solutions for common questions and problems</p>
       </td>
     </tr>
      <tr valign="top">
       <td width="25%">
         <p>
           <a href="help/index.html">Getting help</a>
         </p>
       </td>
       <td width="75%">
         <p class="linkdescr">What to do if you run into problems</p>
       </td>
     </tr>
      <tr valign="top">
       <td width="25%">
         <p>
           <a href="about/index.html">About yt</a>
         </p>
       </td>
       <td width="75%">
         <p class="linkdescr">What is yt?</p>
       </td>
     </tr>
   </table>

.. toctree::
   :hidden:

   intro/index
   installing
   yt Quickstart <quickstart/index>
   yt4differences
   yt3differences
   cookbook/index
   visualizing/index
   analyzing/index
   analyzing/domain_analysis/index
   examining/index
   developing/index
   reference/index
   faq/index
   Getting Help <help/index>
   about/index