ExoRad2 Logo

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 package

Subpackages

  • exorad.output.hdf5 package
    • Submodules
      • exorad.output.hdf5.hdf5 module
        • HDF5Output
        • HDF5OutputGroup
        • 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

Submodules

  • exorad.output.output module
    • Output
      • Output.close()
      • Output.create_group()
      • Output.open()
      • Output.store_dictionary()
    • OutputGroup
      • OutputGroup.write_array()
      • OutputGroup.write_list()
      • OutputGroup.write_scalar()
      • OutputGroup.write_string()
      • OutputGroup.write_string_array()

Module contents

Previous Next

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

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