Empty MS creation tool
Project description
Creates empty measurement sets using the the CASA simulate tool.
Requires
numpy
Install
Github
$ git clone https://github.com/radio-astro/simms $ cd simms $ python setup.py install
Pip
pip install simms
Examples
On the command line
To get farmiliar with options run: simms –help ;)
The antenna positions can be specified as a CASA Table or an ASCII file. Bellow is an example of you can an empty MS using both formats:
NOTE: Some antenna tables are provided in Simms/observatories. Run the examples below in the simms directory or change the paths of the antenna files accordingly in the lines bellow.
CASA Table KAT7_ANTENNAS
simms -T kat-7 -t casa -l test_casa -dec -30d0m0s -ra 0h0m0s -st 1 -dt 60 -f0 1.4GHz -nc 4 -df 10MHz Simms/observatories/KAT7_ANTENNAS
ASCII vlac.enu.itrf
simms -T vla -t ascii -cs itrf -l test_ascii -dec 30d0m0s -ra 0h0m0s -st 1 -dt 60 -f0 1.4GHz -nc 4 -df 10MHz Simms/observatories/vlac.itrf.txt
In both cases, we create an empty MS (VLA-A and KAT-7) at 1400MHz with 4 10MHz channels, the observtion is 1hr and has a 60s integrations time.
In Python
from simms import simms simms.create_empty_ms(msname="Name_of_ms.MS", tel="kat-7", synthesis=1, pos_type='casa', pos="kat-7_antenna_table")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file simms-0.9.7.tar.gz
.
File metadata
- Download URL: simms-0.9.7.tar.gz
- Upload date:
- Size: 31.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 361314777acc45c891432a568d34cdebf69864b407998ff57f53c758f051364a |
|
MD5 | b99c23abfc98b80a3c782f0f56df4113 |
|
BLAKE2b-256 | b6d6e2d49d02704de393dd2931a94986e45b56f43e9c98effcd4ad1411063eed |
File details
Details for the file simms-0.9.7-py2.7.egg
.
File metadata
- Download URL: simms-0.9.7-py2.7.egg
- Upload date:
- Size: 52.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eafbbb188ac85244f9d41aca78a745c89ff9d9b1f326a23a7f45571886c32324 |
|
MD5 | b5fdb7f0693e6f4605a1d5af291f3cd3 |
|
BLAKE2b-256 | 34b75ad6e0e39be8526bdc0fcb1b4943ca2cc364026c8e7fd7a46d3276ad9839 |