ExoRad2 Logo
stable

Contents:

  • Home
  • User Guide
    • Installation
      • Installing from PyPi
      • Installing from git
      • Uninstall ExoRad
      • Update ExoRad
        • Modify ExoRad
    • Quickstart guide
      • The target list
      • Payload description file
      • Our First run
      • Producing some plots
    • Introduction
    • Inputs
      • Payload
      • Target
    • Outputs
      • The .h5 file
        • payload
        • Target
    • Prepare Payload
      • The prepare payload task structure
      • Describe a channel
        • How to describe a channel in the payload description file
      • Built channel
    • Prepare Optics
      • Describing the Optical Path
        • Defining the Optical Path in ExoRad
        • Types of Optical Elements
      • Defining the Optical Path
      • Optical Light Propagation
        • Modeling Emission as a Blackbody
        • Incorporating Solid Angle
        • Radiance and Signal Computation
        • Flux and Signal Calculation
        • Output and Data Storage
    • Prepare Target
      • The target list
        • Load the source
      • Include foregrounds
        • zodiacal foreground
        • custom foreground
    • Light & Noise
      • Propagate Light
      • Estimate Noise
      • Automated tasks
  • Contributing
    • Coding conventions
    • Documentation
    • Testing
    • Versioning conventions
    • Source Control
      • Fork and Pull
  • API Guide
    • exorad package
      • Subpackages
        • exorad.log package
        • exorad.models package
        • exorad.output package
        • exorad.tasks package
        • exorad.utils package
      • Submodules
        • exorad.exorad module
      • Module contents
  • Project Page
ExoRad2
  • exorad
  • exorad package
  • exorad.output package
  • exorad.output.hdf5 package
  • Edit on GitHub

exorad.output.hdf5 package

Submodules

  • exorad.output.hdf5.hdf5 module
    • HDF5Output
      • HDF5Output.add_info()
      • HDF5Output.close()
      • HDF5Output.create_group()
      • HDF5Output.open()
    • HDF5OutputGroup
      • HDF5OutputGroup.create_group()
      • HDF5OutputGroup.write_array()
      • HDF5OutputGroup.write_quantity()
      • HDF5OutputGroup.write_scalar()
      • HDF5OutputGroup.write_string()
      • HDF5OutputGroup.write_string_array()
      • HDF5OutputGroup.write_table()
    • load()
  • exorad.output.hdf5.util module
    • hdf5_group_to_dict()
    • load_table()
    • recursively_read_dict_contents()
    • recursively_save_dict_contents_to_output()
    • store_thing()

Module contents

Previous Next

© Copyright 2020-2024, Lorenzo V. Mugnai, Enzo Pascale. Revision 2a8cfb8e.

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