aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/__init__.py
blob: 6717312839e09852b6381e3ad73f9a3c2664aa50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
__pkgname__ = "FG21sim"
__version__ = "0.7.2"
__date__ = "2018-05-22"
__author__ = "Weitian LI"
__author_email__ = "wt@liwt.net"
__license__ = "MIT"
__copyright__ = "Copyright (c) 2016-2019 Weitian LI"
__url__ = "https://github.com/liweitianux/fg21sim"
__description__ = ("Foreground Simulation for "
                   "21 cm Reionization Signal Detection")


import logging


# Set a default logging handler to avoid the "No handler found" warning
logging.getLogger(__name__).addHandler(logging.NullHandler())