aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* utils: Add "write_fits_healpix()" to replace "healpy.write_map()"Aaron LI2016-10-052-0/+101
* utils/logging.py: Close handler before removingAaron LI2016-10-021-0/+3
* utils/logging.py: Save existing formatter for new handlersAaron LI2016-09-291-0/+5
* utils/logging: reset handlers before initialization/reconfigurationAaron LI2016-09-291-2/+9
* utils/logging.py: Hack the "filemode" arg of "basicConfig()"Aaron LI2016-09-291-1/+4
* utils/healpix.py: Fix logger nameAaron LI2016-09-291-1/+1
* setup_logging(): Add parameter "level"Aaron LI2016-09-291-2/+14
* utils/healpix.py: Add various log INFO messagesAaron LI2016-09-291-6/+22
* Add utility "setup_logging()" to setup/update loggingAaron LI2016-09-292-0/+71
* utils/healpix.py: remove duplicated headerAaron LI2016-09-271-2/+0
* utils/healpix.py: HEALPix data and HPX projection conversionsAaron LI2016-09-272-0/+344