convolve_uv
convolve-uv is a small Python package that allows for image convolution without loss of resolution.
Installation
pip install convolve-uv
Usage
import astropy.units as u
from convolve_uv import convolve_uv
from radio_beam import Beam
from spectral_cube import SpectralCube
cube = SpectralCube.read("my_cube.fits")
target_beam = Beam(major=0.86 * u.arcsec, minor=0.86 * u.arcsec, pa=0 * u.deg)
cube_conv = convolve_uv(image=cube,
target_beam=target_beam,
)
For more details, read the documentation.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
convolve_uv-0.3.0.tar.gz
(136.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file convolve_uv-0.3.0.tar.gz.
File metadata
- Download URL: convolve_uv-0.3.0.tar.gz
- Upload date:
- Size: 136.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35a8108859b6226ceb5d7fef49930afa37353c11a03f86d8f7d5a50b4a8f2347
|
|
| MD5 |
26c740a0de69622ef6fe832b2047a2d8
|
|
| BLAKE2b-256 |
ed0bde775bdac382f4da0bc07a3df96b8aabb425aa2605e8a827f28ff51191de
|
File details
Details for the file convolve_uv-0.3.0-py3-none-any.whl.
File metadata
- Download URL: convolve_uv-0.3.0-py3-none-any.whl
- Upload date:
- Size: 34.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67dab562dd194219e6dee041f58068d2cf72a143411a87610731abbc553f8d8c
|
|
| MD5 |
cda2dde870f625cda67482adde20bc5e
|
|
| BLAKE2b-256 |
aca421618fc0dd7ab3781f76f12ff05a21b479249a7f8152f3970b377a527d13
|