hifv_solint¶
- hifv_solint(vis=None, limit_short_solint=None, refantignore=None, refant=None) ResultsList[Results][source]¶
Determines different solution intervals.
The hifv_solint task determines different solution intervals. Note that the short solint value is switched to 'int' when the minimum solution interval corresponds to one integration.
- Parameters:
vis (str, optional) -- The list of input MeasurementSets. Defaults to the list of MeasurementSets specified in the hifv_importdata task.
limit_short_solint (str) -- Keyword argument in units of seconds to limit the short solution interval. Can be a string or float numerical value in units of seconds of '0.45' or 0.45. Can be set to a string value of 'int'.
refantignore (str) --
String list of antennas to ignore.
Example: refantignore='ea02, ea03'
refant (str) --
A csv string of reference antenna(s). When used, disables
refantignore.Example: refant = 'ea01, ea02'
- Returns:
The results object for the pipeline task is returned.
Examples
Determines different solution intervals:
>>> hifv_solint()