From e3537c90ccddadc07ddd6d95a71649dfb970dc94 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sun, 2 Apr 2017 15:03:05 +0800 Subject: projection.py: Fix and improve the reference --- projection.py | 9 ++++++--- 1 file 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 -- cgit v1.2.2