NRAO Home > CASA > CASA Toolkit Reference Manual
sd.scantable.lag_flag - Function

5.1.2 Perform Fourier filtering on the spectra
Description

Flag the data in ’lag’ space by providing a frequency to remove. Flagged data in the scantable gets interpolated over the region. No taper is applied.

If insitu is True, or insitu is None and sd.rcParams[’insitu’] is True, the method will not return the result, but apply operation on this scantable.

It is recommended to flag edges of the band or strong signals beforehand.

Arguments





Inputs

start

The start frequency (really a period within the bandwidth) or period to remove

allowed:

float

Default:

end

The end frequency or period to remove

allowed:

string

Default:

None

unit

The frequency unit or ” for explicit lag channels

allowed:

string

Default:

’MHz’

insitu

If False a new scantable is returned

allowed:

bool

Default:

None





Returns
scantable

Example


More information about CASA may be found at the CASA web page

Copyright © 2016 Associated Universities Inc., Washington, D.C.

This code is available under the terms of the GNU General Public Lincense


Home | Contact Us | Directories | Site Map | Help | Privacy Policy | Search