Metadata-Version: 2.1
Name: nfis
Version: 0.1.5
Summary: Near field imager and simulator for radio interferometers
Author: satyapan
Author-email: satyapan.iiserm@gmail.com
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: astropy
Requires-Dist: imageio
Requires-Dist: lofarantpos
Requires-Dist: matplotlib
Requires-Dist: numexpr
Requires-Dist: numpy
Requires-Dist: python-casacore
Requires-Dist: scipy
Requires-Dist: tqdm
Description-Content-Type: text/markdown

# Near field imager and simulator for radio interferometers
[![DOI](https://zenodo.org/badge/821329002.svg)](https://doi.org/10.5281/zenodo.15022096)

nfis is a Python-based tool for performing near field imaging and simulations on radio interferometric measurement sets. The imaging and simulation algorithms are described by [Munshi et al. 2025](https://arxiv.org/abs/2503.21728).

# Dependencies
nfis requires the following python libraries: 
- numpy
- matplotlib
- scipy
- astropy
- python-casacore
- tqdm
- imageio
- numexpr
- lofarantpos

# Installation
nfis can be installed via pip:
```
pip install nfis
```

# Documentation
A step-by-step guide is presented in the wiki page.

