CASA Next Generation Infrastructure Prototype
Project description
Documentation
API and User Manual: https://cngi-prototype.readthedocs.io
Installation
(maybe) apt-get install libgfortran3
pip install –extra-index-url https://casa-pip.nrao.edu/repository/pypi-group/simple casatools
pip install cngi-prototype
Organization
CNGI is organized in to modules as described below. Each module is responsible for a different functional area, such as file conversion, input / output, MS operations, and Image operations.
conversion
dio
ms
images
direct
Usage
You can import things several different ways. For example:
from cngi import dio
df = dio.read_pq(...)
or
from cngi.dio import read_pq
df = read_pq(...)
or
import cngi.dio as cdio
df = cdio.read_pq(...)
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 cngi_prototype-0.0.8.tar.gz.
File metadata
- Download URL: cngi_prototype-0.0.8.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/36.5.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
54a22629ac79cf14a8f05d3005ed09c8aeb25cc517b0ad96ea8532793e009fd3
|
|
| MD5 |
b85fec5033f69e353fd11f1b3bb02240
|
|
| BLAKE2b-256 |
7f0ea7acbfa365f23d0e0081a3d7ab420bba96a3dbbd9e57b07e9706d8becb5c
|