/*
 *	Copyright (c) 2016 Smithsonian Astrophysical Observatory
 */

/*
 *
 * healpix.h - include file for healpix support
 *
 */

#ifndef	__healpix_h
#define	__healpix_h

fitsfile *healpixToImage(fitsfile *ifptr, int *status);

#endif /* __healpix.h */
