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 $ pip 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
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file simms-2.1.0.tar.gz.
File metadata
- Download URL: simms-2.1.0.tar.gz
- Upload date:
- Size: 37.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e93e42c40544321764a4191d72e3986a48647a25da9955f21acad72c4fa8f02
|
|
| MD5 |
3ec0bb9987cc1b0253912f8e038330f4
|
|
| BLAKE2b-256 |
d0204dca1e7067f69127bb458665d1dc12a60321366981517c9eeec4e1e44938
|
File details
Details for the file simms-2.1.0-py3-none-any.whl.
File metadata
- Download URL: simms-2.1.0-py3-none-any.whl
- Upload date:
- Size: 37.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
363ab2dad4d74a54ccc3002d3562f037890b202133043fc577b8e19cd6c0318a
|
|
| MD5 |
de2dafaffeab8c9b2dd2818244bfc2a7
|
|
| BLAKE2b-256 |
15c4058590b7754ac7f34d5046be7fbf40cf42cc4e5e609173279723fc866093
|