Metadata-Version: 2.1
Name: flows_get_brightest
Version: 1.0.2
Summary: Helper script for getting the brightest star in a Hawk-I (or other)
Author-email: Emir Karamehmetoglu <emir.k@phys.au.dk>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Requires-Dist: requests
Requires-Dist: tendrils
Requires-Dist: astropy>=2.3.1
Requires-Dist: numpy>=1.19.1
Requires-Dist: regions
Requires-Dist: astroquery>=0.4.5
Requires-Dist: matplotlib
Project-URL: Home, https://github.com/SNflows/flows-tools/

# flows-tools# flows-tools
Observer tools for the FLOWS pipeline

Available scripts:
 - get_brightest.py The HAWK-I pointing script that will create a finding chart for HAWK-I H-band images given a flows target, and optional rotation (position angle) and telescope offsets.
 - fixlcogt.py A script for fixing LCOGT headers not preserved by other sripts such as imagematch.
 - cutouts.py A flexible script for making image cutouts while preserving original headers and extension and applying the same cutout to all image extensions present in the fits file.

Available notebooks:
 - Subtraction.ipynb Example notebook for doing manual subtractions following @sholmbo's method.
 - image_cutout.ipynb Example notebook that was the inspiration for cutouts.py.

