Navigation

  • index
  • next |
  • Coord 1.3 documentation »
  • Overview

Coord is a Python module that provides basic functionality related to angles and celestial coordinates. It is hosted at https://github.com/LSSTDESC/Coord.

Overview¶

  • Features
  • Licence
  • Installation
  • DESC DE School
    • Original instructions for DE School stutents:

Code Documentation¶

  • Angle Units
    • AngleUnit
      • AngleUnit.__init__()
      • AngleUnit.value
      • AngleUnit.from_name()
  • Angles
    • Angle
      • Angle.__init__()
      • Angle.rad
      • Angle.deg
      • Angle.wrap()
      • Angle.sin()
      • Angle.cos()
      • Angle.tan()
      • Angle.sincos()
      • Angle.hms()
      • Angle.dms()
      • Angle.from_hms()
      • Angle.from_dms()
    • _Angle()
  • Celestial Coordinates
    • CelestialCoord
      • CelestialCoord.__init__()
      • CelestialCoord.ra
      • CelestialCoord.dec
      • CelestialCoord.rad
      • CelestialCoord.get_xyz()
      • CelestialCoord.from_xyz()
      • CelestialCoord.radec_to_xyz()
      • CelestialCoord.xyz_to_radec()
      • CelestialCoord.normal()
      • CelestialCoord.distanceTo()
      • CelestialCoord.greatCirclePoint()
      • CelestialCoord.angleBetween()
      • CelestialCoord.area()
      • CelestialCoord.project()
      • CelestialCoord.project_rad()
      • CelestialCoord.deproject()
      • CelestialCoord.deproject_rad()
      • CelestialCoord.jac_deproject()
      • CelestialCoord.jac_deproject_rad()
      • CelestialCoord.precess()
      • CelestialCoord.galactic()
      • CelestialCoord.from_galactic()
      • CelestialCoord.ecliptic()
      • CelestialCoord.from_ecliptic()
    • _CelestialCoord()
  • Utility Functions
    • sun_position_ecliptic()
    • date_to_julian_day()
    • ecliptic_obliquity()

Revision History¶

  • Changes from v1.2 to v1.3
  • Changes from v1.1 to v1.2
    • New Features
  • Changes from v1.0 to v1.1
    • New Features
    • Bug Fixes

Indices and tables¶

  • Index

  • Search Page

Table of Contents

  • Overview
  • Code Documentation
  • Revision History
  • Indices and tables

Next topic

Features

This Page

  • Show Source

Quick search

Navigation

  • index
  • next |
  • Coord 1.3 documentation »
  • Overview
© Copyright 2017, LSST DESC. Created using Sphinx 8.2.3.