aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* utils: Import Cosmology and make "cosmo" a global instanceAaron LI2017-07-211-1/+4
* cosmology.py: Add "setup()" method to allow update parametersAaron LI2017-07-211-11/+38
* dataframe_to_csv(): Add parameter "comment"Aaron LI2017-07-191-4/+17
* Small updates to comments and configuration descriptionsAaron LI2017-07-191-8/+11
* Add utils/io.py with function "dataframe_to_csv()"Aaron LI2017-07-191-0/+47
* Use [arcsec] as the unit for pixel size and resolutionAaron LI2017-07-192-3/+18
* utils/transform.py: Add function "circle2ellipse()"Aaron LI2017-07-181-0/+40
* Rename utils/rotate.py to utils/transform.pyAaron LI2017-07-182-4/+5
* utils/draw.py: Add function circle()Aaron LI2017-07-181-1/+62
* Revert "utils/convert.py: Use 'utils.units' module"Aaron LI2017-06-241-7/+6
* cosmology: Use default parameters from configurationsAaron LI2017-06-231-1/+5
* utils/convert.py: Use 'utils.units' moduleAaron LI2017-06-231-6/+7
* utils/units.py: Add "rad2deg" and "k_B"Aaron LI2017-06-231-1/+5
* utils/cosmology: Add methods DL() and DA()Aaron LI2017-06-191-0/+14
* clusters: Move units.py and cosmology.py to utilsAaron LI2017-06-012-0/+287
* Add utils/wcs.py with function "make_wcs()"Aaron LI2017-05-221-0/+54
* utils/grid: Add function "make_ellipse()"Aaron LI2017-05-221-7/+47
* utils/draw.py: Merge "_ellipse_in_shape()" to "ellipse()"Aaron LI2016-12-132-85/+25
* utils/draw.py: Fix a wrong brace in "_ellipse_in_shape()"Aaron LI2016-12-131-1/+1
* utils: Add download.py with function "download_file()"Aaron LI2016-11-261-0/+112
* utils: Rename function "md5()" to "calc_md5()"Aaron LI2016-11-261-1/+1
* utils: Add "hashutil.py" with function "md5()"Aaron LI2016-11-211-0/+40
* utils/draw.py: Remove the "Modified BSD" license; Update creditAaron LI2016-11-181-40/+4
* utils/healpix.py: Fix the import issueAaron LI2016-11-091-1/+1
* utils/__init__.py: Only import "setup_logging" from "logging.py"Aaron LI2016-10-291-3/+0
* utils/random.py: Add a note on conversion to (longitude, latitude)Aaron LI2016-10-281-0/+5
* utils/rotate.py: Add a new ref. which may help further vectorizationAaron LI2016-10-281-0/+2