Metadata-Version: 2.4
Name: f2p
Version: 0.1.0
Summary: FITS 2D/3D physical size analyzer
Home-page: https://github.com/siwakotiutsav/fits2physical
Author: Utsav Siwakoti
Author-email: siwakotiutsav@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: matplotlib
Requires-Dist: astropy
Requires-Dist: scipy
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# fits2physical

FITS 2D/3D physical size analyzer with smart diagonal measurement.

## Installation

```bash
pip install git+https://github.com/siwakotiutsav/fits2physical.git

```

#Usage

import f2p
df = f2p.analyze("path/to/fits/file.fits", distance_mpc=give your distance in Mpc)

print(df)
