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

phasecal-target loop implementation #43

Closed rdeane closed 7 months ago

rdeane commented 6 years ago

Before implementing this manually, I thought I'd ask those involved with simms if they have thought about simulating phase-target loops. I know of the scan lag option, but this won't really work (or offer sufficient flexibility) for the application of generating a realistic observing schedule, where we have a nodding between phasecal and target with some duty cycle and the associated slew-time gaps.

SpheMakh commented 6 years ago

I think the workaround is to simulate multiple MSs then combine them with CASA virtualconcat/concat for further processing. We doing the same in the MeerKATHI pipeline when we have multiple files for a given observation, or using calibrator field from different observation.

But will try to implement this scenario in simms.

rdeane commented 6 years ago

Indeed, that was my workaround too. Surprisingly it even works for VLBI MSs :)

SpheMakh commented 5 years ago

This is now possible in one line! Here is an example:

simms -T kat-7 -date UTC,2014/05/26/12:12:12 -dt 10 -st 4 -sl 1 -sl 0.167 -sl 0.1 -f0 1.4GHz -nc 10 -dir J2000,0deg,-30deg -dir J2000,0deg,-40deg 

This will observer the first field (J2000,0deg,-30deg) for 1 hour, then the second field (J2000,0deg,-40deg) for 0.167 hours (10 minutes) and repeat until 4 hours is reached.

bennahugo commented 7 months ago

Stale. Closing