Skip to main content
Ctrl+K

caput v26.2.1.post9+git.0c536492

  • User Guide
  • Installation
  • API Reference
  • GitHub
  • User Guide
  • Installation
  • API Reference
  • GitHub

Section Navigation

  • caput.algorithms
  • caput.astro
    • caput.astro.constants
    • caput.astro.coordinates
      • caput.astro.coordinates.bessel
      • caput.astro.coordinates.spherical
        • cart_to_sph
        • cosine_rule
        • great_circle_points
        • ground_to_sph
        • norm_vec2
        • projected_distance
        • rotate_ypr
        • sph_dot
        • sph_to_cart
        • sph_to_ground
        • sphdist
        • thetaphi_plane
        • thetaphi_plane_cart
    • caput.astro.observer
    • caput.astro.skyfield
    • caput.astro.time
  • caput.config
  • caput.containers
  • caput.memdata
  • caput.mpiarray
  • caput.pipeline
  • caput.util
  • caput
  • caput.astro
  • caput.astro.coordinates
  • caput.astro.coordinates.spherical
  • thetaphi_plane

thetaphi_plane#

caput.astro.coordinates.spherical.thetaphi_plane(sph_arr: numpy.typing.ArrayLike[numpy.integer | numpy.floating]) → tuple[numpy.ndarray[numpy.floating], numpy.ndarray[numpy.floating]][source]#

Compute unit vectors from spherical polar coordinate positions.

Parameters:
sph_arrarray_like

Angular positions (in spherical polar coordinates).

Returns:
thetaarray_like

theta unit vector.

phiarray_like

phi unit vector.

previous

sphdist

next

thetaphi_plane_cart

On this page
  • caput.astro.coordinates.spherical.thetaphi_plane()

© Copyright 2013-2026 Liam Gray, Kiyoshi Masui and J. Richard Shaw.

Created using Sphinx 8.2.3.

Built with the PyData Sphinx Theme 0.18.0.