diff options
author | Aaron LI <aly@aaronly.me> | 2017-10-29 16:03:11 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-10-29 16:03:11 +0800 |
commit | d41ceb35e8f4598b0e0fb0e5a0c0bf06a11e53a0 (patch) | |
tree | 9cec91837ee2f8a01a08cc7abb910686435a5a98 | |
parent | 7d676dd13f679175bf5554a6784dbf636190887f (diff) | |
download | fg21sim-d41ceb35e8f4598b0e0fb0e5a0c0bf06a11e53a0.tar.bz2 |
products.py: Add a note about updating against with sky.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 |