sharpener is a tool to identify the position of all continuum sources in a continuum image and extract a spectrum from each line of sight of these sources.
Project description
SHARPener
This is a set of tools that have been developed in preparation of the SHARP survey.
The main function of sharpener
is to identify the position of all continuum sources in a continuum image and extract
a spectrum from each line of sight of these sources.
The spectra are then plotted.
sharpener
can be run automatically using a .yml
parameter file as run_sharpener -c <parameter_file.yml>
, or through a IPython
notebook.
To generate config with run_sharpener -gd <parameter_file.yml>
and for help run_sharpener -h
.
The following tutorials can guide you through the different capabilities of sharpener
.
Installation
Requisites
- SHARPener makes use of the most common
python
packages (e.g.numpy
,scipy
,astropy
,astroquery
,prettytable
) and addition tompdaf
andpypdf2
. - The parameter file is in
yaml
format, hencepyaml
, andjson
packages should be installed. - Tutorials make use of
tabulate
andglob
for fancy outputs.
Insallation instructions
- Clone this repository. From terminal type:
git clone https://github.com/Fil8/SHARPener.git
- Then change directory into SHaRPener and install:
cd SHARPener && pip install .
- This package is also available on pypi, allowing:
pip install sharpener
© Filippo M. Maccagni 2018-2019
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.