aboutsummaryrefslogtreecommitdiffstats
path: root/bin/get-healpix-patch
Commit message (Collapse)AuthorAgeFilesLines
* Update logging messages; also remove creator __name__Aaron LI2017-08-261-7/+8
| | | | | This script is invoked on the CLI, and will have __name__ of __main__
* get-healpix-patch: Add argument "--sigma-npix" (default: 2.0)Aaron LI2017-08-261-4/+8
|
* sky.py: Replace @header.setter with method "merge_header()"Aaron LI2017-08-261-1/+1
| | | | | * Avoid the duplicate "@header.setter" in the inherited classes * Update get-healpix-patch
* get-healpix-patch: Update against sky.pyAaron LI2017-08-261-4/+9
|
* bin/get-healpix-patch: Postpone modules import with JITAaron LI2017-08-131-7/+9
| | | | Signed-off-by: Aaron LI <aly@aaronly.me>
* utils: Merge fits.py into io.pyAaron LI2017-08-131-1/+1
| | | | | | Functions "{read,write}_fits_healpix()" merged into io.py Signed-off-by: Aaron LI <aly@aaronly.me>
* Add `fg21sim.share` module to hold globally shared "CONFIGS" & "COSMO"Aaron LI2017-07-311-1/+1
| | | | Signed-off-by: Aaron LI <aly@aaronly.me>
* Update bin scripts to use global "CONFIGS"Aaron LI2017-07-231-8/+8
| | | | | | Also update copyright year/email and minor cleanups Signed-off-by: Aaron LI <aly@aaronly.me>
* Use [arcsec] as the unit for pixel size and resolutionAaron LI2017-07-191-4/+6
| | | | Signed-off-by: Aaron LI <aly@aaronly.me>
* bin/get-healpix-patch: Add argument --smooth and write historyAaron LI2017-06-121-0/+13
|
* Add bin/get-healpix-patch: extract patch from HEALPix mapv0.4.2Aaron LI2017-05-271-0/+90