Infer and reproject a disk's 3D structure.
Project description
disksurf
What is it?
disksurf
is a package which contains the functions to measure the height of optically thick emission, or photosphere, using the method presented in Pinte et al. (2018).
How do I install it?
Grab the latest version from PyPI:
$ pip install disksurf
This has a couple of dependencies, namely astropy and GoFish, which should be installed automatically if you don't have them. To verify that everything was installed as it should, running through the tutorials should work without issue.
How do I use it?
At its most basic, disksurf
is as easy as:
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
Follow our tutorials for a quick guide on how to use disksurf
with DSHARP data and some of the additional functions that will help you extract the best surface possible.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file disksurf-0.1.7.tar.gz
.
File metadata
- Download URL: disksurf-0.1.7.tar.gz
- Upload date:
- Size: 22.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/56.2.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1932ca50072654b43c22142e8438d8ec7eb0796bae32a204cbd454742028016a |
|
MD5 | ec8b255930bc88a7cae1780da930a926 |
|
BLAKE2b-256 | 7acad79e339ed090b04c5f1a96d27f36e4137d5d90fdf5f2a0d9258f9d2fea46 |