0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 12 hours ago.
Nov 24, 2024 — Nov 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
correct some bugs in anafast/synfast #13 More... over 13 years ago
correct some mispelling of keywords #13 More... over 13 years ago
mention the readthedocs.com documentation provider More... over 13 years ago
use SPHINXBUILD from environment if defined ; default is 'sphinx-build' More... over 13 years ago
add some documentation concerning the new= keyword for synalm and synfast More... over 13 years ago
Add a pol= keyword to map2alm, alm2map, smoothalm, synfast, anafast and smoothing in order to make distinction between polarized maps (TQU maps which are converted to/from TEB alm's) and sequence of spin-0 maps. Default is not changed compared to before (pol=True). Remove arcmin= and degree= keywords (must use numpy.radians() function instead). More... over 13 years ago
Correct bug for polarization in smoothalm. Add data file totcls.dat in setup.py. More... over 13 years ago
almxfl function is now written in cython : around x5 faster More... almost 14 years ago
change _ianafast to _sphtools in setup.py More... almost 14 years ago
rename _ianafast.pyx to _sphtools.pyx More... almost 14 years ago
temporarily add _ianafast.cpp to .gitignore More... almost 14 years ago
Merge branch 'xspectra' of github.com:healpy/healpy into xspectra More... almost 14 years ago
Add a check in sphtfunc.py:new_to_old_spectra_order() More... almost 14 years ago
Add a check in sphtfunc.py:new_to_old_spectra_order() More... almost 14 years ago
Add a sample power spectra file for testing and demo purpose. More... almost 14 years ago
Add a sample power spectra file for testing and demo purpose. More... almost 14 years ago
Add a cookbook.py module which gather some generic functions. More... almost 14 years ago
Add a cookbook.py module which gather some generic functions. More... almost 14 years ago
Add some directories to .gitignore More... almost 14 years ago
Add some directories to .gitignore More... almost 14 years ago
Cosmetic changes to docstrings or comments More... almost 14 years ago
Cosmetic changes to docstrings or comments More... almost 14 years ago
Some cleaning, lmax/mmax can be None (same as <0). More... almost 14 years ago
Some cleaning, lmax/mmax can be None (same as <0). More... almost 14 years ago
Wrap new functions from _ianafast.pyx to replace equivalent in sphtfunc.py. BEWARE : introduce a keyword new= in synalm and synfast to select the new ordering of power spectra. This new order is used in alm2cl (which is almost identical to what it was before - synalm and alm2cl were not compatible). When new=True, all functions have a consistent power spectra order. Neew to decide whether we set it to True or False for healpy v1.0. #13 More... almost 14 years ago
Wrap new functions from _ianafast.pyx to replace equivalent in sphtfunc.py. BEWARE : introduce a keyword new= in synalm and synfast to select the new ordering of power spectra. This new order is used in alm2cl (which is almost identical to what it was before - synalm and alm2cl were not compatible). When new=True, all functions have a consistent power spectra order. Neew to decide whether we set it to True or False for healpy v1.0. #13 More... almost 14 years ago
suggested options for OSX
zonca
as Andrea Zonca
More... almost 14 years ago
query_disc has cpp extension!
zonca
as Andrea Zonca
More... almost 14 years ago
fixed BUG I added (npy-> np also where inappropriate) in commit 67cd5a21c9eb9fd53bf230679d33d230c761bd58
zonca
as Andrea Zonca
More... almost 14 years ago
modify map2alm ans anafast in sphtfunc.py to call the _ianafast functions. Now anafast computes the cross-spectra if two maps are provided. #13 More... almost 14 years ago