Skip to content

Software that create mosaics using the IPHAS images with python and montage package.

License

Notifications You must be signed in to change notification settings

mgomezAstro/IPHASMosaic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IPHASMosaic

Software that create mosaics using the IPHAS images with python and montage package.

Pre-requisites

  • Python 3.7
  • Unix based systems (on Windows, it was tested under WSL)

Installation

Download the latest wheel located in the dist directroy and run pip install name_of_the_wheel.whl.

Usage

from astropy.coordinates import SkyCoord
from iphasmosaic import IPHASMosaic

coors1 = SkyCoord("19:05:48", "+10:30:00", unit=("hourangle", "deg"))
im = IPHASMosaic(name="StDr19", band="halpha", ra=coors1.ra.value, dec=coors1.dec.value, radius=120)
im.create_tree()
im.download_and_prepare(qcgrade=["A++", "A+", "A"], remove_duplicates=True, report_table=None)
im.mosaic(fix_nan=True)

This will generate a final image in the desired filter and save it as .fits under the main directory (e.g., ./StDr19).

About

Software that create mosaics using the IPHAS images with python and montage package.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages