2011-07-05 12:54  cyrille.rosset@gmail.com

	* [r194] healpy/pixelfunc.py: correct bug in _ud_grade_core (wrong
	  masking of bad pixel). Now uses function mask_bad. Solve issue 59

2011-06-21 13:17  cyrille.rosset@gmail.com

	* [r193] INSTALL, setup.py: Modify setup.py to allow setting option
	  through environment variable - see INSTALL

2011-06-08 15:08  martin.reinecke1@gmx.de

	* [r192] setup.py: try to fix issue 60 for real this time

2011-06-08 09:53  martin.reinecke1@gmx.de

	* [r191] INSTALL, hpbeta/config/config.healpy,
	  hpbeta/config/config.healpy_openmp,
	  hpbeta/config/config.healpy_osx,
	  hpbeta/config/config.healpy_osx_openmp, setup.py: try to fix
	  issue 60 (by adding a flag "--without-native" to setup.py)
	  use the same mechanism for controlling OpenMP

2011-06-07 16:36  cyrille.rosset@gmail.com

	* [r190] hpbeta/config/config.healpy_openmp,
	  hpbeta/config/config.healpy_osx_openmp: Forgot files for with and
	  without openmp_support

2011-06-07 16:35  cyrille.rosset@gmail.com

	* [r189] INSTALL, hpbeta/config/config.healpy,
	  hpbeta/config/config.healpy_osx, setup.py: Add option
	  --without-openmp, as openmp seems to cause segfaults on some
	  platforms ; also add command distclean to setup.py, which remove
	  any build results to ensure full recompilation (both healpix_cxx
	  and healpy)

2011-05-10 15:54  cyrille.rosset@gmail.com

	* [r188] healpy/version.py: update version.py

2011-05-10 15:53  cyrille.rosset@gmail.com

	* [r187] healpy/zoomtool.py: remove show() call in mollzoom (avoid
	  blocking in interactive session on some platforms)

2011-05-10 01:09  andrea.zonca@gmail.com

	* [r186] healpy/pixelfunc.py: Merge pull request #5 from
	  ziotom78/patch-1
	  
	  Properly take into account NaNs and INFs

2011-04-27 09:50  martin.reinecke1@gmx.de

	* [r185] hpbeta/Healpix_cxx/alm_healpix_tools.cc,
	  hpbeta/Healpix_cxx/healpix_base.cc,
	  hpbeta/Healpix_cxx/healpix_base.h,
	  hpbeta/Healpix_cxx/healpix_map.h,
	  hpbeta/Healpix_cxx/healpix_tables.cc,
	  hpbeta/Healpix_cxx/healpix_tables.h,
	  hpbeta/Healpix_cxx/planck.make, hpbeta/c_utils/c_utils.c,
	  hpbeta/c_utils/c_utils.h, hpbeta/cxxsupport/arr.h,
	  hpbeta/cxxsupport/cxxutils.cc, hpbeta/cxxsupport/cxxutils.h,
	  hpbeta/cxxsupport/datatypes.h,
	  hpbeta/cxxsupport/error_handling.cc,
	  hpbeta/cxxsupport/fitshandle.cc, hpbeta/cxxsupport/geom_utils.cc,
	  hpbeta/cxxsupport/geom_utils.h, hpbeta/cxxsupport/math_utils.h,
	  hpbeta/cxxsupport/openmp_support.h,
	  hpbeta/cxxsupport/paramfile.cc, hpbeta/cxxsupport/paramfile.h,
	  hpbeta/cxxsupport/planck.make, hpbeta/cxxsupport/pointing.cc,
	  hpbeta/cxxsupport/pointing.h, hpbeta/cxxsupport/rangeset.h,
	  hpbeta/cxxsupport/rotmatrix.cc, hpbeta/cxxsupport/rotmatrix.h,
	  hpbeta/cxxsupport/share_utils.h,
	  hpbeta/cxxsupport/string_utils.cc,
	  hpbeta/cxxsupport/string_utils.h, hpbeta/cxxsupport/trafos.cc:
	  sync with master sources

2011-04-21 12:25  cyrille.rosset@gmail.com

	* [r184] healpy/sphtfunc.py: correct issue 52 (undefined variable i
	  in smoothalm)

2011-04-15 09:01  cyrille.rosset@gmail.com

	* [r183] setup.py: correction in setup.py

2011-04-14 16:44  cyrille.rosset@gmail.com

	* [r182] ChangeLog: update ChangeLog

2011-04-14 16:42  cyrille.rosset@gmail.com

	* [r181] ChangeLog: update ChangeLog

2011-04-14 16:32  cyrille.rosset@gmail.com

	* [r178] healpy/__init__.py, healpy/pixelfunc.py,
	  healpy/projaxes.py, healpy/projector.py, healpy/zoomtool.py:
	  Solve issue 51 ; add support for explicit pixellization through
	  dict (keys are pixel numbers, 'nside' key define the nside)

2011-04-13 15:08  cyrille.rosset@gmail.com

	* [r177] healpy/__init__.py, healpy/fitsfunc.py,
	  healpy/visufunc.py: Change setting to UNSEEN in read_map ;
	  position of unit ; remove 'on' in gnomonic position text

2011-04-13 13:38  cyrille.rosset@gmail.com

	* [r176] setup.py: force use of libcfitsio.a instead of the shared
	  library through extra_link_args

2011-04-13 10:05  cyrille.rosset@gmail.com

	* [r175] setup.py: remove unnecessary compilation options

2011-04-05 11:13  martin.reinecke1@gmx.de

	* [r174] hpbeta/Healpix_cxx/alm.cc, hpbeta/Healpix_cxx/alm.h,
	  hpbeta/Healpix_cxx/alm_healpix_tools.h,
	  hpbeta/Healpix_cxx/healpix_base.cc,
	  hpbeta/Healpix_cxx/healpix_base.h,
	  hpbeta/Healpix_cxx/healpix_map.h, hpbeta/Healpix_cxx/planck.make,
	  hpbeta/Healpix_cxx/powspec.cc, hpbeta/Healpix_cxx/powspec.h,
	  hpbeta/cxxsupport/arr.h, hpbeta/cxxsupport/cxxutils.cc,
	  hpbeta/cxxsupport/cxxutils.h, hpbeta/cxxsupport/datatypes.h,
	  hpbeta/cxxsupport/error_handling.cc,
	  hpbeta/cxxsupport/error_handling.h,
	  hpbeta/cxxsupport/fitshandle.cc, hpbeta/cxxsupport/fitshandle.h,
	  hpbeta/cxxsupport/geom_utils.h, hpbeta/cxxsupport/paramfile.cc,
	  hpbeta/cxxsupport/paramfile.h, hpbeta/cxxsupport/planck.make,
	  hpbeta/cxxsupport/pointing.cc, hpbeta/cxxsupport/pointing.h,
	  hpbeta/cxxsupport/rangeset.h, hpbeta/cxxsupport/rotmatrix.cc,
	  hpbeta/cxxsupport/rotmatrix.h, hpbeta/cxxsupport/trafos.cc,
	  hpbeta/cxxsupport/trafos.h: sync with master sources

