aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/utils
Commit message (Expand)AuthorAgeFilesLines
...
* utils/draw.py: Fix a wrong brace in "_ellipse_in_shape()"Aaron LI2016-12-131-1/+1
* utils: Add download.py with function "download_file()"Aaron LI2016-11-261-0/+112
* utils: Rename function "md5()" to "calc_md5()"Aaron LI2016-11-261-1/+1
* utils: Add "hashutil.py" with function "md5()"Aaron LI2016-11-211-0/+40
* utils/draw.py: Remove the "Modified BSD" license; Update creditAaron LI2016-11-181-40/+4
* utils/healpix.py: Fix the import issueAaron LI2016-11-091-1/+1
* utils/__init__.py: Only import "setup_logging" from "logging.py"Aaron LI2016-10-291-3/+0
* utils/random.py: Add a note on conversion to (longitude, latitude)Aaron LI2016-10-281-0/+5
* utils/rotate.py: Add a new ref. which may help further vectorizationAaron LI2016-10-281-0/+2
* utils/fits.py: Add parameter "checksum" for write_fits_healpix()Aaron LI2016-10-271-8/+13
* utils/rotate.py: Fix two bugs which cause wrong resultsAaron LI2016-10-261-4/+13
* utils/grid.py: JIT optimize "make_grid_ellipse()"Aaron LI2016-10-261-10/+15
* utils/grid.py: Use own-implemented JIT-optimized "rotate_center()"Aaron LI2016-10-261-3/+3
* Add utils/rotate.py: Implement basic image rotationAaron LI2016-10-261-0/+131
* draw.py: Remove the unused "circle()" functionAaron LI2016-10-251-42/+0
* draw.py: Optimize "ellipse()" using numba JITAaron LI2016-10-251-17/+27
* draw.py: Optimize "_ellipse_in_shape()" using JITAaron LI2016-10-251-3/+20
* grid.py: Override "make_coordinate_grid()" using JIT-optimized versionAaron LI2016-10-251-46/+2
* grid.py: Change "make_coordinate_grid_fast()" parametersAaron LI2016-10-251-11/+16
* grid.py: Optimize "map_grid_to_healpix()" using "numba.jit"Aaron LI2016-10-251-11/+19
* healpix.py: Change all "indices" to "indexes"Aaron LI2016-10-252-19/+19
* healpix.py: Implement "ang2pix_ring" and "pix2ang_ring" with JITAaron LI2016-10-251-0/+213
* healpix.py: Optimize "_calc_hpx_indicies()" and "_calc_hpx_row_idx()"_Aaron LI2016-10-251-60/+68
* utils/grid.py: Add optimized "make_coordinate_grid_fast()"Aaron LI2016-10-251-4/+56
* convert.py: Optimize "Fnu_to_Tb()" and "Sb_to_Tb()"Aaron LI2016-10-241-0/+65
* Add utils/random.py: Custom random utilitiesAaron LI2016-10-221-0/+51
* galactic/snr.py: Implemented missing but necessary functionalitiesAaron LI2016-10-171-1/+1
* utils/grid.py: Implement "map_grid_to_healpix()"Aaron LI2016-10-171-9/+29
* Add utils/grid.py: Make coordinate grids for SNRsAaron LI2016-10-171-0/+157
* Force "DEBUG" log level if env variable "DEBUG_FG21SIM" setAaron LI2016-10-171-0/+4
* utils/logging.py: Small updates to the docstrings and commentsAaron LI2016-10-171-14/+16
* utils/draw.py: List the functions taken from "scikit-image"Aaron LI2016-10-171-2/+8
* Fix the reStructuredText citation syntaxAaron LI2016-10-171-1/+1
* utils/draw.py: Add disclaimer about the license: Modified BSDAaron LI2016-10-151-4/+41
* Add utils/convert.py: Implement brightness temperature conversionAaron LI2016-10-151-0/+63
* Add utils/draw.py: draw circles and ellipsesAaron LI2016-10-151-0/+128
* utils: healpix2hpx & hpx2healpix: Remove "header" parameterAaron LI2016-10-111-35/+20
* utils: Update documentations, also fix stylesAaron LI2016-10-112-35/+53
* utils/healpix.py: log that HPX indices calculation may take a while.Aaron LI2016-10-101-0/+1
* utils: zea2heapix(): Set value NaN for missing pixelsAaron LI2016-10-101-5/+9
* utils: zea2healpix(): Implement inpainting missing pixelsAaron LI2016-10-101-3/+51
* utils: zea2healpix(): Average the duplicate pixelsAaron LI2016-10-101-2/+4
* utils: zea2healpix() also return the mask arrayAaron LI2016-10-101-5/+13
* utils/reproject.py: Add more logging and some minor changesAaron LI2016-10-101-1/+22
* utils/reproject.py: Implement zea2healpix()Aaron LI2016-10-102-0/+241
* utils: Preseve the dtype when read/write FITS filesAaron LI2016-10-102-11/+17
* Use newly added "read_fits_healpix()"Aaron LI2016-10-091-3/+3
* utils/fits.py: read_fits_healpix() also accept HDUAaron LI2016-10-091-4/+9
* utils: Add function "read_fits_healpix()"Aaron LI2016-10-092-1/+30
* utils/healpix.py: fix logging import; minor style fixesAaron LI2016-10-091-10/+5