数据与复现材料、工程与模拟K-Dense-AI/claude-scientific-skills数据与复现
AS

Astropy

维护者 K-Dense Inc. · 最近更新 2026年4月1日

Astropy是一个core Python package ,用于 astronomy,providing essential functionality ,用于 astronomical research 、 数据分析。 Use astropy ,用于 coordinate transformations,unit 、 quantity calculations,FITS file operations,cosmological calculations,precise time handling,tabular data manipulation,、 astronomical image processing。

Claude Code分析处理复现实验astropymaterialspackagematerials science & chemistry

原始来源

K-Dense-AI/claude-scientific-skills

https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/astropy

维护者
K-Dense Inc.
许可
BSD-3-Clause license
最近更新
2026年4月1日

技能摘要

来自 SKILL.md 的关键信息

2 min

核心说明

  • Astropy是一个core Python package ,用于 astronomy,providing essential functionality ,用于 astronomical research 、 数据分析. Use astropy ,用于 coordinate transformations,unit 、 quantity calculations,FITS file operations,cosmological calculations,precise time handling,tabular data manipulation,、 astronomical image processing。
  • distance = 100 * u.pc distance_km = distance.to(u.km)。

原始文档

SKILL.md 摘录

When to Use This Skill

Use astropy when tasks involve:

  • Converting between celestial coordinate systems (ICRS, Galactic, FK5, AltAz, etc.)
  • Working with physical units and quantities (converting Jy to mJy, parsecs to km, etc.)
  • Reading, writing, or manipulating FITS files (images or tables)
  • Cosmological calculations (luminosity distance, lookback time, Hubble parameter)
  • Precise time handling with different time scales (UTC, TAI, TT, TDB) and formats (JD, MJD, ISO)
  • Table operations (reading catalogs, cross-matching, filtering, joining)
  • WCS transformations between pixel and world coordinates
  • Astronomical constants and calculations

Quick Start

import astropy.units as u
from astropy.coordinates import SkyCoord
from astropy.time import Time
from astropy.io import fits
from astropy.table import Table
from astropy.cosmology import Planck18

## Coordinates

coord = SkyCoord(ra=10.5*u.degree, dec=41.2*u.degree, frame='icrs')
coord_galactic = coord.galactic

适用场景

  • Converting between celestial coordinate systems (ICRS,Galactic,FK5,AltA。

不适用场景

  • Do not rely on this catalog entry alone ,用于 installation 或 maintenance details。

相关技能

相关技能

返回目录
CO
数据与复现材料、工程与模拟

convergence-study

convergence-study:Spatial 、 temporal convergence analysis ,支持 Richardson extrapolation 、 Grid Convergence Index (GCI) ,用…

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看
DI
数据与复现材料、工程与模拟

differentiation-schemes

differentiation-schemes:Select 、 apply numerical differentiation schemes ,用于 PDE/ODE discretization。 适合在choosing finite…

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看
FL
数据与复现材料、工程与模拟

FluidSim

FluidSim是一个object-oriented Python 框架 ,用于 high-performance computational fluid dynamics (CFD) 模拟s。 It provides solvers ,用…

Claude Code分析处理
K-Dense-AI/claude-scientific-skills查看
NU
数据与复现材料、工程与模拟

numerical-stability

numerical-stability:分析 、 enforce numerical stability ,用于 time-dependent PDE 模拟s。 适合在selecting time steps,choosing explic…

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看