2011-03-07 09:49  martin.reinecke1@gmx.de

	* [r173] hpbeta/Healpix_cxx/healpix_base.cc,
	  hpbeta/Healpix_cxx/healpix_base.h, hpbeta/README.compilation,
	  hpbeta/config/rules.common, hpbeta/cxxsupport/cxxutils.cc,
	  hpbeta/cxxsupport/levels_facilities.h,
	  hpbeta/cxxsupport/rangeset.h, hpbeta/docsrc/planck.make,
	  hpbeta/libcfitsio/planck.make, hpbeta/libpsht/libpsht.dox,
	  hpbeta/libpsht/psht.c, hpbeta/libpsht/psht.h,
	  hpbeta/libpsht/psht_almhelpers.c,
	  hpbeta/libpsht/psht_almhelpers.h,
	  hpbeta/libpsht/psht_geomhelpers.c,
	  hpbeta/libpsht/psht_geomhelpers.h, hpbeta/libpsht/psht_inc.c,
	  hpbeta/libpsht/ylmgen_c.c, hpbeta/libpsht/ylmgen_c.h: sync with
	  master sources

2011-03-07 09:19  martin.reinecke1@gmx.de

	* [r172] setup.py: add "-fpermissive" flag to allow cfitsio
	  compilation on some platforms

2011-03-01 16:02  cyrille.rosset@gmail.com

	* [r168] healpy/sphtfunc.py: Change documentation of anafast to
	  match real output of code (consistent with order of alm2cl
	  output)

2011-03-01 12:40  cyrille.rosset@gmail.com

	* [r167] healpy/version.py: update version.py

2011-03-01 12:19  cyrille.rosset@gmail.com

	* [r166] pshyt/pshyt.c, setup.py: remove cython-generated pshyt.c

2011-01-31 12:07  martin.reinecke1@gmx.de

	* [r165] hpbeta/Healpix_cxx/alm_powspec_tools.cc,
	  hpbeta/config/config.aix64, hpbeta/config/config.generic_gcc,
	  hpbeta/config/config.healpy, hpbeta/config/config.healpy_osx,
	  hpbeta/config/config.irix64, hpbeta/config/config.linux_icc,
	  hpbeta/config/config.osx, hpbeta/cxxsupport/cxxutils.cc,
	  hpbeta/docsrc/Healpix_cxx.dox, hpbeta/docsrc/cxxsupport.dox,
	  hpbeta/docsrc/libfftpack.dox, hpbeta/libfftpack/ls_fft.c,
	  hpbeta/libpsht/libpsht.dox, hpbeta/libpsht/ylmgen_c.c: warning
	  fixes and cleanups

2011-01-26 15:34  martin.reinecke1@gmx.de

	* [r164] hpbeta/libpsht/ylmgen_c.c: hopefully fix a sign error

2011-01-26 13:38  cyrille.rosset@gmail.com

	* [r163] healpy/visufunc.py: remove the pylab.show() call in
	  visufunc (blocking for some backend and unnecessary)

2011-01-26 12:22  martin.reinecke1@gmx.de

	* [r162] hpbeta/Healpix_cxx/alm2map_cxx.cc,
	  hpbeta/Healpix_cxx/alm2map_cxx.par.txt,
	  hpbeta/Healpix_cxx/alm_fitsio.cc,
	  hpbeta/Healpix_cxx/alm_fitsio.h,
	  hpbeta/Healpix_cxx/anafast_cxx.cc,
	  hpbeta/Healpix_cxx/anafast_cxx.par.txt,
	  hpbeta/Healpix_cxx/calc_powspec.cc,
	  hpbeta/Healpix_cxx/healpix_base2.cc,
	  hpbeta/Healpix_cxx/healpix_base2.h,
	  hpbeta/Healpix_cxx/healpix_map_fitsio.cc,
	  hpbeta/Healpix_cxx/healpix_map_fitsio.h,
	  hpbeta/Healpix_cxx/hotspots_cxx.cc,
	  hpbeta/Healpix_cxx/hpxtest.cc, hpbeta/Healpix_cxx/map2tga.cc,
	  hpbeta/Healpix_cxx/map2tga.par.txt,
	  hpbeta/Healpix_cxx/median_filter_cxx.cc,
	  hpbeta/Healpix_cxx/mult_alm.cc,
	  hpbeta/Healpix_cxx/mult_alm.par.txt,
	  hpbeta/Healpix_cxx/planck.make,
	  hpbeta/Healpix_cxx/powspec_fitsio.cc,
	  hpbeta/Healpix_cxx/powspec_fitsio.h,
	  hpbeta/Healpix_cxx/rotalm_cxx.cc,
	  hpbeta/Healpix_cxx/smoothing_cxx.cc,
	  hpbeta/Healpix_cxx/smoothing_cxx.par.txt,
	  hpbeta/Healpix_cxx/syn_alm_cxx.cc,
	  hpbeta/Healpix_cxx/syn_alm_cxx.par.txt,
	  hpbeta/Healpix_cxx/udgrade_cxx.cc, hpbeta/c_utils/planck.make,
	  hpbeta/c_utils/walltime_c.c, hpbeta/c_utils/walltime_c.h,
	  hpbeta/cxxsupport/bstream.h, hpbeta/cxxsupport/fftpack_support.h,
	  hpbeta/cxxsupport/font_data.inc, hpbeta/cxxsupport/ls_image.cc,
	  hpbeta/cxxsupport/ls_image.h, hpbeta/cxxsupport/planck.make:
	  remove more unused C++ sources

2011-01-25 16:12  martin.reinecke1@gmx.de

	* [r161] healpy/src/_healpy_sph_transform_lib.cc: more rearranging
	  and usage of assertions

2011-01-25 13:29  martin.reinecke1@gmx.de

	* [r160] hpbeta/Healpix_cxx/alm2map_cxx_module.cc,
	  hpbeta/Healpix_cxx/anafast_cxx_module.cc,
	  hpbeta/Healpix_cxx/calc_powspec_module.cc,
	  hpbeta/Healpix_cxx/hotspots_cxx_module.cc,
	  hpbeta/Healpix_cxx/map2tga_module.cc,
	  hpbeta/Healpix_cxx/median_filter_cxx_module.cc,
	  hpbeta/Healpix_cxx/mult_alm_module.cc,
	  hpbeta/Healpix_cxx/planck.make,
	  hpbeta/Healpix_cxx/smoothing_cxx_module.cc,
	  hpbeta/Healpix_cxx/syn_alm_cxx_module.cc,
	  hpbeta/Healpix_cxx/udgrade_cxx_module.cc, hpbeta/Makefile,
	  hpbeta/alice, hpbeta/libpsht/planck.make,
	  hpbeta/libpsht/psht_perftest.c, hpbeta/libpsht/psht_test.c,
	  hpbeta/test: get rid of unused C++ code

2011-01-25 13:16  martin.reinecke1@gmx.de

	* [r159] healpy/src/_healpy_fitsio_lib.cc,
	  healpy/src/_healpy_pixel_lib.cc,
	  healpy/src/_healpy_sph_transform_lib.cc,
	  healpy/src/_healpy_utils.h: - restructure _healpy_pixel_lib.cc
	  * re-order functions to avoid the need for prototypes
	  * only call setNside() if really needed; this should save time
	  - avoid compiler warnings

