diff options
author | Aaron LI <aaronly.me@outlook.com> | 2017-04-02 15:03:05 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2017-04-02 15:03:05 +0800 |
commit | e3537c90ccddadc07ddd6d95a71649dfb970dc94 (patch) | |
tree | 9edd659ed04899e7285682d8dc1b3c94950c0cb3 /projection.py | |
parent | 0f69645787cb0130fb06e18ce0fbf14f079d4f59 (diff) | |
download | cexcess-e3537c90ccddadc07ddd6d95a71649dfb970dc94.tar.bz2 |
projection.py: Fix and improve the reference
Diffstat (limited to 'projection.py')
-rwxr-xr-x | projection.py | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/projection.py b/projection.py index 8925844..309dcbd 100755 --- a/projection.py +++ b/projection.py @@ -1,17 +1,20 @@ #!/usr/bin/env python3 # -# Copyright (c) 2016 Aaron LI +# Copyright (c) 2016-2017 Aaron LI # MIT license # # Created: 2016-06-10 -# Updated: 2016-06-24 # """ Project the 3D volume density to 2D surface density and vice versa. References: -[1] McLaughlin, 1999, ApJ, 117, 2398-2427 +[1] McLaughlin, D. E., + The Efficiency of Globular Cluster Formation, + 1999, AJ, 117, 2398-2427, + http://adsabs.harvard.edu/abs/1999AJ....117.2398M + Appendix.A """ import numpy as np |