tardis

Getting Started

  • Installation
  • Quickstart for TARDIS
  • Credits & Publication Policies

Tutorials

  • TARDIS High Energy Workflow Tutorial
  • Montecarlo Packet Visualization

How-to Guides

  • How-to read external models
  • How to Run TARDIS Model Grids
  • How to Run TARDIS with a Custom Packet Source
  • How to Store Simulations to HDF
  • How to Access Physical Quantities
  • How to Generate the Plasma Graph
  • How to do Code Comparison using TARDIS
  • Workflows
  • Analyszing TARDIS Simulation Outputs
  • Reading a Configuration
  • Optional Inputs
  • Additional Outputs

Physics Walkthrough

  • Physics Walkthrough Introduction
  • Setting Up the Simulation
  • Monte Carlo Iteration
  • Updating Plasma and Convergence
  • Spectrum Generation
  • TARDIS-High Energy

Reference

  • API
    • tardis package
      • Subpackages
        • tardis.configuration package
        • tardis.energy_input package
        • tardis.grid package
        • tardis.gui package
        • tardis.iip_plasma package
        • tardis.io package
        • tardis.model package
        • tardis.opacities package
        • tardis.plasma package
        • tardis.scripts package
        • tardis.simulation package
        • tardis.spectrum package
        • tardis.transport package
        • tardis.util package
        • tardis.visualization package
        • tardis.workflows package
      • Submodules
      • Module contents
  • Frequently Asked Questions
  • Visualization Reference
  • Configuration Reference
  • Hierarchical Data Format (HDF5) Reference
  • Changelog
  • Papers Using TARDIS
  • Bibliography and Glossary

Contributing to TARDIS

  • Contribution Guidelines
  • Developer Workflow
  • Developer Tools
  • Features In-Progress
tardis
  • tardis
  • tardis package
  • tardis.io package
  • tardis.io.model package
  • tardis.io.model.readers package
  • View page source

tardis.io.model.readers package¶

Submodules¶

  • tardis.io.model.readers.arepo module
    • ArepoSnapshot
      • ArepoSnapshot.get_grids()
    • ConeProfile
      • ConeProfile.create_profile()
    • FullProfile
      • FullProfile.create_profile()
    • Profile
      • Profile.export()
      • Profile.get_profiles()
      • Profile.plot_profile()
      • Profile.rebin()
  • tardis.io.model.readers.base module
    • read_density_file()
    • read_mass_fractions_file()
  • tardis.io.model.readers.blondin_toymodel module
    • convert_blondin_toymodel()
    • read_blondin_toymodel()
  • tardis.io.model.readers.cmfgen module
    • CMFGENModel
      • CMFGENModel.data
      • CMFGENModel.metadata
    • read_cmfgen_model()
  • tardis.io.model.readers.cmfgen_deprecated module
    • read_cmfgen_composition()
    • read_cmfgen_density()
  • tardis.io.model.readers.csvy module
    • load_csv_from_csvy()
    • load_csvy()
    • load_yaml_from_csvy()
    • parse_csv_mass_fractions()
  • tardis.io.model.readers.generic_readers module
    • ConfigurationError
    • read_csv_composition()
    • read_simple_ascii_density()
    • read_simple_ascii_mass_fractions()
    • read_uniform_mass_fractions()
  • tardis.io.model.readers.stella module
    • STELLAModel
      • STELLAModel.data
      • STELLAModel.metadata
    • read_stella_model()
  • tardis.io.model.readers.util module
    • read_csv_isotope_mass_fractions()

Module contents¶

Previous Next

© Copyright 2013-2025, TARDIS Collaboration. Last updated on 23 Dec 2025.

Built with Sphinx using a theme provided by Read the Docs.