convergence-study
convergence-study:Spatial 、 temporal convergence analysis ,支持 Richardson extrapolation 、 Grid Convergence Index (GCI) ,用…
维护者 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。
原始来源
https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/astropy
技能摘要
原始文档
Use astropy when tasks involve:
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
相关技能
convergence-study:Spatial 、 temporal convergence analysis ,支持 Richardson extrapolation 、 Grid Convergence Index (GCI) ,用…
differentiation-schemes:Select 、 apply numerical differentiation schemes ,用于 PDE/ODE discretization。 适合在choosing finite…
FluidSim是一个object-oriented Python 框架 ,用于 high-performance computational fluid dynamics (CFD) 模拟s。 It provides solvers ,用…
numerical-stability:分析 、 enforce numerical stability ,用于 time-dependent PDE 模拟s。 适合在selecting time steps,choosing explic…