Metadata-Version: 2.4
Name: pyFRESCO
Version: 0.1.3
Author-email: Marco Baroni <mbaroni96@gmail.com>, Beatrice Baschetti <beatrice.baschetti@inaf.it>
License: MIT
Project-URL: Source, https://github.com/MarcoBaroni/pyfresco
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: kneed>=0.8.5
Requires-Dist: matplotlib>=3.7.5
Requires-Dist: numpy>=1.24.4
Requires-Dist: pandas>=2.0.3
Requires-Dist: rasterio>=1.3.10
Requires-Dist: scipy>=1.10.1
Requires-Dist: spectral>=0.23.1
Requires-Dist: torch>=2.4.0
Dynamic: license-file

[![Documentation Status](https://readthedocs.org/projects/pyfresco/badge/?version=latest)](https://pyfresco.readthedocs.io/en/latest/)

# pyFRESCO

A Python package for hyperspectral data analysis and processing. Tailored onto the Map-projected Target Reduced Data Products (MTRDR) of the Compact Reconnaissance Imager Spectrometer for Mars (CRISM).

## Features

 - RGB maps: possibility to create RGB maps from spectral paramters datacube
 - Spectra Extraction: three different means of spectra extraction from the CRISM datacube
 - Spectra Normalization: various methods to normalize and pre process the target spectrum
 - Spectra Analysis: Possibility to either make analogue comparisons and/or spectral deconvolution

## Installation

pyFRESCO can be installed using pip:

pip install pyfresco
