Metadata-Version: 2.4
Name: genoca
Version: 0.1.5
Summary: Add your description here
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: astropy>=6.1.7
Requires-Dist: astroquery>=0.4.11
Requires-Dist: click>=8.3.1
Requires-Dist: fpdf>=1.7.2
Requires-Dist: logger>=1.4
Requires-Dist: matplotlib>=3.10.7
Requires-Dist: PyQt6
Requires-Dist: pandas>=2.3.3
Requires-Dist: scipy>=1.15.3
Requires-Dist: snakeviz>=2.2.2
Dynamic: license-file

# GenOCA
GenOCA (Generic Oifits CAlibration) is a Python package that enables the calibration of data from stellar interferometers. These data must be recorded in the OIFITS format.
GenOCA takes as input a list of raw OIFITS files (calibrators and targets), referred to as Level L1 data, and produces as output calibrated OIFITS files for the targets, referred to as Level L2 data.
GenOCA also produces plots of the raw and calibrated visibility and the transfer function, as well as a report in PDF format.

GenOCA could be applied on data from the following interferometric instruments: SPICA, MIRCx and MYTIC of the CHARA array and GRAVITY and MATISSE of the VLTI array.


# Installation
uv venv genoca-env

source genoca-env/bin/activate

uv pip install genoca


# Upgrade
uv pip install --upgrade genoca


# Usage
Example : CALIB path_to_L1_files --wdir path_to_your_working_directory --plot --pdf

If you want to know all the parameters: CALIB --help


