| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use all uppercase to identify the global CONFIGS and COSMO | Aaron LI | 2017-07-22 | 2 | -6/+6 |
* | utils/units.py: Add "mec2" energy of a still electron | Aaron LI | 2017-07-22 | 1 | -1/+5 |
* | utils/cosmology.py: Add property "baryon_fraction" | Aaron LI | 2017-07-21 | 1 | -0/+9 |
* | Fix parameter names about cosmology | Aaron LI | 2017-07-21 | 1 | -2/+2 |
* | bin/fg21sim: Setup cosmology model at the beginning | Aaron LI | 2017-07-21 | 1 | -1/+1 |
* | utils: Import Cosmology and make "cosmo" a global instance | Aaron LI | 2017-07-21 | 1 | -1/+4 |
* | cosmology.py: Add "setup()" method to allow update parameters | Aaron LI | 2017-07-21 | 1 | -11/+38 |
* | dataframe_to_csv(): Add parameter "comment" | Aaron LI | 2017-07-19 | 1 | -4/+17 |
* | Small updates to comments and configuration descriptions | Aaron LI | 2017-07-19 | 1 | -8/+11 |
* | Add utils/io.py with function "dataframe_to_csv()" | Aaron LI | 2017-07-19 | 1 | -0/+47 |
* | Use [arcsec] as the unit for pixel size and resolution | Aaron LI | 2017-07-19 | 2 | -3/+18 |
* | utils/transform.py: Add function "circle2ellipse()" | Aaron LI | 2017-07-18 | 1 | -0/+40 |
* | Rename utils/rotate.py to utils/transform.py | Aaron LI | 2017-07-18 | 2 | -4/+5 |
* | utils/draw.py: Add function circle() | Aaron LI | 2017-07-18 | 1 | -1/+62 |
* | Revert "utils/convert.py: Use 'utils.units' module" | Aaron LI | 2017-06-24 | 1 | -7/+6 |
* | cosmology: Use default parameters from configurations | Aaron LI | 2017-06-23 | 1 | -1/+5 |
* | utils/convert.py: Use 'utils.units' module | Aaron LI | 2017-06-23 | 1 | -6/+7 |
* | utils/units.py: Add "rad2deg" and "k_B" | Aaron LI | 2017-06-23 | 1 | -1/+5 |
* | utils/cosmology: Add methods DL() and DA() | Aaron LI | 2017-06-19 | 1 | -0/+14 |
* | clusters: Move units.py and cosmology.py to utils | Aaron LI | 2017-06-01 | 2 | -0/+287 |
* | Add utils/wcs.py with function "make_wcs()" | Aaron LI | 2017-05-22 | 1 | -0/+54 |
* | utils/grid: Add function "make_ellipse()" | Aaron LI | 2017-05-22 | 1 | -7/+47 |
* | utils/draw.py: Merge "_ellipse_in_shape()" to "ellipse()" | Aaron LI | 2016-12-13 | 2 | -85/+25 |
* | 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 |