| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | utils/draw.py: Fix a wrong brace in "_ellipse_in_shape()" | Aaron LI | 2016-12-13 | 1 | -1/+1 |
* | utils: Add download.py with function "download_file()" | Aaron LI | 2016-11-26 | 1 | -0/+112 |
* | utils: Rename function "md5()" to "calc_md5()" | Aaron LI | 2016-11-26 | 1 | -1/+1 |
* | utils: Add "hashutil.py" with function "md5()" | Aaron LI | 2016-11-21 | 1 | -0/+40 |
* | utils/draw.py: Remove the "Modified BSD" license; Update credit | Aaron LI | 2016-11-18 | 1 | -40/+4 |
* | utils/healpix.py: Fix the import issue | Aaron LI | 2016-11-09 | 1 | -1/+1 |
* | utils/__init__.py: Only import "setup_logging" from "logging.py" | Aaron LI | 2016-10-29 | 1 | -3/+0 |
* | utils/random.py: Add a note on conversion to (longitude, latitude) | Aaron LI | 2016-10-28 | 1 | -0/+5 |
* | utils/rotate.py: Add a new ref. which may help further vectorization | Aaron LI | 2016-10-28 | 1 | -0/+2 |
* | utils/fits.py: Add parameter "checksum" for write_fits_healpix() | Aaron LI | 2016-10-27 | 1 | -8/+13 |
* | utils/rotate.py: Fix two bugs which cause wrong results | Aaron LI | 2016-10-26 | 1 | -4/+13 |
* | utils/grid.py: JIT optimize "make_grid_ellipse()" | Aaron LI | 2016-10-26 | 1 | -10/+15 |
* | utils/grid.py: Use own-implemented JIT-optimized "rotate_center()" | Aaron LI | 2016-10-26 | 1 | -3/+3 |
* | Add utils/rotate.py: Implement basic image rotation | Aaron LI | 2016-10-26 | 1 | -0/+131 |
* | draw.py: Remove the unused "circle()" function | Aaron LI | 2016-10-25 | 1 | -42/+0 |
* | draw.py: Optimize "ellipse()" using numba JIT | Aaron LI | 2016-10-25 | 1 | -17/+27 |
* | draw.py: Optimize "_ellipse_in_shape()" using JIT | Aaron LI | 2016-10-25 | 1 | -3/+20 |
* | grid.py: Override "make_coordinate_grid()" using JIT-optimized version | Aaron LI | 2016-10-25 | 1 | -46/+2 |
* | grid.py: Change "make_coordinate_grid_fast()" parameters | Aaron LI | 2016-10-25 | 1 | -11/+16 |
* | grid.py: Optimize "map_grid_to_healpix()" using "numba.jit" | Aaron LI | 2016-10-25 | 1 | -11/+19 |
* | healpix.py: Change all "indices" to "indexes" | Aaron LI | 2016-10-25 | 2 | -19/+19 |
* | healpix.py: Implement "ang2pix_ring" and "pix2ang_ring" with JIT | Aaron LI | 2016-10-25 | 1 | -0/+213 |
* | healpix.py: Optimize "_calc_hpx_indicies()" and "_calc_hpx_row_idx()"_ | Aaron LI | 2016-10-25 | 1 | -60/+68 |
* | utils/grid.py: Add optimized "make_coordinate_grid_fast()" | Aaron LI | 2016-10-25 | 1 | -4/+56 |
* | convert.py: Optimize "Fnu_to_Tb()" and "Sb_to_Tb()" | Aaron LI | 2016-10-24 | 1 | -0/+65 |
* | Add utils/random.py: Custom random utilities | Aaron LI | 2016-10-22 | 1 | -0/+51 |
* | galactic/snr.py: Implemented missing but necessary functionalities | Aaron LI | 2016-10-17 | 1 | -1/+1 |
* | utils/grid.py: Implement "map_grid_to_healpix()" | Aaron LI | 2016-10-17 | 1 | -9/+29 |
* | Add utils/grid.py: Make coordinate grids for SNRs | Aaron LI | 2016-10-17 | 1 | -0/+157 |
* | Force "DEBUG" log level if env variable "DEBUG_FG21SIM" set | Aaron LI | 2016-10-17 | 1 | -0/+4 |
* | utils/logging.py: Small updates to the docstrings and comments | Aaron LI | 2016-10-17 | 1 | -14/+16 |
* | utils/draw.py: List the functions taken from "scikit-image" | Aaron LI | 2016-10-17 | 1 | -2/+8 |
* | 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 |