|
|
Public: Peel strong source from UV data based on previous CLEAN.
Picks the strongest field with peak above PeelFlux and subtracts all others using the SkyModel on myClean and then self calibrates the residual data to obtain a best model and calibration for that field. This model is then subtracted using the derived calibration and then the calibration is undone. The imaging is then redone using the myClean setup and the components removed from the Peeled field are appended to the end of the CC Table 1 corresponding field on the mosaic on myClean. The components peeled are written to CC Table 2 on the output Peeled image. Note: If multiple peels are done, the components from previously peeled fields will not be in Table 1 and the components from CC table 2 need to be copied to table 1 No restoration or flattening is done. - Parameters:
-
| myInput | InfoList with control parameters (most have defaults):
- PeelFlux f Minimum level for Peeling (peal in CCs)
- PeelLoop i max. number of self cal loops
- PeelSolInt f Peel SC Solution interval (min)
- PeelNiter i Niter for peel.CLEAN
- PeelMinFlux f Minimum Peel Clean component (Jy)
- refAnt i Peel SC Reference antenna
- SNRMin f Min. allowed SNR in peel selfcal
- AvgPol b Avg. poln in peel self cal?
- AvgIF b Avg. IFs in peel self cal?
- PBCor b Apply Frequency PB Corr?
- antSize f Diameter of ant. for PBCor (m)
- Robust f Robustness power
- nuGrid i Size in u of weighting grid
- nvGrid i Size in v of weighting grid
- WtBox i Additional rows and columns in weighting
- WtFunc i Box function type when WtBox
- UVTaper f [2] (U,V) Gaussian taper klambda
- WtPower f Power to raise weights to
- MaxBaseline f maximum baseline length in wavelengths.
- MinBaseline f minimum baseline length in wavelengths.
- rotate f rotation of images
- xCells f Image cell spacing in X in asec.
- yCells f Image cell spacing in Y in asec.
- Gain f CLEAN loop gain
- minPatch i Min. BEAM half-width.
- autoWindow b If true, automatically set windows
- WtUV f Weighting to use outside of basic uv range
- minNo i Min. allowed no. antennas in selfcal
- doSmoo b If true interpolate failed solutions
- prtLv i Print level in selfcal, 0=>none
- dispURL s The URL of the display server to use
|
| inUV | Data to be peeled, on return all SN tables will be removed. and peeled source will have been subtracted |
| myClean | Clean object which has previously been CLEANed and which has a field with a CC peak in excess of PeelFlux. Need for peeling based on values of myClean->peakFlux and PeelFlux. The test for individual fields is the maximum as determined from the CLEAN components by ObitImageMosaicMaxField On output, this will include info on last CLEAN |
| err | Error/message stack |
- Returns:
- the 1-rel field number of the peeled field or -1 if no peel
|