2011-01-25 10:34  martin.reinecke1@gmx.de

	* [r158] healpy/src/_healpy_pixel_lib.cc: apply patch provided with
	  issue #39 to avoid code duplication

2011-01-25 10:16  martin.reinecke1@gmx.de

	* [r157] healpy/src/_healpy_sph_transform_lib.cc: - whitespace
	  cleanup
	  - make use of assert() macros to shorten code

2011-01-24 17:28  andrea.zonca@gmail.com

	* [r156] healpy/__init__.py: added write_alm to __init__

2011-01-17 14:52  martin.reinecke1@gmx.de

	* [r155] hpbeta/c_utils/walltime_c.c, hpbeta/c_utils/walltime_c.h,
	  hpbeta/config/config.healpy, hpbeta/cxxsupport/bstream.h,
	  hpbeta/cxxsupport/xcomplex.h, hpbeta/libpsht/psht.c,
	  hpbeta/libpsht/psht.h, hpbeta/libpsht/psht_almhelpers.c,
	  hpbeta/libpsht/psht_cxx.h, hpbeta/libpsht/psht_geomhelpers.c,
	  hpbeta/libpsht/psht_inc.c, hpbeta/libpsht/psht_perftest.c,
	  hpbeta/libpsht/psht_test.c, hpbeta/libpsht/ylmgen_c.c,
	  hpbeta/libpsht/ylmgen_c.h: synchronize with master sources

2011-01-17 14:51  martin.reinecke1@gmx.de

	* [r154] INSTALL: update testing instructions

2010-12-30 11:33  andrea.zonca@gmail.com

	* [r153] healpy/test/test_fitsfunc.py: Use the new return_mmax
	  mechanism

2010-12-30 11:33  andrea.zonca@gmail.com

	* [r152] healpy/fitsfunc.py: Added more detailed documentation for
	  read_alm

2010-12-30 11:33  andrea.zonca@gmail.com

	* [r151] healpy/fitsfunc.py: Added support for optionally returning
	  mmax in read_alm

2010-12-27 17:06  andrea.zonca@gmail.com

	* [r150] healpy/fitsfunc.py, healpy/test/test_fitsfunc.py: fixed
	  bug in write_alm and test case

2010-12-27 17:06  andrea.zonca@gmail.com

	* [r149] healpy/fitsfunc.py, healpy/test/test_fitsfunc.py: merged
	  patch and test case, NEEDS VERIFICATION

2010-12-06 16:54  cyrille.rosset

	* [r148] pshyt/pshyt.c, setup.py: Add cfitsio library dir (from
	  CFITSIO_EXT_LIB etc.) to setup call

2010-12-06 14:22  cyrille.rosset

	* [r147] ChangeLog: Update ChangeLog

2010-12-06 14:20  cyrille.rosset

	* [r146] MANIFEST.in, healpy/__init__.py, healpy/version.py,
	  pshyt/pshyt.c, pshyt/pshyt.pyx, setup.py: Add doc to pshyt module
	  ; move pshyt into healpy for installation ; add alias for numpy
	  (nm=np=npy=numpy in healpy and pshyt)

2010-12-06 13:08  lejeune@apc.univ-paris7.fr

	* [r145] healpy/__init__.py, pshyt, pshyt/pshyt.c, pshyt/pshyt.pyx,
	  setup.py: include Karim's pshyt module

2010-12-06 11:22  lejeune@apc.univ-paris7.fr

	* [r144] healpy/__init__.py: add numpy to init

2010-12-03 14:04  cyrille.rosset

	* [r143] MANIFEST.in, healpy/version.py,
	  hpbeta/config/config.healpy: Change default PREFIX to /usr
	  instead of /usr/local, update MANIFEST.in

2010-12-01 10:12  lejeune@apc.univ-paris7.fr

	* [r142] setup.py: from now, no need to compile twice

2010-11-25 17:20  cyrille.rosset

	* [r141] healpy/version.py, healpy/visufunc.py: remove pylab.show()
	  at the end of plotting commands

