NOTE: scripts listed here are all available for download on the ytini GitHub, here we provide a brief description of their contents.
Python SOPs
Different Methods for reading in Astrophysical Data with and without yt
| File Name | Description | Tutorial | Code Link |
|---|---|---|---|
| ytpythonsop_coveringgrid.py | Uses yt to generate a covering grid of uniformly sized voxels at a specified resolution. | Python SOP | GitHub Repo |
Python VDB Preprocessing Files
Different Methods for Astrophysical Data into VDBs with yt
| File Name | Description | Tutorial | Link |
|---|---|---|---|
| vdbyt.py | VDB conversion - main formatting and work horse library. | VDB Converter | GitHub Repo |
| vdbconverter.py | Example VDB converter usage. | VDB Converter | GitHub Repo |