跳转到主要内容

推断和重新投影盘的3D结构。

项目描述

disksurf


Documentation Status DOI DOI

这是什么?

disksurf 是一个包含使用 Pinte 等人 (2018) 提出的方法(附带 Pinte et al. (2018) 的相关 示例脚本)测量光学厚发射高度或光球的函数的包。

如何安装它?

从PyPI获取最新版本

$ pip install disksurf

它有几个依赖项,即 astropyGoFish,如果您没有它们,将自动安装。要验证一切是否按预期安装,运行 教程 应该没有问题。

如何使用它?

在基本使用上,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 (31.2 kB 查看哈希值)

上传时间 源代码

由以下机构支持