diff options
Diffstat (limited to 'fg21sim/products.py')
-rw-r--r-- | fg21sim/products.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fg21sim/products.py b/fg21sim/products.py index f35dcdd..a0c3294 100644 --- a/fg21sim/products.py +++ b/fg21sim/products.py @@ -1,8 +1,10 @@ -# Copyright (c) 2016 Weitian LI <liweitianux@live.com> +# Copyright (c) 2016-2017 Weitian LI <weitian@aaronly.me> # MIT license """ Manage and manipulate the simulation products. + +XXX/TODO: update with HEALPix and sky patch, according to ``sky.py``. """ import os |