2010-11-25 14:04  martin.reinecke1@gmx.de

	* [r140] ., INSTALL, healpy/__init__.py, healpy/sphtfunc.py,
	  healpy/src/_healpy_fitsio_lib.cc,
	  healpy/src/_healpy_pixel_lib.cc,
	  healpy/src/_healpy_sph_transform_lib.cc,
	  healpy/src/_healpy_utils.h, hpbeta/Healpix_cxx/Healpix_cxx.dox,
	  hpbeta/Healpix_cxx/alm.h, hpbeta/Healpix_cxx/alm2map_cxx.cc,
	  hpbeta/Healpix_cxx/alm2map_cxx_module.cc,
	  hpbeta/Healpix_cxx/alm_fitsio.cc,
	  hpbeta/Healpix_cxx/alm_fitsio.h,
	  hpbeta/Healpix_cxx/alm_healpix_tools.cc,
	  hpbeta/Healpix_cxx/alm_healpix_tools.h,
	  hpbeta/Healpix_cxx/alm_map_tools.cc,
	  hpbeta/Healpix_cxx/alm_map_tools.h,
	  hpbeta/Healpix_cxx/alm_powspec_tools.cc,
	  hpbeta/Healpix_cxx/alm_powspec_tools.h,
	  hpbeta/Healpix_cxx/anafast_cxx.cc,
	  hpbeta/Healpix_cxx/anafast_cxx.par.txt,
	  hpbeta/Healpix_cxx/anafast_cxx_module.cc,
	  hpbeta/Healpix_cxx/calc_powspec.cc,
	  hpbeta/Healpix_cxx/calc_powspec_module.cc,
	  hpbeta/Healpix_cxx/healpix_base.cc,
	  hpbeta/Healpix_cxx/healpix_base.h,
	  hpbeta/Healpix_cxx/healpix_base2.cc,
	  hpbeta/Healpix_cxx/healpix_base2.h,
	  hpbeta/Healpix_cxx/healpix_data_io.cc,
	  hpbeta/Healpix_cxx/healpix_data_io.h,
	  hpbeta/Healpix_cxx/healpix_map.cc,
	  hpbeta/Healpix_cxx/healpix_map.h,
	  hpbeta/Healpix_cxx/healpix_map_fitsio.cc,
	  hpbeta/Healpix_cxx/healpix_map_fitsio.h,
	  hpbeta/Healpix_cxx/hotspots_cxx.cc,
	  hpbeta/Healpix_cxx/hotspots_cxx_module.cc,
	  hpbeta/Healpix_cxx/hpxtest.cc, hpbeta/Healpix_cxx/map2tga.cc,
	  hpbeta/Healpix_cxx/map2tga_module.cc,
	  hpbeta/Healpix_cxx/median_filter.cc,
	  hpbeta/Healpix_cxx/median_filter_cxx.cc,
	  hpbeta/Healpix_cxx/median_filter_cxx_module.cc,
	  hpbeta/Healpix_cxx/mult_alm.cc,
	  hpbeta/Healpix_cxx/mult_alm_module.cc,
	  hpbeta/Healpix_cxx/planck.make, hpbeta/Healpix_cxx/powspec.cc,
	  hpbeta/Healpix_cxx/powspec.h,
	  hpbeta/Healpix_cxx/powspec_fitsio.cc,
	  hpbeta/Healpix_cxx/powspec_fitsio.h,
	  hpbeta/Healpix_cxx/rotalm_cxx.cc,
	  hpbeta/Healpix_cxx/smoothing_cxx.cc,
	  hpbeta/Healpix_cxx/smoothing_cxx.par.txt,
	  hpbeta/Healpix_cxx/smoothing_cxx_module.cc,
	  hpbeta/Healpix_cxx/syn_alm_cxx.cc,
	  hpbeta/Healpix_cxx/syn_alm_cxx_module.cc,
	  hpbeta/Healpix_cxx/udgrade_cxx.cc,
	  hpbeta/Healpix_cxx/udgrade_cxx_module.cc,
	  hpbeta/Healpix_cxx/ylmgen.h, hpbeta/Makefile,
	  hpbeta/README.compilation, hpbeta/alice/MollweideSkyMap.cc,
	  hpbeta/alice/OrthogonalSkyMap.h,
	  hpbeta/alice/PolarizationHolder.cc,
	  hpbeta/alice/PolarizationHolder.h, hpbeta/alice/RectSkyMap.h,
	  hpbeta/alice/SkyMap.h, hpbeta/alice/SoSSkyMap.cc,
	  hpbeta/alice/SoSSkyMap.h, hpbeta/alice/TextureHolder.cc,
	  hpbeta/alice/TextureHolder.h, hpbeta/alice/alice2.cc,
	  hpbeta/alice/alice_usage.txt, hpbeta/alice/alice_utils.h,
	  hpbeta/alice/color.cc, hpbeta/alice/generateTexture.cc,
	  hpbeta/alice/planck.make, hpbeta/alice/test.cc,
	  hpbeta/alice/testMollweideSkyMap.cc,
	  hpbeta/alice/testOrthogonalSkyMap.cc,
	  hpbeta/alice/testSoSSkyMap.cc, hpbeta/c_utils,
	  hpbeta/c_utils/c_utils.c, hpbeta/c_utils/c_utils.h,
	  hpbeta/c_utils/planck.make, hpbeta/c_utils/sse_utils.h,
	  hpbeta/c_utils/walltime_c.c, hpbeta/c_utils/walltime_c.h,
	  hpbeta/config/config.gcc_omp, hpbeta/config/config.generic_gcc,
	  hpbeta/config/config.healpy, hpbeta/config/config.healpy_osx,
	  hpbeta/config/config.linux_icc, hpbeta/config/config.osx,
	  hpbeta/config/rules.common, hpbeta/cxxsupport/arr.h,
	  hpbeta/cxxsupport/bstream.h, hpbeta/cxxsupport/compat_headers,
	  hpbeta/cxxsupport/cxxutils.cc, hpbeta/cxxsupport/cxxutils.h,
	  hpbeta/cxxsupport/datatypes.h,
	  hpbeta/cxxsupport/error_handling.cc,
	  hpbeta/cxxsupport/error_handling.h,
	  hpbeta/cxxsupport/fftpack_support.h,
	  hpbeta/cxxsupport/fitshandle.cc, hpbeta/cxxsupport/fitshandle.h,
	  hpbeta/cxxsupport/font_data.inc, hpbeta/cxxsupport/geom_utils.h,
	  hpbeta/cxxsupport/levels_facilities.h,
	  hpbeta/cxxsupport/ls_image.cc, hpbeta/cxxsupport/ls_image.h,
	  hpbeta/cxxsupport/lsconstants.h,
	  hpbeta/cxxsupport/message_error.h,
	  hpbeta/cxxsupport/openmp_support.h,
	  hpbeta/cxxsupport/paramfile.h, hpbeta/cxxsupport/planck.make,
	  hpbeta/cxxsupport/planck_rng.h, hpbeta/cxxsupport/pointing.h,
	  hpbeta/cxxsupport/rotmatrix.cc, hpbeta/cxxsupport/rotmatrix.h,
	  hpbeta/cxxsupport/safe_cast.h, hpbeta/cxxsupport/simparams.cc,
	  hpbeta/cxxsupport/simparams.h, hpbeta/cxxsupport/tga_image.cc,
	  hpbeta/cxxsupport/tga_image.h, hpbeta/cxxsupport/trafos.cc,
	  hpbeta/cxxsupport/trafos.h, hpbeta/cxxsupport/vec3.h,
	  hpbeta/cxxsupport/wigner.cc, hpbeta/cxxsupport/wigner.h,
	  hpbeta/cxxsupport/xcomplex.h, hpbeta/doc,
	  hpbeta/docsrc/Healpix_cxx.dox, hpbeta/docsrc/cxxsupport.dox,
	  hpbeta/docsrc/libfftpack.dox, hpbeta/docsrc/planck.make,
	  hpbeta/libcfitsio/cfitsio3100.tar.gz,
	  hpbeta/libcfitsio/planck.make, hpbeta/libfftpack/README,
	  hpbeta/libfftpack/bluestein.c, hpbeta/libfftpack/bluestein.h,
	  hpbeta/libfftpack/fftpack.c, hpbeta/libfftpack/fftpack.h,
	  hpbeta/libfftpack/fftpack_inc.c, hpbeta/libfftpack/ls_fft.c,
	  hpbeta/libfftpack/ls_fft.h, hpbeta/libfftpack/planck.make,
	  hpbeta/libpsht, hpbeta/libpsht/libpsht.dox,
	  hpbeta/libpsht/planck.make, hpbeta/libpsht/psht.c,
	  hpbeta/libpsht/psht.h, hpbeta/libpsht/psht_almhelpers.c,
	  hpbeta/libpsht/psht_almhelpers.h, hpbeta/libpsht/psht_cxx.h,
	  hpbeta/libpsht/psht_geomhelpers.c,
	  hpbeta/libpsht/psht_geomhelpers.h, hpbeta/libpsht/psht_inc.c,
	  hpbeta/libpsht/psht_perftest.c, hpbeta/libpsht/psht_test.c,
	  hpbeta/libpsht/ylmgen_c.c, hpbeta/libpsht/ylmgen_c.h,
	  hpbeta/test/cl.fits, setup.py: merge revision 132 to 139 on the
	  cxx_integration_nov_2010 branch to trunk

2010-11-05 13:54  cyrille.rosset

	* [r137] setup.py: correct get_version()

2010-11-04 12:33  martin.reinecke1@gmx.de

	* [r130] healpy/src/_healpy_sph_transform_lib.cc: fix a bug in
	  sky_signal_direct()

2010-10-12 00:57  andrea.zonca@gmail.com

	* [r129] healpy/pixelfunc.py: get_neighbours bug issue 45 fixed

2010-10-12 00:40  andrea.zonca@gmail.com

	* [r128] healpy/fitsfunc.py, healpy/test/test_fitsfunc.py: fixed
	  issue 24, added test case

