exonamd
  • Installation Guide
    • Prerequisites
    • Installing ExoNAMD
      • From PyPI
      • From Source
    • Verifying Installation
    • Uninstall ExoNAMD
    • Update ExoNAMD
    • Modify ExoNAMD
  • Usage Guide
    • Basic Usage
      • 1. Create/update the database of multiplanetary systems:
      • 2. Interpolate missing values:
      • 3. Calculate NAMD:
      • 4. Plot the results:
      • Flags
      • Monte Carlo Analysis
    • Command Line Interface
  • Developer guide
    • Coding conventions
    • Documentation
    • Testing
    • Logging
    • Versioning conventions
    • Source Control
      • Adding new features
  • API Reference
    • Core Functions
      • compute_amdk
      • compute_namd
    • Data Management
      • download_nasa_confirmed_planets
    • Calculation Tools
      • solve_a_rs
      • solve_rprs
      • solve_a_period
      • solve_values
      • solve_relincl
      • solve_amdk
      • solve_namd
      • solve_amdk_mc
      • solve_namd_mc
    • Logging
      • addLogFile
      • setLogLevel
      • disableLogging
      • enableLogging
    • Visualization
      • simple_plot
      • pop_plot
      • plot_host_namd
      • plot_sample_namd
    • Main Interface
  • Examples and Tutorials
    • Basic Examples
      • Calculate NAMD for All Systems
      • Plot NAMD for a Specific System
    • Advanced Analysis
      • Working with Core Sample
exonamd
  • Index
  • Edit on GitHub

Index

A | C | D | E | M | P | S

A

  • addLogFile() (in module exonamd.log)

C

  • compute_amdk() (in module exonamd.core)
  • compute_namd() (in module exonamd.core)

D

  • disableLogging() (in module exonamd.log)
  • download_nasa_confirmed_planets() (in module exonamd.catalog)

E

  • enableLogging() (in module exonamd.log)
  • exonamd.catalog
    • module
  • exonamd.core
    • module
  • exonamd.log
    • module
  • exonamd.plot
    • module
  • exonamd.solve
    • module

M

  • module
    • exonamd.catalog
    • exonamd.core
    • exonamd.log
    • exonamd.plot
    • exonamd.solve

P

  • plot_host_namd() (in module exonamd.plot)
  • plot_sample_namd() (in module exonamd.plot)
  • pop_plot() (in module exonamd.plot)

S

  • setLogLevel() (in module exonamd.log)
  • simple_plot() (in module exonamd.plot)
  • solve_a_period() (in module exonamd.solve)
  • solve_a_rs() (in module exonamd.solve)
  • solve_amdk() (in module exonamd.solve)
  • solve_amdk_mc() (in module exonamd.solve)
  • solve_namd() (in module exonamd.solve)
  • solve_namd_mc() (in module exonamd.solve)
  • solve_relincl() (in module exonamd.solve)
  • solve_rprs() (in module exonamd.solve)
  • solve_values() (in module exonamd.solve)

© Copyright 2024-2025, Andrea Bocchieri. Last updated on Nov 19, 2025.

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