diff options
author | Aaron LI <aly@aaronly.me> | 2018-08-16 18:11:56 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-08-16 18:11:56 +0800 |
commit | 5e07eed5df581e676ad6ea88007ba6fb757ba74a (patch) | |
tree | 4fc06dac107f86e6d2a878d02637729af8d123d8 /docs/guide.rst | |
parent | 7ac32a218dfbfdda67a1e4fe8d82f17afdcf4c13 (diff) | |
download | fg21sim-5e07eed5df581e676ad6ea88007ba6fb757ba74a.tar.bz2 |
Update docs/guide with observation simulation info
Diffstat (limited to 'docs/guide.rst')
-rw-r--r-- | docs/guide.rst | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/guide.rst b/docs/guide.rst index 02e077c..756ca83 100644 --- a/docs/guide.rst +++ b/docs/guide.rst @@ -66,7 +66,33 @@ these `pointsource tools`_ that were developed for use in `Wang et al. 2010`_. +---------------------- +Observation Simulation +---------------------- + +In order to incorporate the instrumental effects into the simulated +sky maps, the latest `SKA1-Low layout configuration`_ (released on +2016 May 21) is employed to carry out the observation simulation. + +The `OSKAR`_ simulator is used to perform the interferometric +observations. The ``make-ska1low-model`` tool was writen to generate +the *sky model* of the SKA1-Low for use by ``OSKAR``. +The simulated *visibility data* are then imaged by utilizing the +`WSClean`_ to generate the "observed" images. + +The scripts that help carry out the observation simulations can be +found at `atoolbox/astro/oskar`_. + + .. _`pointsource tools`: https://github.com/liweitianux/radio-fg-simu-tools/tree/master/pointsource .. _`Wang et al. 2010`_: http://adsabs.harvard.edu/abs/2010ApJ...723..620W +.. _`SKA1-Low layout configuration`: + https://astronomers.skatelescope.org/wp-content/uploads/2016/09/SKA-TEL-SKO-0000422_02_SKA1_LowConfigurationCoordinates-1.pdf +.. _`OSKAR`_: + https://github.com/OxfordSKA/OSKAR +.. _`WSClean`_: + https://sourceforge.net/projects/wsclean/ +.. _`atoolbox/astro/oskar`: + https://github.com/liweitianux/atoolbox/tree/master/astro/oskar |