! Started logfile: /scr/pima/rdv73_uvs/J0504-1512_S_uvs.log on Sat Jan 9 17:45:10 2016 obs /scr/pima/rdv73_uvs/J0504-1512_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv73_uvs/J0504-1512_S_uva.fits ! AN table 1: 47 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.880378 visibilities/baseline/integration-bin. ! Found source: J0504-1512 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23299e+09 1.6e+07 1 1.6e+07 ! 02 2 2.26299e+09 1.6e+07 1 1.6e+07 ! 03 3 2.35299e+09 1.6e+07 1 1.6e+07 ! 04 4 2.37299e+09 1.6e+07 1 1.6e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 7448 visibilities. select RR ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 print "field_size =",field_size ! field_size = 1024 print "field_cell =",field_cell ! field_cell = 0.4 print "taper_size =",taper_size ! taper_size = 20 ![@/home/lpetrov/bin/rdv_muppet /scr/pima/rdv73_uvs/J0504-1512_S] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 800000 float soltime2 soltime2 = 15 float soltime3 soltime3 = 1 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float old_peak float new_peak float flux_cutoff selfant "",false ! 1:BR self-cal status=correctable weight=1 ! 1:FD self-cal status=correctable weight=1 ! 1:HN self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:MK self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 1:SC self-cal status=correctable weight=1 system "rm /tmp/ff.ff" mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.400x0.400 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.009088Jy sigma=9.690600 ! Fit after self-cal, rms=0.917327Jy sigma=8.809921 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. print "=== Flag out IVS stations" ! === Flag out IVS stations integer lun string cfg_file lun = outfile ( "/tmp/ff.ff" ) do i=1,nsub do j=1,ntel(i) fprintf lun, "%s\n", telname(j,i) end do end do close ( lun ) system "/home/lpetrov/bin/dimap_flag_process.csh /tmp/ff.ff" ![@/tmp/ff.ff \] ![Exited script file: /tmp/ff.ff] uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.744 mas, bmaj=6.519 mas, bpa=3.755 degrees ! Estimated noise=1.73927 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0635522 Jy ! Component: 100 - total flux cleaned = 0.0782414 Jy ! Total flux subtracted in 100 components = 0.0782414 Jy ! Clean residual min=-0.007152 max=0.008586 Jy/beam ! Clean residual mean=0.000050 rms=0.001803 Jy/beam ! Combined flux in latest and established models = 0.0782414 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.0782414 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089588Jy sigma=0.760959 ! Fit after self-cal, rms=0.088959Jy sigma=0.754425 ! Inverting map print "=== Finished uniform weighting clean ===" ! === Finished uniform weighting clean === uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.53 mas, bmaj=7.921 mas, bpa=-0.714 degrees ! Estimated noise=0.92851 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0118954 Jy ! Component: 100 - total flux cleaned = 0.0177539 Jy ! Component: 150 - total flux cleaned = 0.0209529 Jy ! Component: 200 - total flux cleaned = 0.0228263 Jy ! Total flux subtracted in 200 components = 0.0228263 Jy ! Clean residual min=-0.003320 max=0.003812 Jy/beam ! Clean residual mean=0.000032 rms=0.000992 Jy/beam ! Combined flux in latest and established models = 0.101068 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 53 components and 0.101068 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087424Jy sigma=0.739182 ! Fit after self-cal, rms=0.087432Jy sigma=0.738818 ! Inverting map print "=== Finished natural weighting clean for VLBI sites ===" ! === Finished natural weighting clean for VLBI sites === gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.96 HN 1.32 KP 0.98 ! LA 0.98 MK 0.86 NL 1.04 OV 0.98 ! PT 1.13 SC 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.98 HN 1.24 KP 0.95 ! LA 0.88 MK 0.92 NL 1.02 OV 1.07 ! PT 1.06 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 0.94 HN 1.40 KP 1.01 ! LA 0.88 MK 0.97 NL 1.15 OV 1.03 ! PT 1.07 SC 0.95 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 0.96 HN 1.22 KP 0.87 ! LA 0.71 MK 1.04 NL 1.00 OV 0.87 ! PT 0.97 SC 0.99 ! ! ! Fit before self-cal, rms=0.087432Jy sigma=0.738818 ! Fit after self-cal, rms=0.085449Jy sigma=0.727963 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.51 mas, bmaj=7.859 mas, bpa=-0.9184 degrees ! Estimated noise=0.919934 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000190348 Jy ! Component: 100 - total flux cleaned = -0.000192811 Jy ! Component: 150 - total flux cleaned = -0.000219485 Jy ! Component: 200 - total flux cleaned = -0.000242612 Jy ! Total flux subtracted in 200 components = -0.000242612 Jy ! Clean residual min=-0.002833 max=0.002763 Jy/beam ! Clean residual mean=0.000015 rms=0.000728 Jy/beam ! Combined flux in latest and established models = 0.100825 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 59 components and 0.100825 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085424Jy sigma=0.727833 ! Fit after self-cal, rms=0.085455Jy sigma=0.727404 ! Inverting map selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085455Jy sigma=0.727404 ! Fit after self-cal, rms=0.085314Jy sigma=0.727357 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.502 mas, bmaj=7.836 mas, bpa=-0.7304 degrees ! Estimated noise=0.917049 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000128811 Jy ! Component: 100 - total flux cleaned = -0.000131337 Jy ! Component: 150 - total flux cleaned = -0.000153456 Jy ! Component: 200 - total flux cleaned = -0.000211232 Jy ! Total flux subtracted in 200 components = -0.000211232 Jy ! Clean residual min=-0.002760 max=0.002779 Jy/beam ! Clean residual mean=0.000014 rms=0.000718 Jy/beam ! Combined flux in latest and established models = 0.100614 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 64 components and 0.100614 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085299Jy sigma=0.727272 ! Fit after self-cal, rms=0.085301Jy sigma=0.727265 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.99784e-05 Jy ! Component: 100 - total flux cleaned = -9.15749e-05 Jy ! Component: 150 - total flux cleaned = -0.000124109 Jy ! Component: 200 - total flux cleaned = -0.000171029 Jy ! Total flux subtracted in 200 components = -0.000171029 Jy ! Clean residual min=-0.002744 max=0.002775 Jy/beam ! Clean residual mean=0.000015 rms=0.000716 Jy/beam ! Combined flux in latest and established models = 0.100443 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 64 components and 0.100443 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085294Jy sigma=0.727211 ! Fit after self-cal, rms=0.085293Jy sigma=0.727209 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 15 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085293Jy sigma=0.727209 ! Fit after self-cal, rms=0.085666Jy sigma=0.725863 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.493 mas, bmaj=7.842 mas, bpa=-0.5816 degrees ! Estimated noise=0.913802 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000104545 Jy ! Component: 100 - total flux cleaned = -0.000137895 Jy ! Component: 150 - total flux cleaned = -0.000151936 Jy ! Component: 200 - total flux cleaned = -0.000178268 Jy ! Total flux subtracted in 200 components = -0.000178268 Jy ! Clean residual min=-0.002716 max=0.002787 Jy/beam ! Clean residual mean=0.000011 rms=0.000679 Jy/beam ! Combined flux in latest and established models = 0.100265 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 67 components and 0.100265 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085659Jy sigma=0.725825 ! Fit after self-cal, rms=0.085723Jy sigma=0.725765 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.48573e-05 Jy ! Component: 100 - total flux cleaned = -8.34485e-05 Jy ! Component: 150 - total flux cleaned = -0.000107186 Jy ! Component: 200 - total flux cleaned = -0.000140426 Jy ! Total flux subtracted in 200 components = -0.000140426 Jy ! Clean residual min=-0.002696 max=0.002786 Jy/beam ! Clean residual mean=0.000012 rms=0.000678 Jy/beam ! Combined flux in latest and established models = 0.100124 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 70 components and 0.100124 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085719Jy sigma=0.725735 ! Fit after self-cal, rms=0.085719Jy sigma=0.725732 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 15 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085719Jy sigma=0.725732 ! Fit after self-cal, rms=0.085448Jy sigma=0.725715 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.155 mas, bmaj=15.25 mas, bpa=4.704 degrees ! Estimated noise=1.09221 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0001398 Jy ! Component: 100 - total flux cleaned = -0.000160465 Jy ! Component: 150 - total flux cleaned = -0.000178373 Jy ! Component: 200 - total flux cleaned = -0.000193888 Jy ! Total flux subtracted in 200 components = -0.000193888 Jy ! Clean residual min=-0.002624 max=0.003342 Jy/beam ! Clean residual mean=0.000020 rms=0.000843 Jy/beam ! Combined flux in latest and established models = 0.0999302 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 71 components and 0.0999302 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085449Jy sigma=0.725715 ! Fit after self-cal, rms=0.085451Jy sigma=0.725704 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.77481e-07 Jy ! Component: 100 - total flux cleaned = -1.5492e-05 Jy ! Component: 150 - total flux cleaned = -2.87919e-05 Jy ! Component: 200 - total flux cleaned = -3.45428e-05 Jy ! Total flux subtracted in 200 components = -3.45428e-05 Jy ! Clean residual min=-0.002627 max=0.003341 Jy/beam ! Clean residual mean=0.000021 rms=0.000841 Jy/beam ! Combined flux in latest and established models = 0.0998957 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 73 components and 0.0998957 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085454Jy sigma=0.725707 ! Fit after self-cal, rms=0.085453Jy sigma=0.725699 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "=== Finished amplitude self-cal for VLBA stations ===" ! === Finished amplitude self-cal for VLBA stations === unflag * ! Unflagging all baselines in the currently selected channels. uncalib false, false, true ! uncal: All telescope correction flags have been un-done. integer lun lun = outfile ( "/tmp/ff.ff" ) do i=1,nsub do j=1,ntel(i) fprintf lun, "%s\n", telname(j,i) end do end do close ( lun ) system "/home/lpetrov/bin/dimap_selfant_process.csh /tmp/ff.ff" ![@/tmp/ff.ff] selfant 1:BR,true ! 1:BR self-cal status=fixed weight=1 selfant 1:FD,true ! 1:FD self-cal status=fixed weight=1 selfant 1:HN,true ! 1:HN self-cal status=fixed weight=1 selfant 1:KP,true ! 1:KP self-cal status=fixed weight=1 selfant 1:LA,true ! 1:LA self-cal status=fixed weight=1 selfant 1:MK,true ! 1:MK self-cal status=fixed weight=1 selfant 1:NL,true ! 1:NL self-cal status=fixed weight=1 selfant 1:OV,true ! 1:OV self-cal status=fixed weight=1 selfant 1:PT,true ! 1:PT self-cal status=fixed weight=1 selfant 1:SC,true ! 1:SC self-cal status=fixed weight=1 ![Exited script file: /tmp/ff.ff] selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086224Jy sigma=0.735058 ! Fit after self-cal, rms=0.086224Jy sigma=0.735058 selfant "",false ! 1:BR self-cal status=correctable weight=1 ! 1:FD self-cal status=correctable weight=1 ! 1:HN self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:MK self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 1:SC self-cal status=correctable weight=1 selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.086224Jy sigma=0.735058 ! Fit after self-cal, rms=0.085474Jy sigma=0.725689 uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.701 mas, bmaj=6.451 mas, bpa=3.889 degrees ! Estimated noise=1.7045 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00147692 Jy ! Component: 100 - total flux cleaned = -0.00157764 Jy ! Component: 150 - total flux cleaned = -0.00161808 Jy ! Component: 200 - total flux cleaned = -0.00168947 Jy ! Total flux subtracted in 200 components = -0.00168947 Jy ! Clean residual min=-0.005698 max=0.004800 Jy/beam ! Clean residual mean=-0.000000 rms=0.001339 Jy/beam ! Combined flux in latest and established models = 0.0982062 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 82 components and 0.0982062 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085482Jy sigma=0.725847 ! Fit after self-cal, rms=0.085472Jy sigma=0.725722 ! Inverting map uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.492 mas, bmaj=7.842 mas, bpa=-0.4365 degrees ! Estimated noise=0.910845 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000888415 Jy ! Component: 100 - total flux cleaned = 0.00126423 Jy ! Component: 150 - total flux cleaned = 0.00129416 Jy ! Component: 200 - total flux cleaned = 0.00129426 Jy ! Component: 250 - total flux cleaned = 0.00128585 Jy ! Component: 300 - total flux cleaned = 0.00128578 Jy ! Component: 350 - total flux cleaned = 0.00127789 Jy ! Component: 400 - total flux cleaned = 0.00127029 Jy ! Total flux subtracted in 400 components = 0.00127029 Jy ! Clean residual min=-0.002654 max=0.002741 Jy/beam ! Clean residual mean=0.000012 rms=0.000673 Jy/beam ! Combined flux in latest and established models = 0.0994765 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 94 components and 0.0994765 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085464Jy sigma=0.725612 ! Fit after self-cal, rms=0.085468Jy sigma=0.725607 ! Inverting map ! Added new window around map position (96.4, 1.2). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000637659 Jy ! Component: 100 - total flux cleaned = 0.00089654 Jy ! Component: 150 - total flux cleaned = 0.000944681 Jy ! Component: 200 - total flux cleaned = 0.000986875 Jy ! Component: 250 - total flux cleaned = 0.0009861 Jy ! Component: 300 - total flux cleaned = 0.00105214 Jy ! Component: 350 - total flux cleaned = 0.00108218 Jy ! Component: 400 - total flux cleaned = 0.00111028 Jy ! Total flux subtracted in 400 components = 0.00111028 Jy ! Clean residual min=-0.002337 max=0.002454 Jy/beam ! Clean residual mean=0.000009 rms=0.000616 Jy/beam ! Combined flux in latest and established models = 0.100587 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 131 components and 0.100587 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085341Jy sigma=0.724396 ! Fit after self-cal, rms=0.085366Jy sigma=0.724254 ! Inverting map ! Added new window around map position (1.2, 71.6). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00203497 Jy ! Component: 100 - total flux cleaned = 0.00227156 Jy ! Component: 150 - total flux cleaned = 0.00255974 Jy ! Component: 200 - total flux cleaned = 0.00285283 Jy ! Component: 250 - total flux cleaned = 0.00300695 Jy ! Component: 300 - total flux cleaned = 0.00325669 Jy ! Component: 350 - total flux cleaned = 0.00342306 Jy ! Component: 400 - total flux cleaned = 0.00351748 Jy ! Total flux subtracted in 400 components = 0.00351748 Jy ! Clean residual min=-0.002160 max=0.002229 Jy/beam ! Clean residual mean=0.000002 rms=0.000560 Jy/beam ! Combined flux in latest and established models = 0.104104 Jy ! Performing phase self-cal ! Adding 73 model components to the UV plane model. ! The established model now contains 188 components and 0.104104 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085246Jy sigma=0.723256 ! Fit after self-cal, rms=0.085252Jy sigma=0.723161 ! Inverting map ! Added new window around map position (102, -60.4). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00203317 Jy ! Component: 100 - total flux cleaned = 0.0021437 Jy ! Component: 150 - total flux cleaned = 0.0021005 Jy ! Component: 200 - total flux cleaned = 0.00214125 Jy ! Component: 250 - total flux cleaned = 0.00217936 Jy ! Component: 300 - total flux cleaned = 0.00224993 Jy ! Component: 350 - total flux cleaned = 0.00234839 Jy ! Component: 400 - total flux cleaned = 0.00241128 Jy ! Total flux subtracted in 400 components = 0.00241128 Jy ! Clean residual min=-0.001941 max=0.002063 Jy/beam ! Clean residual mean=-0.000001 rms=0.000525 Jy/beam ! Combined flux in latest and established models = 0.106516 Jy ! Performing phase self-cal ! Adding 57 model components to the UV plane model. ! The established model now contains 236 components and 0.106516 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085151Jy sigma=0.722232 ! Fit after self-cal, rms=0.085163Jy sigma=0.722135 ! Inverting map ! Added new window around map position (-17.6, -99.6). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00153351 Jy ! Component: 100 - total flux cleaned = 0.00171483 Jy ! Component: 150 - total flux cleaned = 0.00179209 Jy ! Component: 200 - total flux cleaned = 0.00182549 Jy ! Component: 250 - total flux cleaned = 0.00188992 Jy ! Component: 300 - total flux cleaned = 0.00185869 Jy ! Component: 350 - total flux cleaned = 0.00188912 Jy ! Component: 400 - total flux cleaned = 0.00194803 Jy ! Total flux subtracted in 400 components = 0.00194803 Jy ! Clean residual min=-0.002155 max=0.002010 Jy/beam ! Clean residual mean=0.000002 rms=0.000507 Jy/beam ! Combined flux in latest and established models = 0.108464 Jy ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 279 components and 0.108464 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085085Jy sigma=0.721410 ! Fit after self-cal, rms=0.085088Jy sigma=0.721341 ! Inverting map dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000281001 Jy ! Component: 100 - total flux cleaned = 0.000249355 Jy ! Component: 150 - total flux cleaned = 0.000308462 Jy ! Component: 200 - total flux cleaned = 0.000308209 Jy ! Component: 250 - total flux cleaned = 0.00033596 Jy ! Component: 300 - total flux cleaned = 0.000336154 Jy ! Component: 350 - total flux cleaned = 0.000362741 Jy ! Component: 400 - total flux cleaned = 0.000413619 Jy ! Total flux subtracted in 400 components = 0.000413619 Jy ! Clean residual min=-0.002099 max=0.001958 Jy/beam ! Clean residual mean=0.000001 rms=0.000495 Jy/beam ! Combined flux in latest and established models = 0.108877 Jy ! Performing phase self-cal ! Adding 71 model components to the UV plane model. ! The established model now contains 301 components and 0.108877 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085050Jy sigma=0.721014 ! Fit after self-cal, rms=0.085060Jy sigma=0.720996 ! Inverting map print "=== Finished natural weighting clean for al sites ===" ! === Finished natural weighting clean for al sites === unflag * ! Unflagging all baselines in the currently selected channels. ! Applying 2560 buffered edits. uncalib false, false, true ! uncal: All telescope correction flags have been un-done. selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.085834Jy sigma=0.730484 ! Fit after self-cal, rms=0.084271Jy sigma=0.720822 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.478 mas, bmaj=7.806 mas, bpa=-0.1179 degrees ! Estimated noise=0.901905 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000165144 Jy ! Component: 100 - total flux cleaned = 0.000253596 Jy ! Component: 150 - total flux cleaned = 0.000336877 Jy ! Component: 200 - total flux cleaned = 0.000416881 Jy ! Component: 250 - total flux cleaned = 0.000492992 Jy ! Component: 300 - total flux cleaned = 0.000492979 Jy ! Component: 350 - total flux cleaned = 0.000493198 Jy ! Component: 400 - total flux cleaned = 0.000493179 Jy ! Total flux subtracted in 400 components = 0.000493179 Jy ! Clean residual min=-0.001932 max=0.001960 Jy/beam ! Clean residual mean=0.000000 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.10937 Jy selfcal ! Performing phase self-cal ! Adding 69 model components to the UV plane model. ! The established model now contains 338 components and 0.10937 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084235Jy sigma=0.720550 ! Fit after self-cal, rms=0.084246Jy sigma=0.720533 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-86.8, -61.6). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000341216 Jy ! Component: 100 - total flux cleaned = 0.000151437 Jy ! Component: 150 - total flux cleaned = 1.07602e-05 Jy ! Component: 200 - total flux cleaned = -2.9076e-05 Jy ! Component: 250 - total flux cleaned = 5.81079e-06 Jy ! Component: 300 - total flux cleaned = 7.45984e-05 Jy ! Component: 350 - total flux cleaned = 0.000202198 Jy ! Component: 400 - total flux cleaned = 0.000233407 Jy ! Total flux subtracted in 400 components = 0.000233407 Jy ! Clean residual min=-0.001957 max=0.001843 Jy/beam ! Clean residual mean=0.000001 rms=0.000449 Jy/beam ! Combined flux in latest and established models = 0.109604 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 382 components and 0.109604 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084136Jy sigma=0.719534 ! Fit after self-cal, rms=0.084145Jy sigma=0.719426 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 15 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084145Jy sigma=0.719426 ! Fit after self-cal, rms=0.083696Jy sigma=0.719254 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.477 mas, bmaj=7.767 mas, bpa=0.02039 degrees ! Estimated noise=0.898353 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.51213e-05 Jy ! Component: 100 - total flux cleaned = 1.09602e-05 Jy ! Component: 150 - total flux cleaned = 9.6352e-06 Jy ! Component: 200 - total flux cleaned = 8.33227e-06 Jy ! Component: 250 - total flux cleaned = 8.13185e-06 Jy ! Component: 300 - total flux cleaned = 3.53963e-05 Jy ! Component: 350 - total flux cleaned = 8.95336e-05 Jy ! Component: 400 - total flux cleaned = 0.000115569 Jy ! Total flux subtracted in 400 components = 0.000115569 Jy ! Clean residual min=-0.001860 max=0.001692 Jy/beam ! Clean residual mean=0.000001 rms=0.000424 Jy/beam ! Combined flux in latest and established models = 0.109719 Jy selfcal ! Performing phase self-cal ! Adding 68 model components to the UV plane model. ! The established model now contains 425 components and 0.109719 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083644Jy sigma=0.718833 ! Fit after self-cal, rms=0.083648Jy sigma=0.718797 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00013124 Jy ! Component: 100 - total flux cleaned = 0.000129478 Jy ! Component: 150 - total flux cleaned = 0.000208358 Jy ! Component: 200 - total flux cleaned = 0.000259742 Jy ! Component: 250 - total flux cleaned = 0.00038399 Jy ! Component: 300 - total flux cleaned = 0.000432415 Jy ! Component: 350 - total flux cleaned = 0.000432447 Jy ! Component: 400 - total flux cleaned = 0.000502656 Jy ! Total flux subtracted in 400 components = 0.000502656 Jy ! Clean residual min=-0.001820 max=0.001691 Jy/beam ! Clean residual mean=0.000000 rms=0.000418 Jy/beam ! Combined flux in latest and established models = 0.110222 Jy ! Performing phase self-cal ! Adding 84 model components to the UV plane model. ! The established model now contains 448 components and 0.110222 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083615Jy sigma=0.718538 ! Fit after self-cal, rms=0.083624Jy sigma=0.718525 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime3 ! Performing amp+phase self-cal over 1 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083624Jy sigma=0.718525 ! Fit after self-cal, rms=0.087282Jy sigma=0.707319 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.164 mas, bmaj=15.21 mas, bpa=5.246 degrees ! Estimated noise=1.08938 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000374271 Jy ! Component: 100 - total flux cleaned = 0.00067692 Jy ! Component: 150 - total flux cleaned = 0.00082567 Jy ! Component: 200 - total flux cleaned = 0.000937505 Jy ! Component: 250 - total flux cleaned = 0.000979 Jy ! Component: 300 - total flux cleaned = 0.00105843 Jy ! Component: 350 - total flux cleaned = 0.00107715 Jy ! Component: 400 - total flux cleaned = 0.00105918 Jy ! Total flux subtracted in 400 components = 0.00105918 Jy ! Clean residual min=-0.001804 max=0.001630 Jy/beam ! Clean residual mean=0.000002 rms=0.000488 Jy/beam ! Combined flux in latest and established models = 0.111281 Jy selfcal ! Performing phase self-cal ! Adding 59 model components to the UV plane model. ! The established model now contains 501 components and 0.111281 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087267Jy sigma=0.707172 ! Fit after self-cal, rms=0.087389Jy sigma=0.706888 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000301056 Jy ! Component: 100 - total flux cleaned = 0.000355421 Jy ! Component: 150 - total flux cleaned = 0.000390186 Jy ! Component: 200 - total flux cleaned = 0.000373511 Jy ! Component: 250 - total flux cleaned = 0.000389865 Jy ! Component: 300 - total flux cleaned = 0.000374284 Jy ! Component: 350 - total flux cleaned = 0.000374439 Jy ! Component: 400 - total flux cleaned = 0.000389511 Jy ! Total flux subtracted in 400 components = 0.000389511 Jy ! Clean residual min=-0.001731 max=0.001515 Jy/beam ! Clean residual mean=0.000001 rms=0.000481 Jy/beam ! Combined flux in latest and established models = 0.111671 Jy ! Performing phase self-cal ! Adding 58 model components to the UV plane model. ! The established model now contains 529 components and 0.111671 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087381Jy sigma=0.706822 ! Fit after self-cal, rms=0.087389Jy sigma=0.706816 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "=== Finished amplitude self-cal for all stations ===" ! === Finished amplitude self-cal for all stations === restore ! Inverting map and beam ! Estimated beam: bmin=3.492 mas, bmaj=7.764 mas, bpa=-0.00122 degrees ! Estimated noise=0.9083 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.492 x 7.764 at -0.00122 degrees (North through East) ! Clean map min=-0.0025469 max=0.084127 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "=== CLearing model and starting over ===" ! === CLearing model and starting over === clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.706 mas, bmaj=6.386 mas, bpa=4.384 degrees ! Estimated noise=1.69571 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0621381 Jy ! Component: 100 - total flux cleaned = 0.0775867 Jy ! Component: 150 - total flux cleaned = 0.0844873 Jy ! Component: 200 - total flux cleaned = 0.0879973 Jy ! Component: 250 - total flux cleaned = 0.0902533 Jy ! Component: 300 - total flux cleaned = 0.0922715 Jy ! Component: 350 - total flux cleaned = 0.0935576 Jy ! Component: 400 - total flux cleaned = 0.09476 Jy ! Total flux subtracted in 400 components = 0.09476 Jy ! Clean residual min=-0.004901 max=0.004499 Jy/beam ! Clean residual mean=0.000018 rms=0.001268 Jy/beam ! Combined flux in latest and established models = 0.0947599 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 70 model components to the UV plane model. ! The established model now contains 70 components and 0.0947599 Jy ! Inverting map and beam ! Estimated beam: bmin=3.492 mas, bmaj=7.764 mas, bpa=-0.00122 degrees ! Estimated noise=0.9083 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00550231 Jy ! Component: 100 - total flux cleaned = 0.00883852 Jy ! Component: 150 - total flux cleaned = 0.0112302 Jy ! Component: 200 - total flux cleaned = 0.0129594 Jy ! Component: 250 - total flux cleaned = 0.0141046 Jy ! Component: 300 - total flux cleaned = 0.0145155 Jy ! Component: 350 - total flux cleaned = 0.0147691 Jy ! Component: 400 - total flux cleaned = 0.0150059 Jy ! Total flux subtracted in 400 components = 0.0150059 Jy ! Clean residual min=-0.002289 max=0.002301 Jy/beam ! Clean residual mean=0.000007 rms=0.000578 Jy/beam ! Combined flux in latest and established models = 0.109766 Jy ! Adding 68 model components to the UV plane model. ! The established model now contains 137 components and 0.109766 Jy ! Inverting map ! Added new window around map position (4.4, -5.6). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00121692 Jy ! Component: 100 - total flux cleaned = 0.00139601 Jy ! Component: 150 - total flux cleaned = 0.00139641 Jy ! Component: 200 - total flux cleaned = 0.0014497 Jy ! Component: 250 - total flux cleaned = 0.00160107 Jy ! Component: 300 - total flux cleaned = 0.00179208 Jy ! Component: 350 - total flux cleaned = 0.00193013 Jy ! Component: 400 - total flux cleaned = 0.00201922 Jy ! Total flux subtracted in 400 components = 0.00201922 Jy ! Clean residual min=-0.001982 max=0.001837 Jy/beam ! Clean residual mean=0.000005 rms=0.000498 Jy/beam ! Combined flux in latest and established models = 0.111785 Jy ! Adding 70 model components to the UV plane model. ! The established model now contains 187 components and 0.111785 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.164 mas, bmaj=15.21 mas, bpa=5.246 degrees ! Estimated noise=1.08938 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000421067 Jy ! Component: 100 - total flux cleaned = 0.000720044 Jy ! Component: 150 - total flux cleaned = 0.00095265 Jy ! Component: 200 - total flux cleaned = 0.00120332 Jy ! Component: 250 - total flux cleaned = 0.001338 Jy ! Component: 300 - total flux cleaned = 0.00140281 Jy ! Component: 350 - total flux cleaned = 0.00155429 Jy ! Component: 400 - total flux cleaned = 0.0015539 Jy ! Total flux subtracted in 400 components = 0.0015539 Jy ! Clean residual min=-0.001826 max=0.001615 Jy/beam ! Clean residual mean=0.000004 rms=0.000515 Jy/beam ! Combined flux in latest and established models = 0.113339 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.53315e-05 Jy ! Component: 100 - total flux cleaned = 8.09881e-05 Jy ! Component: 150 - total flux cleaned = 0.000105928 Jy ! Component: 200 - total flux cleaned = 0.000105322 Jy ! Component: 250 - total flux cleaned = 0.000128691 Jy ! Component: 300 - total flux cleaned = 0.000152022 Jy ! Component: 350 - total flux cleaned = 0.000175039 Jy ! Component: 400 - total flux cleaned = 0.000218551 Jy ! Total flux subtracted in 400 components = 0.000218551 Jy ! Clean residual min=-0.001818 max=0.001582 Jy/beam ! Clean residual mean=0.000004 rms=0.000484 Jy/beam ! Combined flux in latest and established models = 0.113557 Jy ! Adding 100 model components to the UV plane model. ! The established model now contains 280 components and 0.113557 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.492 mas, bmaj=7.764 mas, bpa=-0.00122 degrees ! Estimated noise=0.9083 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.57919e-05 Jy ! Component: 100 - total flux cleaned = 7.5245e-05 Jy ! Component: 150 - total flux cleaned = 3.49916e-05 Jy ! Component: 200 - total flux cleaned = 3.48e-05 Jy ! Component: 250 - total flux cleaned = -3.04943e-07 Jy ! Component: 300 - total flux cleaned = 2.64949e-07 Jy ! Component: 350 - total flux cleaned = 0.000101004 Jy ! Component: 400 - total flux cleaned = 0.000132074 Jy ! Total flux subtracted in 400 components = 0.000132074 Jy ! Clean residual min=-0.001718 max=0.001732 Jy/beam ! Clean residual mean=0.000002 rms=0.000431 Jy/beam ! Combined flux in latest and established models = 0.11369 Jy selfcal ! Performing phase self-cal ! Adding 62 model components to the UV plane model. ! The established model now contains 328 components and 0.11369 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087442Jy sigma=0.707434 ! Fit after self-cal, rms=0.087424Jy sigma=0.707288 wmodel /scr/pima/rdv73_uvs/J0504-1512_S_map.mod ! Writing 328 model components to file: /scr/pima/rdv73_uvs/J0504-1512_S_map.mod wobs /scr/pima/rdv73_uvs/J0504-1512_S_uvs.fits ! Applying 1670 buffered edits. ! Writing UV FITS file: /scr/pima/rdv73_uvs/J0504-1512_S_uvs.fits wwins /scr/pima/rdv73_uvs/J0504-1512_S_map.win ! wwins: Wrote 7 windows to /scr/pima/rdv73_uvs/J0504-1512_S_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000226832 Jy ! Component: 100 - total flux cleaned = -0.000227688 Jy ! Component: 150 - total flux cleaned = -0.000171778 Jy ! Component: 200 - total flux cleaned = -0.000224673 Jy ! Component: 250 - total flux cleaned = -0.000327959 Jy ! Component: 300 - total flux cleaned = -0.0004528 Jy ! Component: 350 - total flux cleaned = -0.000428474 Jy ! Component: 400 - total flux cleaned = -0.000453017 Jy ! Component: 450 - total flux cleaned = -0.00049888 Jy ! Component: 500 - total flux cleaned = -0.000453623 Jy ! Component: 550 - total flux cleaned = -0.000409645 Jy ! Component: 600 - total flux cleaned = -0.00032352 Jy ! Component: 650 - total flux cleaned = -0.00032338 Jy ! Component: 700 - total flux cleaned = -0.000322867 Jy ! Component: 750 - total flux cleaned = -0.000240239 Jy ! Component: 800 - total flux cleaned = -0.000159611 Jy ! Component: 850 - total flux cleaned = -0.000159729 Jy ! Component: 900 - total flux cleaned = -0.000120353 Jy ! Component: 950 - total flux cleaned = -4.321e-05 Jy ! Component: 1000 - total flux cleaned = -5.75806e-06 Jy ! Component: 1050 - total flux cleaned = -4.33249e-05 Jy ! Component: 1100 - total flux cleaned = 4.95651e-05 Jy ! Component: 1150 - total flux cleaned = 4.93576e-05 Jy ! Component: 1200 - total flux cleaned = 1.29356e-05 Jy ! Component: 1250 - total flux cleaned = -4.04288e-05 Jy ! Component: 1300 - total flux cleaned = -2.23303e-05 Jy ! Component: 1350 - total flux cleaned = -4.91034e-06 Jy ! Component: 1400 - total flux cleaned = -2.21745e-05 Jy ! Component: 1450 - total flux cleaned = -2.20742e-05 Jy ! Component: 1500 - total flux cleaned = 4.53628e-05 Jy ! Component: 1550 - total flux cleaned = 1.17774e-05 Jy ! Component: 1600 - total flux cleaned = 1.1633e-05 Jy ! Component: 1650 - total flux cleaned = -5.44163e-05 Jy ! Component: 1700 - total flux cleaned = -7.05883e-05 Jy ! Component: 1750 - total flux cleaned = -0.000102861 Jy ! Component: 1800 - total flux cleaned = -8.68854e-05 Jy ! Component: 1850 - total flux cleaned = -0.000102897 Jy ! Component: 1900 - total flux cleaned = -0.000103143 Jy ! Component: 1950 - total flux cleaned = -0.000150016 Jy ! Component: 2000 - total flux cleaned = -0.000211829 Jy ! Component: 2050 - total flux cleaned = -0.00024241 Jy ! Component: 2100 - total flux cleaned = -0.000227326 Jy ! Component: 2150 - total flux cleaned = -0.000302768 Jy ! Component: 2200 - total flux cleaned = -0.000362411 Jy ! Component: 2250 - total flux cleaned = -0.000377246 Jy ! Component: 2300 - total flux cleaned = -0.00040659 Jy ! Component: 2350 - total flux cleaned = -0.000479722 Jy ! Component: 2400 - total flux cleaned = -0.000450738 Jy ! Component: 2450 - total flux cleaned = -0.000551558 Jy ! Component: 2500 - total flux cleaned = -0.000522738 Jy ! Component: 2550 - total flux cleaned = -0.00055121 Jy ! Component: 2600 - total flux cleaned = -0.000579396 Jy ! Component: 2650 - total flux cleaned = -0.000579322 Jy ! Component: 2700 - total flux cleaned = -0.000579352 Jy ! Component: 2750 - total flux cleaned = -0.000620867 Jy ! Component: 2800 - total flux cleaned = -0.000634765 Jy ! Component: 2850 - total flux cleaned = -0.000580004 Jy ! Component: 2900 - total flux cleaned = -0.000620891 Jy ! Component: 2950 - total flux cleaned = -0.000566782 Jy ! Component: 3000 - total flux cleaned = -0.00056673 Jy ! Component: 3050 - total flux cleaned = -0.000539989 Jy ! Component: 3100 - total flux cleaned = -0.000473426 Jy ! Component: 3150 - total flux cleaned = -0.000446915 Jy ! Component: 3200 - total flux cleaned = -0.000433792 Jy ! Component: 3250 - total flux cleaned = -0.000368358 Jy ! Component: 3300 - total flux cleaned = -0.000394349 Jy ! Component: 3350 - total flux cleaned = -0.00034249 Jy ! Component: 3400 - total flux cleaned = -0.000303664 Jy ! Component: 3450 - total flux cleaned = -0.000239512 Jy ! Component: 3500 - total flux cleaned = -0.00021408 Jy ! Component: 3550 - total flux cleaned = -0.000264917 Jy ! Component: 3600 - total flux cleaned = -0.000226923 Jy ! Component: 3650 - total flux cleaned = -0.000239488 Jy ! Component: 3700 - total flux cleaned = -0.000201815 Jy ! Component: 3750 - total flux cleaned = -0.00016441 Jy ! Component: 3800 - total flux cleaned = -0.000164411 Jy ! Component: 3850 - total flux cleaned = -0.000115054 Jy ! Component: 3900 - total flux cleaned = -0.000139719 Jy ! Component: 3950 - total flux cleaned = -0.000152084 Jy ! Component: 4000 - total flux cleaned = -9.11062e-05 Jy ! Component: 4050 - total flux cleaned = -0.000151844 Jy ! Total flux subtracted in 4096 components = -0.000127571 Jy ! Clean residual min=-0.000772 max=0.000756 Jy/beam ! Clean residual mean=0.000001 rms=0.000232 Jy/beam ! Combined flux in latest and established models = 0.113562 Jy keep ! Adding 272 model components to the UV plane model. ! The established model now contains 600 components and 0.113562 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv73_uvs/J0504-1512_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.492 x 7.764 at -0.00122 degrees (North through East) ! Clean map min=-0.0022678 max=0.083817 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv73_uvs/J0504-1512_S_map.fits float peak_flux peak_flux = peak(flux,max) invert ! Inverting map float image_peak image_peak = int(10000*peak_flux)/10000 float image_rms image_rms = int(100000*imstat(rms))/100000 print "=========================================" ! ========================================= print "The image peak= ", image_peak, " rms= ", image_rms, " Jy" ! The image peak= 0.0838 rms= 0.00023 Jy quit ! Quitting program ! Log file /scr/pima/rdv73_uvs/J0504-1512_S_uvs.log closed on Sat Jan 9 17:45:17 2016