-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
# qsoabsfind | ||
|
||
`qsoabsfind` is a Python module designed to detect absorbers with doublet properties in SDSS/DESI quasar spectra using a convolution method. This tool identifies potential absorbers, applies Gaussian fitting to reject false positives, and computes equivalent widths (EWs) of the lines. Currently the package works for MgII 2796,2803 and CIV 1548,1550 doublets | ||
`qsoabsfind` is a Python module designed to detect absorbers with doublet properties in SDSS/DESI quasar spectra using a convolution method. This tool identifies potential absorbers, applies Gaussian fitting to reject false positives, and computes equivalent widths (EWs) of the lines. | ||
|
||
Currently, the package works only for **MgII 2796,2803** and **CIV 1548,1550** doublets. | ||
|
||
## Features | ||
|
||
- Convolution-based detection of absorbers in QSO spectra. | ||
- Gaussian fitting for accurate measurement of absorber properties. | ||
- Parallel processing for efficient computation on large datasets. | ||
- Convolution-based adaptive S/N approach for detecting absorbers in QSO spectra. | ||
- Gaussian fitting for accurate measurement of absorber properties (such as EW, line widths, and centers). | ||
- Parallel processing for efficient computation on a large number of spectra. | ||
|
||
## Installation | ||
|
||
|
@@ -16,7 +18,6 @@ | |
- `numpy` | ||
- `scipy` | ||
- `astropy` | ||
- `fitsio` | ||
- `numba` | ||
- `pytest` (for running tests) | ||
|
||
|
@@ -47,8 +48,8 @@ qsoabsfind --input-fits-file path_to_input_fits_file.fits \ | |
## Contribution | ||
Contributions are welcome! Please submit a pull request or open an issue to discuss your ideas. | ||
|
||
Thanks, | ||
Abhijeet Anand | ||
Lawrence Berkeley National Lab | ||
Thanks, | ||
Abhijeet Anand | ||
Lawrence Berkeley National Lab | ||
|
||
In case any questions/suggestions, please feel free to write to [email protected] | ||
If you have any questions/suggestions, please feel free to write to [email protected] |