pymosaic-fits
Project description
# pymosaics
[![PyPI version](https://badge.fury.io/py/pymosaic-fits.svg)](https://badge.fury.io/py/pymosaic-fits) [![Build Status](https://travis-ci.org/volodymyrss/pymosaics.svg?branch=master)](https://travis-ci.org/volodymyrss/pymosaics) [![codecov](https://codecov.io/gh/volodymyrss/pymosaics/branch/master/graph/badge.svg)](https://codecov.io/gh/volodymyrss/pymosaics) [![Total alerts](https://img.shields.io/lgtm/alerts/g/volodymyrss/pymosaics.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/volodymyrss/pymosaics/alerts/) [![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/volodymyrss/pymosaics.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/volodymyrss/pymosaics/context:python)
__CAUTION__: this is a simple functional project, although it should work as generally expected, do make sanity checks and make sure you understand what the mosaic does - as usual. In particular, the re-pixelization approach (mapping/interpolation) is suitable for maps with flux density, as long as the pixels are smaller than PSF
Merge FITS file mosaic
maps all images in the same pixels (taken from one of the images, or healpix)
sums with a flexible algorithm
output mosaics format is compatible with input - allowing map-reduce operations
note that pixelization used for mosaic and for the output is not necessarily the same, i.e. for healpix it’s useful to have “regular” projection output.
clearly, healpix pixels are useful primarily for all-sky.
## Installation
`bash $ pip install pymosaic-fits `
## Example:
`bash $ mosaic tests/data/isgri_sky_ima_{1,2}.fits.gz out.fits # just a normal mosaic, pixels/output from first image $ mosaic tests/data/isgri_sky_ima_{1,2}.fits.gz out.fits --mock # mock, to show assembly $ mosaic tests/data/isgri_sky_ima_{1,2}.fits.gz out.fits --pixels healpix # healpix pixels, projected output `
`python import mosaic mosaic.mosaic_fn_list(["tests/data/isgri_sky_ima_1.fits.gz", "tests/data/isgri_sky_ima_2.fits.gz"], "out.fits") `
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for pymosaic_fits-0.4.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d47b4c838f0b40c34d26204f32cf928377b4cc1b76774d91c4963f6ff73652b2 |
|
MD5 | 472160faae6dea77875b4eb90e752333 |
|
BLAKE2b-256 | f2d3cf7b3f5c4eaf5d2149e41b9bbd19d1d38ff481d4f92d1928314431b00a12 |