Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deprecate np.int, np.float | Aaron LI | 2017-11-03 | 1 | -1/+1 |
| | | | | See: https://github.com/numpy/numpy/pull/6103 | ||||
* | Return the list of filepath to the written sky files | Aaron LI | 2017-08-26 | 1 | -3/+10 |
| | |||||
* | synchrotron.py: Update to use "sky" module; significant cleanups | Aaron LI | 2017-08-26 | 1 | -111/+69 |
| | |||||
* | configs: Remove option "save"; all enabled components will be saved | Aaron LI | 2017-08-26 | 1 | -1/+0 |
| | |||||
* | sky.py: Rename load() -> open(), read() -> load() | Aaron LI | 2017-08-26 | 1 | -3/+3 |
| | |||||
* | galactic/synchrotron.py: Take absolute value on spectral index | Aaron LI | 2017-08-23 | 1 | -1/+2 |
| | |||||
* | Make "frequencies" optional in the simulate() method | Aaron LI | 2017-08-14 | 1 | -3/+16 |
| | | | | | | XXX: foregrounds.py needs update! Signed-off-by: Aaron LI <aly@aaronly.me> | ||||
* | Use keyword "BUNIT" and unit "K" | Aaron LI | 2017-06-13 | 1 | -1/+1 |
| | |||||
* | Minor updates to galactic/{freefree,synchrotron}.py | Aaron LI | 2017-05-21 | 1 | -4/+3 |
| | |||||
* | galactic/freefree: Update to support sky.py | Aaron LI | 2017-05-21 | 1 | -3/+5 |
| | |||||
* | galactic/synchrotron: Update to support sky.py | Aaron LI | 2017-05-21 | 1 | -73/+61 |
| | | | | | | | * Also update foregrounds.py to use sky.py * Minor fixes to configs/manager.py TODO: update synchrotron/add_smallscales() to also work with sky patch. | ||||
* | galactic/synchrotron.py: Fix typo w.r.t. component name | Aaron LI | 2017-05-21 | 1 | -1/+1 |
| | |||||
* | configs : Drop "output/filetype"; only support FITS | Aaron LI | 2017-05-17 | 1 | -5/+0 |
| | |||||
* | configs: New "sky" section, and remove "common" section | Aaron LI | 2017-05-16 | 1 | -2/+2 |
| | | | | * Update checkers accordingly | ||||
* | Update "simulate_frequency()" to also return the output file path | Aaron LI | 2016-11-21 | 1 | -5/+31 |
| | | | | | * Update "output()" method to return the output file path * Update "simulate()" to also return the list of output file paths | ||||
* | utils/__init__.py: Only import "setup_logging" from "logging.py" | Aaron LI | 2016-10-29 | 1 | -1/+1 |
| | | | | | | | | | | Since some modules (e.g., healpix.py) under "utils" involves Numba JIT optimization, which significantly slows the start-up speed, even some consumers (e.g., bin/fg21sim-webui) do not need them at all. Fix various import statements of other modules. NOTE: not test at the moment! | ||||
* | Update to use the new "checksum" config option | Aaron LI | 2016-10-27 | 1 | -1/+2 |
| | | | | | Also add a warning log message for "galactic/snr.py" and "extragalactic/clusters.py". | ||||
* | galactic/{freefree,synchrotron}.py: Fix small bugs | Aaron LI | 2016-10-18 | 1 | -1/+1 |
| | | | | | * freefree.py: Add the missing "/" to the config "halphamap" * synchrotron.py: Fix "comp" to have the correct value | ||||
* | galactic/synchrotron.py: Add preocess(), postprocess, _make_filepath() | Aaron LI | 2016-10-18 | 1 | -41/+75 |
| | | | | | | * Add the "preprocess()" and "postprocess()" for a better interface; * Add "_make_filepath()" to compose the output filename; * Reorder some methods for consistency. | ||||
* | galactic: Move the "simulate()" method; Add "UNIT" keyword | Aaron LI | 2016-10-17 | 1 | -14/+15 |
| | |||||
* | Tweak the docstring styles | Aaron LI | 2016-10-11 | 1 | -3/+6 |
| | |||||
* | galactic/synchrotron: Merge up/downgrade Nside to load method | Aaron LI | 2016-10-11 | 1 | -45/+29 |
| | | | | | | | * Merge the upgrade/downgrade resolution w.r.t Nside to the map loading methods; * Update the variable names; * Check the status of smallscales addition. | ||||
* | Use newly added "read_fits_healpix()" | Aaron LI | 2016-10-09 | 1 | -12/+5 |
| | | | | Also remove a unused variable in "galactic/synchrotron.py" | ||||
* | Update to use the "write_fits_healpix()" function | Aaron LI | 2016-10-05 | 1 | -5/+4 |
| | |||||
* | Add bin/fg21sim and some updates to galactic/synchrotron | Aaron LI | 2016-10-04 | 1 | -4/+30 |
| | | | | | | | | | | | | * Add new executable "bin/fg21sim" * galactic/synchrotron: update to use "configs.get_path()" * galactic/synchrotron: create output dir if not exists * galactic/synchrotron: add logging support * galactic/synchrotron: append FITS extension to filename * galactic/synchrotron: pass the basic test TODO: * "output()" needs fixes with the FITS header | ||||
* | Remove the "common/data_dir" config item | Aaron LI | 2016-10-04 | 1 | -5/+4 |
| | |||||
* | Add preliminary Galactic synchrotron simulation support. | Aaron LI | 2016-10-03 | 1 | -0/+204 |
NOTE: untested |