aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* webui: Add the index and configs templatesAaron LI2016-11-012-0/+489
* webui: Add header and footer templatesAaron LI2016-11-012-0/+42
* webui: Add favicon and logo (nyan ~~~)Aaron LI2016-11-013-0/+151
* webui: Add fonts.css (Source Sans Pro & Source Code Pro)Aaron LI2016-11-011-0/+63
* Serve jQuery locally (use jqyeru-3.1.1.js)Aaron LI2016-11-012-1/+10222
* webui: Rearrange structures of the base templateAaron LI2016-10-311-4/+14
* webui: Add the base templateAaron LI2016-10-301-0/+37
* webui: Import Milligram v1.1.0Aaron LI2016-10-301-0/+628
* webui: Import normalize.css v5.0.0Aaron LI2016-10-301-0/+461
* webui: Import FontAwesome v4.7.0Aaron LI2016-10-303-0/+2337
* webui: Add "bin/fg21sim-webui" to start the UI serverAaron LI2016-10-302-0/+52
* webui: Build the Web UI using Tornado with WebSocketAaron LI2016-10-305-0/+70
* utils/__init__.py: Only import "setup_logging" from "logging.py"Aaron LI2016-10-299-11/+13
* Makefile: Use the built-in "venv" module available at Python >=3.3Aaron LI2016-10-291-1/+1
* setup.py: Add "zip_safe=False" to avoid installing as a zipped eggAaron LI2016-10-291-0/+5
* 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
* Add back "scipy" to dependencies as utils/reproject.py requiresAaron LI2016-10-282-0/+2
* extragalactic/pointsource (#3)Jason Ma2016-10-2712-0/+1881
* bin/fg21sim: Update the import pathAaron LI2016-10-271-1/+1
* fg21sim/__init__.py: Do not import from ".foregrounds"Aaron LI2016-10-271-2/+0
* Update to use the new "checksum" config optionAaron LI2016-10-274-4/+12
* utils/fits.py: Add parameter "checksum" for write_fits_healpix()Aaron LI2016-10-271-8/+13
* configs/00-general.conf.spec: Add new option "checksum"Aaron LI2016-10-271-0/+6
* Check the output file existence firstAaron LI2016-10-273-5/+24
* utils/rotate.py: Fix two bugs which cause wrong resultsAaron LI2016-10-261-4/+13
* utils/grid.py: JIT optimize "make_grid_ellipse()"Aaron LI2016-10-261-10/+15
* utils/grid.py: Use own-implemented JIT-optimized "rotate_center()"Aaron LI2016-10-263-5/+3
* Add utils/rotate.py: Implement basic image rotationAaron LI2016-10-261-0/+131
* draw.py: Remove the unused "circle()" functionAaron LI2016-10-251-42/+0
* draw.py: Optimize "ellipse()" using numba JITAaron LI2016-10-251-17/+27
* draw.py: Optimize "_ellipse_in_shape()" using JITAaron LI2016-10-251-3/+20
* grid.py: Override "make_coordinate_grid()" using JIT-optimized versionAaron LI2016-10-251-46/+2
* grid.py: Change "make_coordinate_grid_fast()" parametersAaron LI2016-10-251-11/+16
* grid.py: Optimize "map_grid_to_healpix()" using "numba.jit"Aaron LI2016-10-251-11/+19
* healpix.py: Change all "indices" to "indexes"Aaron LI2016-10-252-19/+19
* healpix.py: Implement "ang2pix_ring" and "pix2ang_ring" with JITAaron LI2016-10-251-0/+213
* healpix.py: Optimize "_calc_hpx_indicies()" and "_calc_hpx_row_idx()"_Aaron LI2016-10-251-60/+68
* extragalactic/clusters.py: Speed up "calc_Tb()" significantlyAaron LI2016-10-251-10/+16
* utils/grid.py: Add optimized "make_coordinate_grid_fast()"Aaron LI2016-10-251-4/+56
* extragalactic/clusters.py: Use "Fnu_to_Tb_fast()"Aaron LI2016-10-241-13/+15
* convert.py: Optimize "Fnu_to_Tb()" and "Sb_to_Tb()"Aaron LI2016-10-243-0/+67
* extragalactic/clusters.py: Fix multiple bugs (Test OK)Aaron LI2016-10-221-10/+45
* foregrounds.py: Add new component extragalactic/clustersAaron LI2016-10-221-3/+5
* Support new simulation component: extragalactic/clustersAaron LI2016-10-223-0/+695
* Add utils/random.py: Custom random utilitiesAaron LI2016-10-221-0/+51
* galactic/snr.py: Fix wrong astropy quantity operationAaron LI2016-10-221-1/+1
* galactic/snr.py: Add one reference and update docstringAaron LI2016-10-221-5/+12
* configs/10-galactic.conf.spec: Fix/update the descriptionAaron LI2016-10-221-4/+12
* bin/fg21sim-download-cluster-data: Add catalog descriptionAaron LI2016-10-211-0/+37