2010-10-11 18:15  andrea.zonca@gmail.com

	* [r127] healpy/pixelfunc.py: docstring for resol fixed

2010-10-11 18:00  andrea.zonca@gmail.com

	* [r126] healpy/__init__.py: nside2resol and nside2pixarea exported

2010-10-11 18:00  andrea.zonca@gmail.com

	* [r125] healpy/pixelfunc.py, healpy/test,
	  healpy/test/test_pixelfunc.py: pixel area and resolution from
	  nside, with test case

2010-10-11 14:38  cyrille.rosset

	* [r122] healpy/version.py: update version.py

2010-10-11 14:29  cyrille.rosset

	* [r121] healpy/projaxes.py, healpy/zoomtool.py: correct bug in
	  zoomtool - redisplays scatter plot when changing the gnomview

2010-10-02 02:12  andrea.zonca@gmail.com

	* [r120] healpy/fitsfunc.py, healpy/sphtfunc.py,
	  hpbeta/config/config.osx, setup.py: Merge branch 'devel'

2010-10-02 01:53  andrea.zonca@gmail.com

	* [r119] healpy/version.py: fixed version number also for github
	  repo

2010-09-07 20:07  andrea.zonca@gmail.com

	* [r116] healpy/__init__.py, healpy/fitsfunc.py: first
	  implementation of read cl and write cl for T only, needs testing
	  with IDL

2010-08-30 20:21  andrea.zonca@gmail.com

	* [r115] healpy/pixelfunc.py: bug fixed in theta check

2010-08-20 07:51  andrea.zonca@gmail.com

	* [r114] healpy/pixelfunc.py: fixed bug in vec2ang in case of
	  monodimensional arrays

2010-08-20 00:02  andrea.zonca@gmail.com

	* [r113] healpy/__init__.py, healpy/pixelfunc.py: implemented
	  vec2ang

2010-07-30 09:36  cyrille.rosset

	* [r112] ChangeLog: update ChangeLog

2010-07-30 09:28  cyrille.rosset

	* [r111] ChangeLog: update ChangeLog

2010-07-29 16:37  cyrille.rosset

	* [r108] ChangeLog, healpy/sphtfunc.py,
	  healpy/src/_healpy_sph_transform_lib.cc: Add an option to map2alm
	  and anafast not to subtract map average before computing alm
	  (issue 40)

2010-07-29 16:28  cyrille.rosset

	* [r107] healpy/pixelfunc.py, healpy/projaxes.py,
	  healpy/version.py: UNSEEN is now taken into account properly (was
	  broken for float32 maps)

2010-07-14 18:30  andrea.zonca@gmail.com

	* [r106] healpy/fitsfunc.py: nest=None for reading a map in the
	  same ordering whichever it is

2010-06-22 20:54  andrea.zonca@gmail.com

	* [r105] healpy/fitsfunc.py: fix if the UNSEEN value read from fits
	  file is not exaclty -1.6375e30

2010-06-22 20:08  andrea.zonca@gmail.com

	* [r104] healpy/__init__.py, healpy/pixelfunc.py: create a masked
	  array for map, useful for summing, averaging and making
	  histograms (using .compressed())

2010-06-22 19:48  andrea.zonca@gmail.com

	* [r103] healpy/fitsfunc.py: fix in case the NSIDE is stored as
	  string in the header

2010-06-17 22:46  andrea.zonca@gmail.com

	* [r102] healpy/pixelfunc.py: removed import math, not used anymore

