Metadata-Version: 2.1
Name: XSpect-EW
Version: 1.0.0
Summary: Python3 - User guided equivalent wideth measurement and analysis tool for stellar absorption spectra 
Author-email: George Vejar <forgeousgeorge@gmail.com>
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: numpy >=1.2
Requires-Dist: matplotlib >=3.4
Requires-Dist: scipy >=1.6
Requires-Dist: astropy >=4.0
Requires-Dist: george >=0.4
Project-URL: Home, https://github.com/forgeousgeorge/XSpect

# XSpect
Python3 code to measure equivalent widths from high-resolution spectra. Output file can be used with pymoogi or MOOG.

## XSpect - EW (Equivalent Widths)
 - Loads spectral data from Keck HIRES fits files
 - Includes options for loading data from arrays
 - Normalizes reduced data
 - Applies waveshift correction (comparison spectrum required)
 - Measures equivalent widths of input line list (line list required, sample provided)
 - Outputs pymoogi readable file used to derive and determine stellar parameters and elemental abundances

### Python Required Packages
 - Numpy
 - Matplotlib
 - Scipy
 - Astropy 
 - george - Gaussian Process Regression

