推断和重新投影盘的3D结构。
项目描述
disksurf
这是什么?
disksurf
是一个包含使用 Pinte 等人 (2018) 提出的方法(附带 Pinte et al. (2018) 的相关 示例脚本)测量光学厚发射高度或光球的函数的包。
如何安装它?
从PyPI获取最新版本
$ pip install disksurf
它有几个依赖项,即 astropy 和 GoFish,如果您没有它们,将自动安装。要验证一切是否按预期安装,运行 教程 应该没有问题。
如何使用它?
在基本使用上,disksurf
简单如下
from disksurf import observation # import the module
cube = observations('path/to/cube.fits') # load up the data
surface = cube.get_emission_surface(inc=30.0, PA=45.0) # extract the surface
surface.plot_surface() # plot the surface
查看我们的 教程,了解如何使用 disksurf
与 DSHARP 数据以及一些帮助您提取最佳表面的附加函数。
引用
如果您使用此软件,请记住引用方法 Pinte et al. (2018),以及软件 Teague et al. (2021)。
@article{2018A&A...609A..47P,
doi = {10.1051/0004-6361/201731377},
year = {2018},
volume = {609},
eid = {A47},
pages = {A47},
author = {{Pinte}, C. and {M{\'e}nard}, F. and {Duch{\^e}ne}, G. and {Hill}, T. and {Dent}, W.~R.~F. and {Woitke}, P. and {Maret}, S. and {van der Plas}, G. and {Hales}, A. and {Kamp}, I. and {Thi}, W.~F. and {de Gregorio-Monsalvo}, I. and {Rab}, C. and {Quanz}, S.~P. and {Avenhaus}, H. and {Carmona}, A. and {Casassus}, S.},
title = "{Direct mapping of the temperature and velocity gradients in discs. Imaging the vertical CO snow line around IM Lupi}",
journal = {\aap}
}
@article{disksurf,
doi = {10.21105/joss.03827},
url = {https://doi.org/10.21105/joss.03827},
year = {2021},
publisher = {The Open Journal},
volume = {6},
number = {67},
pages = {3827},
author = {Richard Teague and Charles J. Law and Jane Huang and Feilong Meng},
title = {disksurf: Extracting the 3D Structure of Protoplanetary Disks},
journal = {Journal of Open Source Software}
}
项目详情
关闭
disksurf-1.2.8.tar.gz的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | 19a3e73510029d50c9829ebad03f172c058f12f253e2954b9e04141112752100 |
|
MD5 | ea888022c3679f321a96a2ef8de67538 |
|
BLAKE2b-256 | abf5ce27e6844d1e33bc0be89b02735cbe73bea238d553cfe29e0bbcb56633df |