2010-06-17 22:44  andrea.zonca@gmail.com

	* [r101] healpy/__init__.py, healpy/pixelfunc.py: implementation of
	  ang2vec (in python, with support for vectors

2010-06-10 15:12  cyrille.rosset@gmail.com

	* [r98] healpy/query_disc_func.py: query_disc now returns int64
	  array

2010-06-07 12:54  lejeune@apc.univ-paris7.fr

	* [r96] setup.py: omp compilation affects spht_lib only

2010-06-03 10:00  cyrille.rosset@gmail.com

	* [r93] healpy/rotator.py, healpy/sphtfunc.py,
	  healpy/src/_healpy_fitsio_lib.cc: use pyfits to get pixwin
	  function (segfault with c++ version)

2010-05-28 23:27  andrea.zonca@gmail.com

	* [r92] healpy: ignore pyc and so files

2010-05-28 23:11  andrea.zonca@gmail.com

	* [r91] healpy/visufunc.py: added norm documentation to mollview

2010-05-28 23:05  andrea.zonca@gmail.com

	* [r90] healpy/fitsfunc.py: added documentation to read_map for
	  reading polarization

2010-05-27 10:31  lejeune@apc.univ-paris7.fr

	* [r89] setup.py: license option restored

2010-05-27 10:27  lejeune@apc.univ-paris7.fr

	* [r88] hpbeta/config/config.gcc_omp, setup.py: + openmp

2010-05-03 10:33  cyrille.rosset@gmail.com

	* [r87] healpy/version.py: change version.py

2010-05-03 10:30  cyrille.rosset@gmail.com

	* [r86] doc/healpy_fits.rst, healpy/__init__.py,
	  healpy/fitsfunc.py, healpy/projaxes.py, healpy/projector.py,
	  healpy/rotator.py, healpy/sphtfunc.py, healpy/visufunc.py,
	  healpy/zoomtool.py: Correct doc typos

2010-05-03 10:11  cyrille.rosset@gmail.com

	* [r85] healpy/pixelfunc.py: correct error message for bad
	  npix/nside values

2010-04-19 17:00  cyrille.rosset@gmail.com

	* [r84] healpy/query_disc_func.py: Correct bug in query_disc (error
	  when no pixel in disc). Solve issue 31.

2010-04-19 16:33  cyrille.rosset@gmail.com

	* [r83] healpy/pixelfunc.py: Correct bug in ud_grade for bool maps

2009-09-24 05:41  cyrille.rosset

	* [r79] healpy/zoomtool.py: adjust position of help text

2009-09-23 17:51  cyrille.rosset

	* [r78] healpy/projaxes.py, healpy/zoomtool.py: add info display to
	  mollzoom; correct bug for graticule near south pole

2009-08-11 20:14  cyrille.rosset

	* [r77] healpy/src/_healpy_pixel_lib.cc: remove const qualifier to
	  solve issue 19 (in python 2.4

2009-08-11 13:52  cyrille.rosset

	* [r76] healpy/sphtfunc.py: add npy. in sphtfunc.py/alm2cl. Solve
	  issue 22.

2009-08-11 13:50  cyrille.rosset

	* [r75] healpy/projaxes.py, healpy/rotator.py: correct bug in
	  rotator (missing npy) and in projaxes (missing verbose keyword)

2009-07-22 16:21  cyrille.rosset

	* [r74] healpy/sphtfunc.py, healpy/version.py: correctionf for
	  issue 20

2009-07-21 15:41  cyrille.rosset

	* [r70] ChangeLog, healpy/version.py: new tag 0.9.8

2009-07-21 15:14  cyrille.rosset

	* [r68] healpy/__init__.py, hpbeta/alice/testMollweideSkyMap.cc,
	  hpbeta/alice/testOrthogonalSkyMap.cc: correct bug in __init__;
	  add cstdio in some files of hpbeta

2009-07-16 15:22  cyrille.rosset

	* [r67] healpy/projaxes.py, healpy/zoomtool.py: update zoomtool

2009-07-16 15:05  cyrille.rosset

	* [r66] healpy/__init__.py, healpy/projector.py, healpy/rotator.py,
	  healpy/zoomtool.py: add zoomtool capabilities

2009-07-15 13:16  cyrille.rosset

	* [r65] healpy/version.py: addinformation for graticule, to easily
	  rebuild it if needed (for mollzoom)

2009-07-15 13:14  cyrille.rosset

	* [r64] healpy/projaxes.py: addinformation for graticule, to easily
	  rebuild it if needed (for mollzoom)

2009-07-10 00:31  cyrille.rosset

	* [r63] ChangeLog: set version number and modify ChangeLog

2009-07-10 00:23  cyrille.rosset

	* [r61] ChangeLog: svn cleaning

2009-07-10 00:11  cyrille.rosset

	* [r60] healpy/__init__.py, healpy/projector.py, setup.py: correct
	  error in gnomview (was indicating wrong latitude/map value in the
	  status bar). Cartview is available as healpy.cartview

2009-06-17 07:21  cyrille.rosset

	* [r59] ChangeLog: Update Changelog

2009-06-17 07:18  cyrille.rosset

	* [r58] MANIFEST.in: Add version 0.9.6.2, correcting MANIFEST.in
	  file to add COPYING in tarball

2009-06-16 21:46  cyrille.rosset

	* [r57] test/test_fit_dipole.py: add license information at top of
	  test_fit_dipole.py

2009-06-09 13:55  cyrille.rosset

	* [r55] ChangeLog: Update ChangeLog

2009-06-09 13:47  cyrille.rosset

	* [r53] COPYING: Add COPYING file at top. Also add missing
	  Py_INCREF(Py_None).

2009-06-09 13:43  cyrille.rosset

	* [r52] healpy/__init__.py, healpy/fitsfunc.py,
	  healpy/pixelfunc.py, healpy/projaxes.py, healpy/projector.py,
	  healpy/query_disc_func.py, healpy/rotator.py, healpy/sphtfunc.py,
	  healpy/src/_healpy_fitsio_lib.cc,
	  healpy/src/_healpy_pixel_lib.cc,
	  healpy/src/_healpy_sph_transform_lib.cc, healpy/version.py,
	  healpy/visufunc.py: Add license information in files and in
	  COPYING file at the top of directory tree

2009-04-17 02:45  cyrille.rosset

	* [r51] ChangeLog: Update ChangeLog

2009-04-17 02:40  cyrille.rosset

	* [r49] ChangeLog: Update ChangeLog; tag version 0.9.6

2009-03-29 17:46  cyrille.rosset

	* [r48] healpy/__init__.py, healpy/pixelfunc.py,
	  healpy/src/_healpy_pixel_lib.cc: Add get_all_neighbours function
	  (contribution from Sergey E. Koposov). Solve issue 17.

2009-03-29 16:24  cyrille.rosset

	* [r47] healpy/query_disc_func.py: add ring2nest import in
	  query_disc_func, so it works with nest=True; solve issue 18.

2009-03-25 16:10  cyrille.rosset

	* [r46] healpy/__init__.py: change warnings.ImportWarning to
	  ImportWarning, and define ImportWarning if it does not exist
	  (solve issue 16)

2009-03-12 16:51  cyrille.rosset

	* [r45] ChangeLog: Update ChangeLog

2009-03-12 14:55  cyrille.rosset

	* [r43] hpbeta/cxxsupport/fitshandle.cc: Add #include <cstring> for
	  compatibility with some new compilers

2009-02-22 22:41  cyrille.rosset

	* [r42] healpy/pixelfunc.py: Correct missing npy. in _ud_grade_core

2009-01-24 16:19  cyrille.rosset

	* [r41] healpy/version.py: Update version.py

2009-01-24 16:19  cyrille.rosset

	* [r40] healpy/projaxes.py, healpy/projector.py,
	  healpy/visufunc.py: Add cartwiew, CartesianAxes, CartesianProj;
	  tweak _segment_threshold, add _segment_step_rad, some new
	  keywords to graticule...

2009-01-18 20:51  cyrille.rosset

	* [r39] MANIFEST.in, healpy/pixelfunc.py,
	  healpy/src/_healpy_pixel_lib.cc: update documentation for
	  ang2pix, etc to precise dimension of theta,phi [rad]

2009-01-12 18:09  cyrille.rosset

	* [r37] ChangeLog: Add tag version 0.9.4

2009-01-11 03:04  cyrille.rosset

	* [r36] healpy/rotator.py: correct bug in Rotator.angle_ref

2009-01-08 19:24  cyrille.rosset

	* [r35] INSTALL, TODO, do_inst: update the INSTALL, TODO files;
	  remove obsolete do_inst script

2009-01-08 18:47  cyrille.rosset

	* [r34] ., ChangeLog, healpy/version.py, hpbeta: Add svn:ignore
	  properties ; update version

2009-01-08 18:14  cyrille.rosset

	* [r33] healpy/__init__.py, healpy/rotator.py: Add documentation to
	  the Rotator class; makes it available as healpy.Rotator

2009-01-06 13:35  cyrille.rosset

	* [r32] healpy/version.py: update version number

2009-01-06 13:19  cyrille.rosset

	* [r31] ChangeLog: update ChangeLog

2009-01-06 13:04  cyrille.rosset

	* [r30] healpy/__init__.py, healpy/projaxes.py, healpy/visufunc.py:
	  Add flip keyword to mollview/gnomview (solve issue 13); correct
	  graticule paramters (solve issue 12); extend xlim/ylim for
	  mollview (solve issue 14)

2008-12-29 14:02  cyrille.rosset

	* [r29] ChangeLog: Update ChangeLog

2008-12-29 13:48  cyrille.rosset

	* [r28] ChangeLog: Add margins keyword to mollview; invert cols and
	  rows for sub= in mollview and gnomview

2008-12-29 13:38  cyrille.rosset

	* [r27] healpy/visufunc.py: Add margins keyword to mollview; invert
	  cols and rows for sub= in mollview and gnomview

2008-12-17 17:01  cyrille.rosset

	* [r26] ChangeLog: Add ChangeLog file

2008-12-12 14:00  cyrille.rosset

	* [r25] healpy/version.py: add property on version.py

2008-12-12 13:48  cyrille.rosset

	* [r23] setup.py: minor bug corrected (ud_grade: order_out=order_in
	  if not given ; reorder imported in __init__.py); no compilation
	  of healpy for setup.py sdist

2008-12-12 13:27  cyrille.rosset

	* [r21] healpy/__init__.py, healpy/pixelfunc.py: order_out=order_in
	  if not given in ud_grade ; import reorder in __init__.py

2008-12-12 08:03  cyrille.rosset

	* [r19] healpy/projaxes.py: Adapt HistEqNorm to numpy 1.2 (change
	  in histogram bins format)

2008-12-11 22:45  cyrille.rosset

	* [r17] healpy/projaxes.py: Correct bug in LinNorm2 giving
	  incorrect color scale with some version of numpy (masked array
	  problem?)

2008-12-08 18:54  cyrille.rosset

	* [r15] doc, doc/Makefile, doc/conf.py, doc/healpy_fits.rst,
	  doc/healpy_pix.rst, doc/healpy_projaxes.rst,
	  doc/healpy_projector.rst, doc/healpy_rotator.rst,
	  doc/healpy_spht.rst, doc/healpy_visu.rst, doc/index.rst, test,
	  test/test_fit_dipole.py: Add test directory and doc directory

2008-12-08 18:33  cyrille.rosset

	* [r14] healpy/fitsfunc.py, healpy/rotator.py: Add reference
	  direction rotation in rotator (for polarisation). Not yet tested.

2008-12-02 18:25  cyrille.rosset

	* [r13] healpy/visufunc.py: modify gnomview and mollview to make
	  blank maps (for overplotting), to replace current axes (option
	  hold), or to make subplots on the current figure (option sub)

2008-11-26 12:04  cyrille.rosset

	* [r12] hpbeta/config/config.generic_gcc: Add -fPIC into compiler
	  option

2008-11-17 13:40  cyrille.rosset

	* [r11] healpy/sphtfunc.py: default for number of iteration set to
	  1 instead of 3

2008-11-07 09:24  cyrille.rosset

	* [r10] healpy/rotator.py: correct issue 4: lonlat keyword not
	  taken into account for output

2008-11-05 11:58  cyrille.rosset

	* [r9] healpy/__init__.py, healpy/query_disc_func.py: add
	  query_disc function and related functions

2008-11-03 13:45  cyrille.rosset

	* [r8] healpy/src/_healpy_sph_transform_lib.cc: - correct bug in
	  healpy.alm2map_der1 : was setting almI(0,0) to zero (same bug as
	  in alm2map)

2008-11-03 13:43  cyrille.rosset

	* [r7] healpy/__init__.py, healpy/pixelfunc.py,
	  healpy/src/_healpy_sph_transform_lib.cc,
	  hpbeta/Healpix_cxx/alm_map_tools.cc: - correct bug in
	  alm_map_tools.cc for alm2map_der1\n- correct bug in
	  healpy.alm2map : was setting almI(0,0) to zero

2008-10-28 09:21  cyrille.rosset

	* [r6] healpy/__init__.py, healpy/pixelfunc.py, healpy/sphtfunc.py,
	  healpy/src/_healpy_sph_transform_lib.cc: add alm2map_der1

2008-10-28 09:20  cyrille.rosset

	* [r5] hpbeta/Healpix_cxx/alm_map_tools.cc,
	  hpbeta/Healpix_cxx/healpix_base.h, hpbeta/Healpix_cxx/hpxtest.cc,
	  hpbeta/Healpix_cxx/ylmgen.h, hpbeta/Makefile,
	  hpbeta/README.compilation, hpbeta/alice,
	  hpbeta/alice/MollweideSkyMap.cc, hpbeta/alice/MollweideSkyMap.h,
	  hpbeta/alice/OrthogonalSkyMap.h,
	  hpbeta/alice/PolarizationHolder.cc,
	  hpbeta/alice/PolarizationHolder.h, hpbeta/alice/RectSkyMap.h,
	  hpbeta/alice/SkyMap.h, hpbeta/alice/SoSSkyMap.cc,
	  hpbeta/alice/SoSSkyMap.h, hpbeta/alice/TextureHolder.cc,
	  hpbeta/alice/TextureHolder.h, hpbeta/alice/alice2.cc,
	  hpbeta/alice/alice_usage.h, hpbeta/alice/alice_usage.txt,
	  hpbeta/alice/alice_utils.h, hpbeta/alice/color.cc,
	  hpbeta/alice/color.h, hpbeta/alice/generateTexture.cc,
	  hpbeta/alice/makeusage.sh, hpbeta/alice/planck.make,
	  hpbeta/alice/test.cc, hpbeta/alice/testMollweideSkyMap.cc,
	  hpbeta/alice/testOrthogonalSkyMap.cc,
	  hpbeta/alice/testSoSSkyMap.cc,
	  hpbeta/alice/wmap_ilc_3yr_v2_r6_sim.fits,
	  hpbeta/config/config.generic_gcc, hpbeta/config/rules.common,
	  hpbeta/cxxsupport/constants.h, hpbeta/cxxsupport/cxxutils.cc,
	  hpbeta/cxxsupport/cxxutils.h, hpbeta/cxxsupport/fitshandle.cc,
	  hpbeta/cxxsupport/lsconstants.h, hpbeta/cxxsupport/paramfile.h,
	  hpbeta/cxxsupport/planck.make, hpbeta/cxxsupport/rotmatrix.cc,
	  hpbeta/cxxsupport/trafos.cc,
	  hpbeta/libcfitsio/cfitsio3040.tar.gz,
	  hpbeta/libcfitsio/cfitsio3100.tar.gz,
	  hpbeta/libcfitsio/planck.make, hpbeta/libfftpack/README: Update
	  to Healpix_2.10 version

2008-10-03 12:24  cyrille.rosset

	* [r4] healpy/__init__.py, healpy/pixelfunc.py,
	  healpy/projector.py, healpy/visufunc.py: Add
	  fit/remove_dipole/monopole

2008-08-31 16:56  cyrille.rosset@gmail.com

	* [r2] INSTALL, MANIFEST.in, TODO, do_inst, healpy,
	  healpy/__init__.py, healpy/data,
	  healpy/data/pixel_window_n0002.fits,
	  healpy/data/pixel_window_n0004.fits,
	  healpy/data/pixel_window_n0008.fits,
	  healpy/data/pixel_window_n0016.fits,
	  healpy/data/pixel_window_n0032.fits,
	  healpy/data/pixel_window_n0064.fits,
	  healpy/data/pixel_window_n0128.fits,
	  healpy/data/pixel_window_n0256.fits,
	  healpy/data/pixel_window_n0512.fits,
	  healpy/data/pixel_window_n1024.fits,
	  healpy/data/pixel_window_n2048.fits,
	  healpy/data/pixel_window_n4096.fits,
	  healpy/data/pixel_window_n8192.fits,
	  healpy/data/weight_ring_n00002.fits,
	  healpy/data/weight_ring_n00004.fits,
	  healpy/data/weight_ring_n00008.fits,
	  healpy/data/weight_ring_n00016.fits,
	  healpy/data/weight_ring_n00032.fits,
	  healpy/data/weight_ring_n00064.fits,
	  healpy/data/weight_ring_n00128.fits,
	  healpy/data/weight_ring_n00256.fits,
	  healpy/data/weight_ring_n00512.fits,
	  healpy/data/weight_ring_n01024.fits,
	  healpy/data/weight_ring_n02048.fits,
	  healpy/data/weight_ring_n04096.fits,
	  healpy/data/weight_ring_n08192.fits, healpy/fitsfunc.py,
	  healpy/pixelfunc.py, healpy/projaxes.py, healpy/projector.py,
	  healpy/rotator.py, healpy/sphtfunc.py, healpy/src,
	  healpy/src/_healpy_fitsio_lib.cc,
	  healpy/src/_healpy_pixel_lib.cc,
	  healpy/src/_healpy_sph_transform_lib.cc, healpy/version.py,
	  healpy/visufunc.py, hpbeta, hpbeta/COPYING, hpbeta/Healpix_cxx,
	  hpbeta/Healpix_cxx/Healpix_cxx.dox, hpbeta/Healpix_cxx/alm.h,
	  hpbeta/Healpix_cxx/alm2map_cxx.cc,
	  hpbeta/Healpix_cxx/alm2map_cxx.par.txt,
	  hpbeta/Healpix_cxx/alm_fitsio.cc,
	  hpbeta/Healpix_cxx/alm_fitsio.h,
	  hpbeta/Healpix_cxx/alm_healpix_tools.cc,
	  hpbeta/Healpix_cxx/alm_healpix_tools.h,
	  hpbeta/Healpix_cxx/alm_map_tools.cc,
	  hpbeta/Healpix_cxx/alm_map_tools.h,
	  hpbeta/Healpix_cxx/alm_powspec_tools.cc,
	  hpbeta/Healpix_cxx/alm_powspec_tools.h,
	  hpbeta/Healpix_cxx/anafast_cxx.cc,
	  hpbeta/Healpix_cxx/anafast_cxx.par.txt,
	  hpbeta/Healpix_cxx/calc_powspec.cc,
	  hpbeta/Healpix_cxx/healpix_base.cc,
	  hpbeta/Healpix_cxx/healpix_base.h,
	  hpbeta/Healpix_cxx/healpix_base2.cc,
	  hpbeta/Healpix_cxx/healpix_base2.h,
	  hpbeta/Healpix_cxx/healpix_data_io.cc,
	  hpbeta/Healpix_cxx/healpix_data_io.h,
	  hpbeta/Healpix_cxx/healpix_map.cc,
	  hpbeta/Healpix_cxx/healpix_map.h,
	  hpbeta/Healpix_cxx/healpix_map_fitsio.cc,
	  hpbeta/Healpix_cxx/healpix_map_fitsio.h,
	  hpbeta/Healpix_cxx/hotspots_cxx.cc,
	  hpbeta/Healpix_cxx/hpxtest.cc, hpbeta/Healpix_cxx/map2tga.cc,
	  hpbeta/Healpix_cxx/map2tga.par.txt,
	  hpbeta/Healpix_cxx/median_filter.cc,
	  hpbeta/Healpix_cxx/mult_alm.cc,
	  hpbeta/Healpix_cxx/mult_alm.par.txt,
	  hpbeta/Healpix_cxx/planck.make, hpbeta/Healpix_cxx/powspec.cc,
	  hpbeta/Healpix_cxx/powspec.h,
	  hpbeta/Healpix_cxx/powspec_fitsio.cc,
	  hpbeta/Healpix_cxx/powspec_fitsio.h,
	  hpbeta/Healpix_cxx/rotalm_cxx.cc,
	  hpbeta/Healpix_cxx/smoothing_cxx.cc,
	  hpbeta/Healpix_cxx/smoothing_cxx.par.txt,
	  hpbeta/Healpix_cxx/syn_alm_cxx.cc,
	  hpbeta/Healpix_cxx/syn_alm_cxx.par.txt,
	  hpbeta/Healpix_cxx/udgrade_cxx.cc, hpbeta/Healpix_cxx/ylmgen.h,
	  hpbeta/Makefile, hpbeta/README.compilation, hpbeta/config,
	  hpbeta/config/config.aix64, hpbeta/config/config.generic_gcc,
	  hpbeta/config/config.irix64, hpbeta/config/config.linux_icc,
	  hpbeta/config/config.osx, hpbeta/config/rules.common,
	  hpbeta/cxxsupport, hpbeta/cxxsupport/arr.h,
	  hpbeta/cxxsupport/compat_headers,
	  hpbeta/cxxsupport/compat_headers/cmath,
	  hpbeta/cxxsupport/compat_headers/cstdio,
	  hpbeta/cxxsupport/constants.h, hpbeta/cxxsupport/cxxsupport.dox,
	  hpbeta/cxxsupport/cxxutils.cc, hpbeta/cxxsupport/cxxutils.h,
	  hpbeta/cxxsupport/datatypes.h,
	  hpbeta/cxxsupport/fftpack_support.h,
	  hpbeta/cxxsupport/fitshandle.cc, hpbeta/cxxsupport/fitshandle.h,
	  hpbeta/cxxsupport/font_data.inc, hpbeta/cxxsupport/geom_utils.h,
	  hpbeta/cxxsupport/message_error.h,
	  hpbeta/cxxsupport/openmp_support.h,
	  hpbeta/cxxsupport/paramfile.h, hpbeta/cxxsupport/planck.make,
	  hpbeta/cxxsupport/planck_rng.h, hpbeta/cxxsupport/pointing.h,
	  hpbeta/cxxsupport/rotmatrix.cc, hpbeta/cxxsupport/rotmatrix.h,
	  hpbeta/cxxsupport/simparams.cc, hpbeta/cxxsupport/simparams.h,
	  hpbeta/cxxsupport/tga_image.cc, hpbeta/cxxsupport/tga_image.h,
	  hpbeta/cxxsupport/trafos.cc, hpbeta/cxxsupport/trafos.h,
	  hpbeta/cxxsupport/vec3.h, hpbeta/cxxsupport/xcomplex.h,
	  hpbeta/doc, hpbeta/docsrc, hpbeta/docsrc/Healpix_cxx.dox,
	  hpbeta/docsrc/cxxsupport.dox, hpbeta/docsrc/footer.html,
	  hpbeta/docsrc/header.html, hpbeta/docsrc/index_cxx.html,
	  hpbeta/docsrc/libfftpack.dox, hpbeta/docsrc/planck.make,
	  hpbeta/docsrc/sheet.css, hpbeta/libcfitsio,
	  hpbeta/libcfitsio/cfitsio3040.tar.gz,
	  hpbeta/libcfitsio/planck.make, hpbeta/libfftpack,
	  hpbeta/libfftpack/bluestein.c, hpbeta/libfftpack/bluestein.h,
	  hpbeta/libfftpack/fftpack.c, hpbeta/libfftpack/fftpack.h,
	  hpbeta/libfftpack/libfftpack.dox, hpbeta/libfftpack/ls_fft.c,
	  hpbeta/libfftpack/ls_fft.h, hpbeta/libfftpack/planck.make,
	  hpbeta/test, hpbeta/test/alm2map.par, hpbeta/test/alm2map2.par,
	  hpbeta/test/alm2map3.par, hpbeta/test/anafast.par,
	  hpbeta/test/anafast_fortran.par, hpbeta/test/cl.fits,
	  hpbeta/test/runtest.sh, hpbeta/test/syn_alm.par,
	  hpbeta/test/udgrade.par, setup.py: First import of current trunk.

2008-08-29 09:32  

	* [r1] .: Initial directory structure.

