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.utils package

exorad.utils package

Submodules

  • exorad.utils.ascii_art module
  • exorad.utils.diffuse_light_propagation module
    • convolve_with_slit()
    • integrate_light()
    • prepare()
  • exorad.utils.exolib module
    • OmegaPix()
    • binnedPSF()
    • encircled_energy()
    • find_aperture_radius()
    • interpolate_paos_psf()
    • load_paos_psf()
    • load_pixel_psf_size()
    • load_standard_psf()
    • paosPSF()
    • pixel_based_psf()
    • planck()
    • plot_imac()
    • rebin()
    • rebin_()
    • wl_encircled_energy()
  • exorad.utils.mpi module
    • gather()
    • get_rank()
    • nprocs()
    • scatter()
  • exorad.utils.plotter module
    • Plotter
      • Plotter.plot_bands()
      • Plotter.plot_efficiency()
      • Plotter.plot_noise()
      • Plotter.plot_signal()
      • Plotter.plot_table()
      • Plotter.save_fig()
    • main()
  • exorad.utils.util module
    • chunks()
    • parse_range()
    • progressbar()
    • to_dict()
    • vstack_tables()
  • exorad.utils.version_control module
    • VersionControl
      • VersionControl.get_content()
      • VersionControl.get_message()
    • VersionError

Module contents

Previous Next

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

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