Skip to main content

OIFITS (Data Exchange Standard for Optical Interferometry, A&A 597, A8, 2017)

Project description

Purpose

Read and manipulate Optical Interferometry FITS files. See Duvert at al. (2007, A&A 597, A8) for a full definition of the standard.

Installation

Site-wide installation will be performed with sudo -H pip3 install oifits (when this package is ready)

Short example

Read and merge to OIFITS datasets and tranform to a standard astropy table.

import oifits

data1 = oifits.read('file1.fits')

data2 = oifits.read('file2.fits')

data = data1 + data2

tab = data.to_table()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyoifits-0.1.tar.gz (22.6 kB view hashes)

Uploaded Source

Built Distribution

pyoifits-0.1-py3-none-any.whl (28.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page