| Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
| Version 1.9 Build 1488 |
|
| Package | general | |
| Module | ms | |
| Tool | ms |
| fldid | in | Desired fields | |
| Allowed: | Vector of integers | ||
| Default: | all | ||
| spwid | in | Desired spectral windows | |
| Allowed: | Vector of integers | ||
| Default: | all | ||
For multi-channel data, all channels are currently averaged as well. Future versions of this function will have options for channel selection.
This function is useful for obtaining a full-Stokes point source flux density estimate for polarization calibration or other purposes. It is essentially calculating a single-pixel image at the observation's phase center, which for point sources, yields the correct flux density.
include 'ms.g'
myms := ms('ap366.ms');
myms.ptsrc(fldid=[9,11],spwid=1);
myms.done();
This example calculates the point source flux density for field ids 9 & 11
in spectral window 1.