From 717931fcdb10a6e6691e8ccb393b045e8013061e Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Tue, 16 May 2017 10:25:19 +0800 Subject: fg21sim/clusters: Save progress on halo simulation --- fg21sim/extragalactic/clusters/main.py | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 fg21sim/extragalactic/clusters/main.py (limited to 'fg21sim/extragalactic/clusters/main.py') diff --git a/fg21sim/extragalactic/clusters/main.py b/fg21sim/extragalactic/clusters/main.py new file mode 100644 index 0000000..8f7f8e7 --- /dev/null +++ b/fg21sim/extragalactic/clusters/main.py @@ -0,0 +1,24 @@ +# Copyright (c) 2017 Weitian LI +# MIT license + +""" +Simulate (giant) radio halos of galaxy clusters as one of the +foreground components. +""" + +import logging + +import numpy as np + +from .halo import HaloSingle + + +logger = logging.getLogger(__name__) + + +class Halos: + """ + Simulate (giant) radio halos of galaxy clusters as one of the + foreground components. + """ + pass -- cgit v1.2.2