Commits
698 698 | integration_time = msmd.exposuretime(scan=1, spwid=2, polid=3) |
699 699 | msmd.done() |
700 700 | </example> |
701 701 | </method> |
702 702 | |
703 703 | <method name="fdmspws" type="function"> |
704 704 | <shortdescription>Get an array of spectral window IDs used for FDM.</shortdescription> |
705 705 | <returns type="intVec"/> |
706 706 | <description> |
707 707 | Get an array of spectral window IDs used for FDM. These windows |
708 - | are defined by the rules in |
709 - | <a href="#casatools.msmetadata.msmetadata.almaspws">almaspws()</a>. |
708 + | are defined by the rules in the description of the method |
709 + | almaspws(). |
710 710 | </description> |
711 711 | <example> |
712 712 | msmd.open("my.ms") |
713 713 | # get the spectral window IDs used for FDM. |
714 714 | fdm_spws = msmd.fdmspws() |
715 715 | msmd.done() |
716 716 | </example> |
717 717 | </method> |
718 718 | |
719 719 | <method name="fieldnames" type="function"> |
2278 2278 | summary = msmd.summary() |
2279 2279 | msmd.done() |
2280 2280 | </example> |
2281 2281 | </method> |
2282 2282 | |
2283 2283 | <method name="tdmspws" type="function"> |
2284 2284 | <shortdescription>Get an array of spectral window IDs used for TDM.</shortdescription> |
2285 2285 | <returns type="intVec"/> |
2286 2286 | <description> |
2287 2287 | Get an array of spectral window IDs used for TDM. These windows |
2288 - | are defined by the rules in |
2289 - | <a href="#casatools.msmetadata.msmetadata.almaspws">almaspws()</a>. |
2288 + | are defined by the rules in the description of the method |
2289 + | almaspws(). |
2290 2290 | </description> |
2291 2291 | <example> |
2292 2292 | msmd.open("my.ms") |
2293 2293 | # get the spectral window IDs used for TDM. |
2294 2294 | tdm_spws = msmd.tdmspws() |
2295 2295 | msmd.done() |
2296 2296 | </example> |
2297 2297 | </method> |
2298 2298 | |
2299 2299 | <method name="timerangeforobs" type="function"> |