| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix the reStructuredText citation syntax | Aaron LI | 2016-10-17 | 1 | -1/+1 |
* | utils/draw.py: Add disclaimer about the license: Modified BSD | Aaron LI | 2016-10-15 | 1 | -4/+41 |
* | Add utils/convert.py: Implement brightness temperature conversion | Aaron LI | 2016-10-15 | 1 | -0/+63 |
* | Add utils/draw.py: draw circles and ellipses | Aaron LI | 2016-10-15 | 1 | -0/+128 |
* | utils: healpix2hpx & hpx2healpix: Remove "header" parameter | Aaron LI | 2016-10-11 | 1 | -35/+20 |
* | utils: Update documentations, also fix styles | Aaron LI | 2016-10-11 | 2 | -35/+53 |
* | utils/healpix.py: log that HPX indices calculation may take a while. | Aaron LI | 2016-10-10 | 1 | -0/+1 |
* | utils: zea2heapix(): Set value NaN for missing pixels | Aaron LI | 2016-10-10 | 1 | -5/+9 |
* | utils: zea2healpix(): Implement inpainting missing pixels | Aaron LI | 2016-10-10 | 1 | -3/+51 |
* | utils: zea2healpix(): Average the duplicate pixels | Aaron LI | 2016-10-10 | 1 | -2/+4 |
* | utils: zea2healpix() also return the mask array | Aaron LI | 2016-10-10 | 1 | -5/+13 |
* | utils/reproject.py: Add more logging and some minor changes | Aaron LI | 2016-10-10 | 1 | -1/+22 |
* | utils/reproject.py: Implement zea2healpix() | Aaron LI | 2016-10-10 | 2 | -0/+241 |
* | utils: Preseve the dtype when read/write FITS files | Aaron LI | 2016-10-10 | 2 | -11/+17 |
* | Use newly added "read_fits_healpix()" | Aaron LI | 2016-10-09 | 1 | -3/+3 |
* | utils/fits.py: read_fits_healpix() also accept HDU | Aaron LI | 2016-10-09 | 1 | -4/+9 |
* | utils: Add function "read_fits_healpix()" | Aaron LI | 2016-10-09 | 2 | -1/+30 |
* | utils/healpix.py: fix logging import; minor style fixes | Aaron LI | 2016-10-09 | 1 | -10/+5 |
* | utils: Add "write_fits_healpix()" to replace "healpy.write_map()" | Aaron LI | 2016-10-05 | 2 | -0/+101 |
* | utils/logging.py: Close handler before removing | Aaron LI | 2016-10-02 | 1 | -0/+3 |
* | utils/logging.py: Save existing formatter for new handlers | Aaron LI | 2016-09-29 | 1 | -0/+5 |
* | utils/logging: reset handlers before initialization/reconfiguration | Aaron LI | 2016-09-29 | 1 | -2/+9 |
* | utils/logging.py: Hack the "filemode" arg of "basicConfig()" | Aaron LI | 2016-09-29 | 1 | -1/+4 |
* | utils/healpix.py: Fix logger name | Aaron LI | 2016-09-29 | 1 | -1/+1 |
* | setup_logging(): Add parameter "level" | Aaron LI | 2016-09-29 | 1 | -2/+14 |
* | utils/healpix.py: Add various log INFO messages | Aaron LI | 2016-09-29 | 1 | -6/+22 |
* | Add utility "setup_logging()" to setup/update logging | Aaron LI | 2016-09-29 | 2 | -0/+71 |
* | utils/healpix.py: remove duplicated header | Aaron LI | 2016-09-27 | 1 | -2/+0 |
* | utils/healpix.py: HEALPix data and HPX projection conversions | Aaron LI | 2016-09-27 | 2 | -0/+344 |