ratt-ru / simms

Creates empty measurement sets using the the CASA simulate tool.
GNU General Public License v2.0
7 stars 8 forks source link

How to create a VLA MS for a given configuration #5

Closed modhurita closed 8 years ago

modhurita commented 9 years ago
  1. Copy the antenna table for your desired VLA configuration from elwood: /home/makhathini/vla-pos
  2. Suppose you want to create an MS for VLA in C configuration. Run this command:
/simms.py -T VLA -n VLAC.MS -t ascii -dt 600 -st 8 -ih -4 -nc 8 -df 24e+6 -f0 1.330e9 -dir J2000,1.49488453rad,0.8700817rad vlac.itrf.txt

Pinging @atemkeng as he is working with VLA-C MSs.

atemkeng commented 9 years ago

Thank you Modhurita.

On 17 December 2014 at 16:10, Modhurita Mitra notifications@github.com wrote:

  1. Copy the antenna table for your desired VLA configuration from elwood: /home/makhathini/vla-pos
  2. Suppose you want to create an MS for VLA in C configuration. Run this command:

    /simms.py -T VLA -n VLAC.MS -t ascii -dt 600 -st 8 -ih -4 -nc 8 -df 24e+6 -f0 1.330e9 -dir J2000,1.49488453rad,0.8700817rad vlac.itrf.txt

Pinging @atemkeng https://github.com/atemkeng as he is working with VLA-C MSs.

— Reply to this email directly or view it on GitHub https://github.com/SpheMakh/simms/issues/5.

SpheMakh commented 8 years ago

This info is now in README