Metadata-Version: 2.1
Name: nustarpipeline
Version: 0.1.17
Summary: nustar-pipeline
Home-page: https://gitlab.astro.unige.ch/ferrigno/nustar-pipeline
Author: C.F.
Author-email: carlo.ferrigno@unige.ch
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Internet
Classifier: Topic :: Scientific/Engineering :: Astronomy
License-File: LICENSE

# NuSTAR-pipeline

This package wrpas the nustar pipelines for point sources in convenient format for
an homogeneus analysis.

Two executable scripts are provided in the package:
* process_nustar.py to perform the procesing
* get_nustar_data.py to download the data

## Tasks

* Separate the ds9 region generation from spectral processing 

* Make an Heasarc Docker container with Nustar CalDB. 
	- Use version as input variable.
	- Tag the date of creation (for CALDB).

* Port the use of astroquery to find OBSIDs for a source in a given time interval.

* Adapt script to make image.

* Separate a function to create regions with interactive input from the user.

* Extract spectrum



