Skip to main content
Ctrl+K
Astropy v6.0.1 - Home
  • 开始
  • 用户指南
  • 发展
  • 项目详情
  • Tutorials
  • GitHub
  • 开始
  • 用户指南
  • 发展
  • 项目详情
  • Tutorials
  • GitHub

Section Navigation

数据结构和转换

  • 常量 (astropy.constants )
  • 单位和数量 (astropy.units )
  • N维数据集 (astropy.nddata )
  • 数据表 (astropy.table )
  • 时间和日期 (astropy.time )
  • 时间序列 (astropy.timeseries )
  • 天文坐标系 (astropy.coordinates )
    • 使用角度
    • 使用SkyCoord高级课程
    • 系统间转换
    • 太阳系星历
    • 使用天文坐标与地球卫星合作
    • 格式化坐标字符串
    • 分隔、偏移、目录匹配和相关功能
    • 使用和设计坐标表示法
    • 坐标系的使用与设计
    • 在天文坐标系中处理速度
    • 空间运动的解释
    • 使用SpectalCod类
    • 使用 StokesCoord 班级
    • 银河中心坐标系的描述
    • 访问远程资源的方法的使用提示/建议
    • 常见错误
    • 重要定义
    • 坐标的快速在位修改
    • 参考/API
  • 世界坐标系 (astropy.wcs )
  • 模型和配件 (astropy.modeling )
  • 不确定性和分布 (astropy.uncertainty )

文件、I/O和通信

  • 统一文件读写接口
  • 适合文件处理 (astropy.io.fits )
  • ASCII表格 (astropy.io.ascii )
  • 可变XML处理 (astropy.io.votable )
  • 其他:HDF5、YAML、镶木地板、泡菜 (astropy.io.misc )
  • Astroy I/O打字 (astropy.io.typing )
  • 简单应用程序消息传递协议 (astropy.samp )

计算和实用程序

  • 宇宙学计算 (astropy.cosmology )
  • 卷积和滤波 (astropy.convolution )
  • IERS数据访问 (astropy.utils.iers )
  • 数据可视化 (astropy.visualization )
  • 天体统计工具 (astropy.stats )

螺母和螺栓

  • 配置系统 (astropy.config )
  • I/O注册表 (astropy.io.registry )
  • 日志系统
  • Python 警告系统
  • Astropy核心包实用程序 (astropy.utils )
  • Astroy词汇表
  • 用户指南
  • 参考/API
  • golden_spiral_grid

golden_spiral_grid#

astropy.coordinates.golden_spiral_grid(size)[源代码]#

使用斐波那契或黄金螺旋线方法在单位球体的曲面上生成点的栅格。

参见

Evenly distributing points on a sphere

参数:
size : intPython :整型

要生成的点数。

返回:
rep : UnitSphericalRepresentationUnitSphericalRepresentation

点的网格。

上一页

get_sun

下一页

make_transform_graph_docs

Edit on GitHub

© Copyright 2011–2024, The Astropy Developers.

由 Sphinx 7.2.6创建。

Built with the PyData Sphinx Theme 0.15.2.