| Commit message (Expand) | Author | Age | Files | Lines |
* | sky.py: Add more numeric special methods | Aaron LI | 2017-08-26 | 1 | -0/+52 |
* | config: Change "output/use_float" to "output/float32" | Aaron LI | 2017-08-26 | 1 | -1/+1 |
* | sky.py: Rename load() -> open(), read() -> load() | Aaron LI | 2017-08-26 | 1 | -18/+24 |
* | Fix the warning on scipy.ndimage.zoom output shape calculation | Aaron LI | 2017-08-14 | 1 | -1/+2 |
* | Fix several bugs | Aaron LI | 2017-08-13 | 1 | -1/+4 |
* | sky.py: Fix the "pixelsize" property | Aaron LI | 2017-08-13 | 1 | -16/+16 |
* | sky.py: Implement "add()" method for SkyPatch class | Aaron LI | 2017-08-13 | 1 | -9/+87 |
* | clusters/main.py: Set sky header properties | Aaron LI | 2017-08-13 | 1 | -0/+1 |
* | sky.py: Add "add_header()" method | Aaron LI | 2017-08-13 | 1 | -0/+9 |
* | sky.py: Overload common arithmetic operators | Aaron LI | 2017-08-13 | 1 | -0/+58 |
* | sky.py: Add parameter "clobber" to "write()" method | Aaron LI | 2017-08-13 | 1 | -4/+12 |
* | sky.py: Update against the SkyBase class, various cleanups | Aaron LI | 2017-08-13 | 1 | -88/+26 |
* | sky.py: Update to use "write_fits_{image,healpix}" functions | Aaron LI | 2017-08-13 | 1 | -43/+19 |
* | sky.py: Add new properties to SkyBase | Aaron LI | 2017-08-13 | 1 | -1/+35 |
* | utils: Merge fits.py into io.py | Aaron LI | 2017-08-13 | 1 | -1/+3 |
* | sky.py: Add float32/clobber/checksum etc. to SkyBase | Aaron LI | 2017-08-13 | 1 | -6/+61 |
* | sky.py: Add basic SkyBase class as the base of SkyPatch and SkyHealpix | Aaron LI | 2017-08-13 | 1 | -0/+113 |
* | sky.py: Implement "random_points()" method | Aaron LI | 2017-07-19 | 1 | -6/+85 |
* | sky.py: frequency has implicit unit "MHz" | Aaron LI | 2017-07-19 | 1 | -11/+22 |
* | sky.py: Default to assume a flat sky for patch | Aaron LI | 2017-07-19 | 1 | -5/+10 |
* | Use [arcsec] as the unit for pixel size and resolution | Aaron LI | 2017-07-19 | 1 | -13/+14 |
* | sky.py: Write PIXELSIZE, RA0, and DEC0 to header for patch sky | Aaron LI | 2017-06-19 | 1 | -0/+3 |
* | sky.py: Fix mkdir when the directory name is empty | Aaron LI | 2017-06-12 | 1 | -2/+2 |
* | sky.py: Fix FITS header write | Aaron LI | 2017-05-27 | 1 | -4/+8 |
* | sky.py: Add "area()" method | Aaron LI | 2017-05-25 | 1 | -0/+21 |
* | sky.py: Implement method "reproject_to()" | Aaron LI | 2017-05-22 | 1 | -8/+102 |
* | sky/SkyPatch: Add wcs and region coverage check | Aaron LI | 2017-05-22 | 1 | -0/+56 |
* | sky.py: Flatten 2D image of sky patch to 1D for easier processing | Aaron LI | 2017-05-21 | 1 | -14/+21 |
* | Add sky.py to support both sky patch and HEALPix all-sky map | Aaron LI | 2017-05-21 | 1 | -0/+272 |