aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/utils
Commit message (Expand)AuthorAgeFilesLines
* Deprecate np.int, np.floatAaron LI2017-11-031-3/+3
* utils/grid.py: Disable Numba JIT for make_ellipse() & make_grid_ellipse()Aaron LI2017-10-261-8/+0
* utils/transform/circle2ellipse: skip rotation if it's NoneAaron LI2017-10-231-4/+5
* clusters/halo: Add function "speed_sound()"Aaron LI2017-10-211-0/+3
* utils/units.py: add "rad2arcmin" and some cleanup/simplificationsAaron LI2017-10-181-16/+20
* utils/analyze.py: countdist_integrated(): Add xmin and xmax param.Aaron LI2017-10-181-2/+15
* clusters: Use "hmf" to calculate halo mass functions/distributionsAaron LI2017-10-041-0/+46
* utils/cosmology.py: Add parameter Tcmb0 [K]Aaron LI2017-10-041-4/+9
* utils/units.py: Add "K2eV" and "K2keV"Aaron LI2017-10-041-0/+2
* utils/cosmology: Add scalar spectral index "ns"Aaron LI2017-10-041-4/+6
* utils/cosmology.py: Add methods Dc() and Dc_to_redshift()Aaron LI2017-10-021-0/+48
* utils/units.py: Add eV and keV to temperature conversionsAaron LI2017-09-261-0/+3
* utils/io.py: Add function "csv_to_dataframe()" to support CSV commentsAaron LI2017-09-031-2/+35
* utils/convert.py: Remove the slow, astropy.units based functionsAaron LI2017-09-011-64/+24
* utils/draw.py: Replace "ellipse()" with the `skiimage' versionAaron LI2017-08-311-27/+96
* utils: Add analyze.py with function "countsdist_integrate()"Aaron LI2017-08-301-0/+66
* clusters/psformalism: Remove config "f_darkmatter"Aaron LI2017-08-291-0/+10
* convert.py: do not use Numba JITAaron LI2017-08-291-14/+8
* Fix the warning on scipy.ndimage.zoom output shape calculationAaron LI2017-08-141-1/+4
* utils/convert.py: Add function "JyPerPix_to_K()"Aaron LI2017-08-131-0/+17
* utils/io.py: Default float32=False to preserve the data typeAaron LI2017-08-131-4/+4
* utils/io.py: Add "float32" param and update "write_fits_healpix()"Aaron LI2017-08-131-15/+30
* utils/io.py: Fix a dtype bug; Improve comments and FITS headerAaron LI2017-08-131-3/+26
* utils: Merge fits.py into io.pyAaron LI2017-08-133-155/+143
* utils/io.py: Implement new function "write_fits_image()"Aaron LI2017-08-131-0/+37
* utils/io.py: Improve documentationsAaron LI2017-08-131-1/+19
* utils/transform.py: Update comment and minor cleanupsAaron LI2017-08-121-5/+3
* Fix a bug in clusters/halo.py; Add a comment to utils/io/_create_dir()Aaron LI2017-08-061-0/+4
* utils/convert.py: omega unit default to [arcsec^2], other improvementsAaron LI2017-08-031-10/+11
* utils/convert.py: Improve various comments/descriptionsAaron LI2017-08-031-23/+33
* utils/convert.py: Improve unit check and conversionAaron LI2017-08-031-2/+2
* utils: Add ds.py with function "dictlist_to_dataframe()"Aaron LI2017-08-031-0/+82
* utils/io.py: Fix issue in "_create_dir()" with empty directory pathAaron LI2017-08-011-1/+3
* Improve logging messagesAaron LI2017-08-011-1/+5
* utils: Add profile.py to diagnose memory usageAaron LI2017-08-011-0/+97
* utils/io.py: Add functions "pickle_dump()" and "pickle_load()"Aaron LI2017-08-011-0/+31
* utils/io.py: Split out "_create_dir()" and "_check_existence()"Aaron LI2017-08-011-12/+31
* utils/cosmology.py: Add "dVc()": differential comoving volumeAaron LI2017-07-311-0/+8
* utils: Add interpolate.py with "bilinear()" functionAaron LI2017-07-311-0/+42
* cosmology: Avoid the circular importing issueAaron LI2017-07-312-7/+1
* Add `fg21sim.share` module to hold globally shared "CONFIGS" & "COSMO"Aaron LI2017-07-312-3/+1
* clusters/halo.py: Add property "angular_radius" (unit: [arcsec])Aaron LI2017-07-301-0/+2
* utils/units.py: Add several units conversionsAaron LI2017-07-291-0/+4
* utils/cosmology.py: age() and redshift() accepts numpy arraysAaron LI2017-07-271-7/+10
* utils/cosmology.py: Update references and commentsAaron LI2017-07-271-36/+66
* Use all uppercase to identify the global CONFIGS and COSMOAaron LI2017-07-222-6/+6
* utils/units.py: Add "mec2" energy of a still electronAaron LI2017-07-221-1/+5
* utils/cosmology.py: Add property "baryon_fraction"Aaron LI2017-07-211-0/+9
* Fix parameter names about cosmologyAaron LI2017-07-211-2/+2
* bin/fg21sim: Setup cosmology model at the beginningAaron LI2017-07-211-1/+1