Project name not set
  • PyOngc
    • Description
    • Usage
    • License
  • Python modules
    • Main interface
      • Public Classes
        • Dso
        • DsoEncoder
      • Public Methods
        • get()
        • getNeighbors()
        • getSeparation()
        • listObjects()
        • nearby()
        • printDetails()
      • Private Methods
        • _distance()
        • _limiting_coords()
        • _queryFetchOne()
        • _queryFetchMany()
        • _recognize_name()
        • _str_to_coords()
    • Using data with Pandas
      • Public Methods
        • all()
        • clusters()
        • galaxies()
        • nebulae()
    • Custom exceptions for PyOngc
      • InvalidCoordinates
      • ObjectNotFound
      • UnknownIdentifier
  • The CLI interface
    • Synopsis
    • Description
    • Commands
      • Nearby
      • Neighbors
      • Search
      • Separation
      • Stats
      • View
    • Help
  • Use examples
    • Retrieve data for an object
      • Using ongc library
      • Using CLI
    • Search objects by parameters
      • Using ongc library
      • Using data library
      • Using CLI
    • Search objects by position
      • Using ongc library
      • Using CLI
    • Search objects in proximity
      • Using ongc library
      • Using CLI
    • Get separation between objects
      • Using ongc library
      • Using CLI
Project name not set
  • Python modules
  • View page source

Python modules

  • Main interface
    • Public Classes
      • Dso
        • Dso.__init__()
        • Dso.__str__()
        • Dso.constellation
        • Dso.coords
        • Dso.cstar_data
        • Dso.dec
        • Dso.dimensions
        • Dso.hubble
        • Dso.id
        • Dso.identifiers
        • Dso.magnitudes
        • Dso.name
        • Dso.notes
        • Dso.notngc
        • Dso.parallax
        • Dso.pm_dec
        • Dso.pm_ra
        • Dso.ra
        • Dso.rad_coords
        • Dso.radvel
        • Dso.redshift
        • Dso.surface_brightness
        • Dso.to_json()
        • Dso.type
        • Dso.xephemFormat()
      • DsoEncoder
        • DsoEncoder.default()
    • Public Methods
      • get()
      • getNeighbors()
      • getSeparation()
      • listObjects()
      • nearby()
      • printDetails()
    • Private Methods
      • _distance()
      • _limiting_coords()
      • _queryFetchOne()
      • _queryFetchMany()
      • _recognize_name()
      • _str_to_coords()
  • Using data with Pandas
    • Public Methods
      • all()
      • clusters()
      • galaxies()
      • nebulae()
  • Custom exceptions for PyOngc
    • InvalidCoordinates
    • ObjectNotFound
    • UnknownIdentifier
Previous Next

© Copyright 2019, Mattia Verga.

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