! Started logfile: /scr/pima/rdv62_uvs/J0106-4034_S_uvs.log on Fri Nov 22 22:29:17 2013 obs /scr/pima/rdv62_uvs/J0106-4034_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv62_uvs/J0106-4034_S_uva.fits ! AN table 1: 3 integrations on 21 of 21 possible baselines. ! AN table 2: 3 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.842593 visibilities/baseline/integration-bin. ! Found source: J0106-4034 ! ! 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 8e+06 1 8e+06 ! 02 2 2.26299e+09 8e+06 1 8e+06 ! 03 3 2.35299e+09 8e+06 1 8e+06 ! 04 4 2.37299e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 364 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/rdv62_uvs/J0106-4034_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:FD self-cal status=correctable weight=1 ! 1:KK 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:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:KK self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:MK self-cal status=correctable weight=1 ! 2:OV self-cal status=correctable weight=1 ! 2:PT 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 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.353251Jy sigma=9.825460 ! Fit after self-cal, rms=0.201739Jy sigma=1.380835 ! 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 \] flag 1:KK ! Flagging baselines of antenna 1:KK in the currently selected channels. flag 2:KK ! Flagging baselines of antenna 2:KK in the currently selected channels. ![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.806 mas, bmaj=19.54 mas, bpa=-5.257 degrees ! Estimated noise=7.888 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.716758 Jy ! Component: 100 - total flux cleaned = 0.873916 Jy ! Total flux subtracted in 100 components = 0.873916 Jy ! Clean residual min=-0.032450 max=0.064451 Jy/beam ! Clean residual mean=-0.000278 rms=0.013639 Jy/beam ! Combined flux in latest and established models = 0.873916 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.873916 Jy ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! A total of 3 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! A total of 3 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! A total of 3 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! A total of 3 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.197481Jy sigma=1.463334 ! Fit after self-cal, rms=0.195946Jy sigma=1.452823 ! Inverting map and beam ! Estimated beam: bmin=2.806 mas, bmaj=19.54 mas, bpa=-5.257 degrees ! Estimated noise=7.888 mJy/beam. 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.381 mas, bmaj=22.44 mas, bpa=-4.004 degrees ! Estimated noise=6.15749 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.0748664 Jy ! Component: 100 - total flux cleaned = 0.114447 Jy ! Component: 150 - total flux cleaned = 0.138009 Jy ! Component: 200 - total flux cleaned = 0.152606 Jy ! Total flux subtracted in 200 components = 0.152606 Jy ! Clean residual min=-0.033085 max=0.032135 Jy/beam ! Clean residual mean=0.000041 rms=0.009770 Jy/beam ! Combined flux in latest and established models = 1.02652 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 45 components and 1.02652 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.167358Jy sigma=1.222379 ! Fit after self-cal, rms=0.167355Jy sigma=1.222134 ! 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: ! FD 1.01 KK 1.00* KP 1.02 LA 1.14 ! MK 0.96 OV 1.01 PT 1.05 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.94 KK 1.00* KP 1.06 MK 0.97 ! OV 1.12 PT 1.05 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.02 KK 1.00* KP 1.04 LA 1.07 ! MK 1.01 OV 1.10 PT 1.04 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.95 KK 1.00* KP 1.05 MK 1.01 ! OV 1.20 PT 1.08 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.01 KK 1.00* KP 1.01 LA 0.83 ! MK 1.03 OV 1.12 PT 1.07 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.07 KK 1.00* KP 0.97 MK 1.02 ! OV 1.15 PT 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 0.97 KK 1.00* KP 0.91 LA 0.72 ! MK 1.04 OV 0.97 PT 0.98 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.98 KK 1.00* KP 0.93 MK 1.00 ! OV 0.91 PT 0.96 ! ! ! Fit before self-cal, rms=0.167355Jy sigma=1.222134 ! Fit after self-cal, rms=0.101493Jy sigma=0.709870 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.38 mas, bmaj=22.57 mas, bpa=-4.035 degrees ! Estimated noise=6.16666 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.00600734 Jy ! Component: 100 - total flux cleaned = -0.00642666 Jy ! Component: 150 - total flux cleaned = -0.00679868 Jy ! Component: 200 - total flux cleaned = -0.00696341 Jy ! Total flux subtracted in 200 components = -0.00696341 Jy ! Clean residual min=-0.017770 max=0.017339 Jy/beam ! Clean residual mean=0.000370 rms=0.005018 Jy/beam ! Combined flux in latest and established models = 1.01956 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 57 components and 1.01956 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100559Jy sigma=0.703862 ! Fit after self-cal, rms=0.100617Jy sigma=0.703171 ! 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.100617Jy sigma=0.703171 ! Fit after self-cal, rms=0.100539Jy sigma=0.702149 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.38 mas, bmaj=22.59 mas, bpa=-4.062 degrees ! Estimated noise=6.15871 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00510881 Jy ! Component: 100 - total flux cleaned = -0.00562327 Jy ! Component: 150 - total flux cleaned = -0.00592621 Jy ! Component: 200 - total flux cleaned = -0.00633677 Jy ! Total flux subtracted in 200 components = -0.00633677 Jy ! Clean residual min=-0.016262 max=0.016836 Jy/beam ! Clean residual mean=0.000318 rms=0.004800 Jy/beam ! Combined flux in latest and established models = 1.01322 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 59 components and 1.01322 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099871Jy sigma=0.697930 ! Fit after self-cal, rms=0.099856Jy sigma=0.697600 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 = -0.000990564 Jy ! Component: 100 - total flux cleaned = -0.00111514 Jy ! Component: 150 - total flux cleaned = -0.00122749 Jy ! Component: 200 - total flux cleaned = -0.00143332 Jy ! Total flux subtracted in 200 components = -0.00143332 Jy ! Clean residual min=-0.015642 max=0.016728 Jy/beam ! Clean residual mean=0.000311 rms=0.004703 Jy/beam ! Combined flux in latest and established models = 1.01179 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 71 components and 1.01179 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099561Jy sigma=0.695536 ! Fit after self-cal, rms=0.099547Jy sigma=0.695226 ! 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.099547Jy sigma=0.695226 ! Fit after self-cal, rms=0.099540Jy sigma=0.694051 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.381 mas, bmaj=22.61 mas, bpa=-4.078 degrees ! Estimated noise=6.15561 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00409999 Jy ! Component: 100 - total flux cleaned = -0.00474563 Jy ! Component: 150 - total flux cleaned = -0.00496504 Jy ! Component: 200 - total flux cleaned = -0.00527268 Jy ! Total flux subtracted in 200 components = -0.00527268 Jy ! Clean residual min=-0.015876 max=0.016514 Jy/beam ! Clean residual mean=0.000252 rms=0.004554 Jy/beam ! Combined flux in latest and established models = 1.00652 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 76 components and 1.00652 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099159Jy sigma=0.691657 ! Fit after self-cal, rms=0.099153Jy sigma=0.691398 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 = -0.000925772 Jy ! Component: 100 - total flux cleaned = -0.00111413 Jy ! Component: 150 - total flux cleaned = -0.00111275 Jy ! Component: 200 - total flux cleaned = -0.00126892 Jy ! Total flux subtracted in 200 components = -0.00126892 Jy ! Clean residual min=-0.015889 max=0.016521 Jy/beam ! Clean residual mean=0.000246 rms=0.004489 Jy/beam ! Combined flux in latest and established models = 1.00525 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 83 components and 1.00525 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098973Jy sigma=0.690198 ! Fit after self-cal, rms=0.098967Jy sigma=0.689980 ! 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.098967Jy sigma=0.689980 ! Fit after self-cal, rms=0.099004Jy sigma=0.689256 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.28 mas, bmaj=35.88 mas, bpa=8.789 degrees ! Estimated noise=7.61678 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00318598 Jy ! Component: 100 - total flux cleaned = -0.00347876 Jy ! Component: 150 - total flux cleaned = -0.00373664 Jy ! Component: 200 - total flux cleaned = -0.00404099 Jy ! Total flux subtracted in 200 components = -0.00404099 Jy ! Clean residual min=-0.016545 max=0.017831 Jy/beam ! Clean residual mean=0.000358 rms=0.005481 Jy/beam ! Combined flux in latest and established models = 1.00121 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 93 components and 1.00121 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098843Jy sigma=0.688817 ! Fit after self-cal, rms=0.098755Jy sigma=0.688059 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 = -0.000650871 Jy ! Component: 100 - total flux cleaned = -0.000646961 Jy ! Component: 150 - total flux cleaned = -0.000643874 Jy ! Component: 200 - total flux cleaned = -0.000692135 Jy ! Total flux subtracted in 200 components = -0.000692135 Jy ! Clean residual min=-0.016508 max=0.017985 Jy/beam ! Clean residual mean=0.000352 rms=0.005446 Jy/beam ! Combined flux in latest and established models = 1.00051 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 102 components and 1.00051 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098758Jy sigma=0.688522 ! Fit after self-cal, rms=0.098720Jy sigma=0.688171 ! 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:FD,true ! 1:FD 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:OV,true ! 1:OV self-cal status=fixed weight=1 selfant 1:PT,true ! 1:PT self-cal status=fixed weight=1 selfant 2:FD,true ! 2:FD self-cal status=fixed weight=1 selfant 2:KP,true ! 2:KP self-cal status=fixed weight=1 selfant 2:MK,true ! 2:MK self-cal status=fixed weight=1 selfant 2:OV,true ! 2:OV self-cal status=fixed weight=1 selfant 2:PT,true ! 2:PT 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.126949Jy sigma=0.875370 ! Fit after self-cal, rms=0.123539Jy sigma=0.851630 selfant "",false ! 1:FD self-cal status=correctable weight=1 ! 1:KK 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:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:KK self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:MK self-cal status=correctable weight=1 ! 2:OV self-cal status=correctable weight=1 ! 2:PT 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 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.123539Jy sigma=0.851630 ! Fit after self-cal, rms=0.121796Jy sigma=0.840158 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.446 mas, bmaj=17.92 mas, bpa=-4.508 degrees ! Estimated noise=6.85803 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.00368951 Jy ! Component: 100 - total flux cleaned = -0.00528607 Jy ! Component: 150 - total flux cleaned = -0.00612915 Jy ! Component: 200 - total flux cleaned = -0.00644951 Jy ! Total flux subtracted in 200 components = -0.00644951 Jy ! Clean residual min=-0.019341 max=0.018066 Jy/beam ! Clean residual mean=0.000003 rms=0.004893 Jy/beam ! Combined flux in latest and established models = 0.994064 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 138 components and 0.994064 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121133Jy sigma=0.836028 ! Fit after self-cal, rms=0.119411Jy sigma=0.824658 ! 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=2.848 mas, bmaj=21.54 mas, bpa=-4.202 degrees ! Estimated noise=5.11048 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.00311863 Jy ! Component: 100 - total flux cleaned = 0.00346743 Jy ! Component: 150 - total flux cleaned = 0.0034615 Jy ! Component: 200 - total flux cleaned = 0.00346242 Jy ! Component: 250 - total flux cleaned = 0.00346523 Jy ! Component: 300 - total flux cleaned = 0.00352974 Jy ! Component: 350 - total flux cleaned = 0.00358749 Jy ! Component: 400 - total flux cleaned = 0.00364024 Jy ! Total flux subtracted in 400 components = 0.00364024 Jy ! Clean residual min=-0.016338 max=0.013907 Jy/beam ! Clean residual mean=0.000106 rms=0.003992 Jy/beam ! Combined flux in latest and established models = 0.997705 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 162 components and 0.997705 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119182Jy sigma=0.822796 ! Fit after self-cal, rms=0.119181Jy sigma=0.822634 ! 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.000387312 Jy ! Component: 100 - total flux cleaned = -0.000330617 Jy ! Component: 150 - total flux cleaned = -0.000332888 Jy ! Component: 200 - total flux cleaned = -0.000333349 Jy ! Component: 250 - total flux cleaned = -0.000292208 Jy ! Component: 300 - total flux cleaned = -0.0002941 Jy ! Component: 350 - total flux cleaned = -0.000295759 Jy ! Component: 400 - total flux cleaned = -0.000330388 Jy ! Total flux subtracted in 400 components = -0.000330388 Jy ! Clean residual min=-0.016049 max=0.013934 Jy/beam ! Clean residual mean=0.000106 rms=0.003950 Jy/beam ! Combined flux in latest and established models = 0.997374 Jy ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 197 components and 0.997374 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119129Jy sigma=0.822134 ! Fit after self-cal, rms=0.119137Jy sigma=0.822091 ! 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. 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 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.119137Jy sigma=0.822091 ! Fit after self-cal, rms=0.118933Jy sigma=0.821565 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.846 mas, bmaj=21.53 mas, bpa=-4.195 degrees ! Estimated noise=5.1058 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00106587 Jy ! Component: 100 - total flux cleaned = -0.0014568 Jy ! Component: 150 - total flux cleaned = -0.00155797 Jy ! Component: 200 - total flux cleaned = -0.00155853 Jy ! Component: 250 - total flux cleaned = -0.00164228 Jy ! Component: 300 - total flux cleaned = -0.00167687 Jy ! Component: 350 - total flux cleaned = -0.00174639 Jy ! Component: 400 - total flux cleaned = -0.0018125 Jy ! Total flux subtracted in 400 components = -0.0018125 Jy ! Clean residual min=-0.016076 max=0.013617 Jy/beam ! Clean residual mean=0.000085 rms=0.003876 Jy/beam ! Combined flux in latest and established models = 0.995562 Jy selfcal ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 233 components and 0.995562 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118860Jy sigma=0.820924 ! Fit after self-cal, rms=0.118869Jy sigma=0.820890 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.000265883 Jy ! Component: 100 - total flux cleaned = -0.00026357 Jy ! Component: 150 - total flux cleaned = -0.000295621 Jy ! Component: 200 - total flux cleaned = -0.000325226 Jy ! Component: 250 - total flux cleaned = -0.000352625 Jy ! Component: 300 - total flux cleaned = -0.000379929 Jy ! Component: 350 - total flux cleaned = -0.000407 Jy ! Component: 400 - total flux cleaned = -0.000433312 Jy ! Total flux subtracted in 400 components = -0.000433312 Jy ! Clean residual min=-0.015947 max=0.013657 Jy/beam ! Clean residual mean=0.000085 rms=0.003856 Jy/beam ! Combined flux in latest and established models = 0.995129 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 255 components and 0.995128 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118843Jy sigma=0.820646 ! Fit after self-cal, rms=0.118853Jy sigma=0.820620 ! 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.118853Jy sigma=0.820620 ! Fit after self-cal, rms=0.118813Jy sigma=0.820426 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.845 mas, bmaj=21.53 mas, bpa=-4.195 degrees ! Estimated noise=5.10218 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000941186 Jy ! Component: 100 - total flux cleaned = -0.00126849 Jy ! Component: 150 - total flux cleaned = -0.00138582 Jy ! Component: 200 - total flux cleaned = -0.00149079 Jy ! Component: 250 - total flux cleaned = -0.00155736 Jy ! Component: 300 - total flux cleaned = -0.00161942 Jy ! Component: 350 - total flux cleaned = -0.00167882 Jy ! Component: 400 - total flux cleaned = -0.00173619 Jy ! Total flux subtracted in 400 components = -0.00173619 Jy ! Clean residual min=-0.015929 max=0.013549 Jy/beam ! Clean residual mean=0.000074 rms=0.003824 Jy/beam ! Combined flux in latest and established models = 0.993392 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 261 components and 0.993392 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118771Jy sigma=0.820058 ! Fit after self-cal, rms=0.118778Jy sigma=0.820041 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.000151098 Jy ! Component: 100 - total flux cleaned = -0.000149823 Jy ! Component: 150 - total flux cleaned = -0.000148778 Jy ! Component: 200 - total flux cleaned = -0.000174958 Jy ! Component: 250 - total flux cleaned = -0.000225137 Jy ! Component: 300 - total flux cleaned = -0.000249756 Jy ! Component: 350 - total flux cleaned = -0.000296993 Jy ! Component: 400 - total flux cleaned = -0.000320455 Jy ! Total flux subtracted in 400 components = -0.000320455 Jy ! Clean residual min=-0.015839 max=0.013569 Jy/beam ! Clean residual mean=0.000073 rms=0.003811 Jy/beam ! Combined flux in latest and established models = 0.993072 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 275 components and 0.993072 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118760Jy sigma=0.819860 ! Fit after self-cal, rms=0.118767Jy sigma=0.819841 ! 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.118767Jy sigma=0.819841 ! Fit after self-cal, rms=0.117973Jy sigma=0.811095 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.614 mas, bmaj=35.84 mas, bpa=5.225 degrees ! Estimated noise=6.98194 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000100647 Jy ! Component: 100 - total flux cleaned = -9.54961e-05 Jy ! Component: 150 - total flux cleaned = -9.2143e-05 Jy ! Component: 200 - total flux cleaned = -0.0001354 Jy ! Component: 250 - total flux cleaned = -0.000220417 Jy ! Component: 300 - total flux cleaned = -0.00026066 Jy ! Component: 350 - total flux cleaned = -0.000298338 Jy ! Component: 400 - total flux cleaned = -0.000266574 Jy ! Total flux subtracted in 400 components = -0.000266574 Jy ! Clean residual min=-0.016669 max=0.014609 Jy/beam ! Clean residual mean=0.000113 rms=0.004679 Jy/beam ! Combined flux in latest and established models = 0.992805 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 282 components and 0.992805 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118024Jy sigma=0.811804 ! Fit after self-cal, rms=0.117979Jy sigma=0.811439 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.00025481 Jy ! Component: 100 - total flux cleaned = -0.000211004 Jy ! Component: 150 - total flux cleaned = -0.000169535 Jy ! Component: 200 - total flux cleaned = -0.000169295 Jy ! Component: 250 - total flux cleaned = -0.000133981 Jy ! Component: 300 - total flux cleaned = -9.91313e-05 Jy ! Component: 350 - total flux cleaned = -6.51749e-05 Jy ! Component: 400 - total flux cleaned = -3.51327e-05 Jy ! Total flux subtracted in 400 components = -3.51327e-05 Jy ! Clean residual min=-0.016659 max=0.014694 Jy/beam ! Clean residual mean=0.000111 rms=0.004679 Jy/beam ! Combined flux in latest and established models = 0.99277 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 285 components and 0.99277 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118051Jy sigma=0.812094 ! Fit after self-cal, rms=0.118036Jy sigma=0.811975 ! 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=2.844 mas, bmaj=21.53 mas, bpa=-4.206 degrees ! Estimated noise=5.10624 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.844 x 21.53 at -4.206 degrees (North through East) ! Clean map min=-0.017067 max=0.90412 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118036Jy sigma=0.811975 ! Fit after self-cal, rms=0.105223Jy sigma=0.702092 ! Inverting map and beam ! Estimated beam: bmin=2.84 mas, bmaj=21.52 mas, bpa=-4.213 degrees ! Estimated noise=5.08683 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00245864 Jy ! Component: 100 - total flux cleaned = -0.00331343 Jy ! Component: 150 - total flux cleaned = -0.00345705 Jy ! Component: 200 - total flux cleaned = -0.00348913 Jy ! Component: 250 - total flux cleaned = -0.00351851 Jy ! Component: 300 - total flux cleaned = -0.00357472 Jy ! Component: 350 - total flux cleaned = -0.00360077 Jy ! Component: 400 - total flux cleaned = -0.00362634 Jy ! Total flux subtracted in 400 components = -0.00362634 Jy ! Clean residual min=-0.015544 max=0.013808 Jy/beam ! Clean residual mean=0.000045 rms=0.003684 Jy/beam ! Combined flux in latest and established models = 0.989144 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 300 components and 0.989144 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105150Jy sigma=0.701525 ! Fit after self-cal, rms=0.105179Jy sigma=0.701470 ! Inverting map ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000198098 Jy ! Component: 100 - total flux cleaned = -0.000138387 Jy ! Component: 150 - total flux cleaned = -8.51048e-05 Jy ! Component: 200 - total flux cleaned = -8.48054e-05 Jy ! Component: 250 - total flux cleaned = -8.5168e-05 Jy ! Component: 300 - total flux cleaned = -6.1572e-05 Jy ! Component: 350 - total flux cleaned = -8.48124e-05 Jy ! Component: 400 - total flux cleaned = -0.000106456 Jy ! Total flux subtracted in 400 components = -0.000106456 Jy ! Clean residual min=-0.015415 max=0.013872 Jy/beam ! Clean residual mean=0.000044 rms=0.003672 Jy/beam ! Combined flux in latest and established models = 0.989037 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 313 components and 0.989037 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105145Jy sigma=0.701334 ! Fit after self-cal, rms=0.105166Jy sigma=0.701307 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105166Jy sigma=0.701307 ! Fit after self-cal, rms=0.105230Jy sigma=0.701187 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.439 mas, bmaj=17.88 mas, bpa=-4.517 degrees ! Estimated noise=6.80827 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.707892 Jy ! Component: 100 - total flux cleaned = 0.862573 Jy ! Component: 150 - total flux cleaned = 0.909231 Jy ! Component: 200 - total flux cleaned = 0.935736 Jy ! Component: 250 - total flux cleaned = 0.953419 Jy ! Component: 300 - total flux cleaned = 0.965609 Jy ! Component: 350 - total flux cleaned = 0.974055 Jy ! Component: 400 - total flux cleaned = 0.979924 Jy ! Total flux subtracted in 400 components = 0.979924 Jy ! Clean residual min=-0.018134 max=0.018351 Jy/beam ! Clean residual mean=-0.000003 rms=0.004632 Jy/beam ! Combined flux in latest and established models = 0.979925 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 54 model components to the UV plane model. ! The established model now contains 54 components and 0.979925 Jy ! Inverting map and beam ! Estimated beam: bmin=2.84 mas, bmaj=21.53 mas, bpa=-4.213 degrees ! Estimated noise=5.08567 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.00593684 Jy ! Component: 100 - total flux cleaned = 0.00610302 Jy ! Component: 150 - total flux cleaned = 0.00609306 Jy ! Component: 200 - total flux cleaned = 0.00622023 Jy ! Component: 250 - total flux cleaned = 0.00645972 Jy ! Component: 300 - total flux cleaned = 0.00678801 Jy ! Component: 350 - total flux cleaned = 0.00699281 Jy ! Component: 400 - total flux cleaned = 0.00708861 Jy ! Total flux subtracted in 400 components = 0.00708861 Jy ! Clean residual min=-0.016082 max=0.014641 Jy/beam ! Clean residual mean=0.000058 rms=0.003914 Jy/beam ! Combined flux in latest and established models = 0.987013 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 92 components and 0.987014 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=9.613 mas, bmaj=35.88 mas, bpa=5.151 degrees ! Estimated noise=6.96847 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000845853 Jy ! Component: 100 - total flux cleaned = 0.00113484 Jy ! Component: 150 - total flux cleaned = 0.00113589 Jy ! Component: 200 - total flux cleaned = 0.00113786 Jy ! Component: 250 - total flux cleaned = 0.00114168 Jy ! Component: 300 - total flux cleaned = 0.00114142 Jy ! Component: 350 - total flux cleaned = 0.00114314 Jy ! Component: 400 - total flux cleaned = 0.00115024 Jy ! Total flux subtracted in 400 components = 0.00115024 Jy ! Clean residual min=-0.017608 max=0.014750 Jy/beam ! Clean residual mean=0.000127 rms=0.004703 Jy/beam ! Combined flux in latest and established models = 0.988164 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 = 8.29836e-05 Jy ! Component: 100 - total flux cleaned = 7.79228e-05 Jy ! Component: 150 - total flux cleaned = 7.99503e-05 Jy ! Component: 200 - total flux cleaned = 8.29472e-05 Jy ! Component: 250 - total flux cleaned = 8.14832e-05 Jy ! Component: 300 - total flux cleaned = 8.68121e-05 Jy ! Component: 350 - total flux cleaned = 0.000139452 Jy ! Component: 400 - total flux cleaned = 0.000140601 Jy ! Total flux subtracted in 400 components = 0.000140601 Jy ! Clean residual min=-0.017103 max=0.014694 Jy/beam ! Clean residual mean=0.000127 rms=0.004561 Jy/beam ! Combined flux in latest and established models = 0.988304 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 112 components and 0.988304 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.84 mas, bmaj=21.53 mas, bpa=-4.213 degrees ! Estimated noise=5.08567 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00113136 Jy ! Component: 100 - total flux cleaned = 0.00123108 Jy ! Component: 150 - total flux cleaned = 0.00123048 Jy ! Component: 200 - total flux cleaned = 0.001091 Jy ! Component: 250 - total flux cleaned = 0.000908412 Jy ! Component: 300 - total flux cleaned = 0.000797488 Jy ! Component: 350 - total flux cleaned = 0.000691223 Jy ! Component: 400 - total flux cleaned = 0.000590943 Jy ! Total flux subtracted in 400 components = 0.000590943 Jy ! Clean residual min=-0.015373 max=0.014322 Jy/beam ! Clean residual mean=0.000059 rms=0.003723 Jy/beam ! Combined flux in latest and established models = 0.988895 Jy selfcal ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 151 components and 0.988895 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105314Jy sigma=0.702357 ! Fit after self-cal, rms=0.105330Jy sigma=0.702228 wmodel /scr/pima/rdv62_uvs/J0106-4034_S_map.mod ! Writing 151 model components to file: /scr/pima/rdv62_uvs/J0106-4034_S_map.mod wobs /scr/pima/rdv62_uvs/J0106-4034_S_uvs.fits ! Applying 222 buffered edits. ! Writing UV FITS file: /scr/pima/rdv62_uvs/J0106-4034_S_uvs.fits wwins /scr/pima/rdv62_uvs/J0106-4034_S_map.win ! wwins: Wrote 1 windows to /scr/pima/rdv62_uvs/J0106-4034_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.00269467 Jy ! Component: 100 - total flux cleaned = -0.00406956 Jy ! Component: 150 - total flux cleaned = -0.00574756 Jy ! Component: 200 - total flux cleaned = -0.0069081 Jy ! Component: 250 - total flux cleaned = -0.00726085 Jy ! Component: 300 - total flux cleaned = -0.00743194 Jy ! Component: 350 - total flux cleaned = -0.00728324 Jy ! Component: 400 - total flux cleaned = -0.0062412 Jy ! Component: 450 - total flux cleaned = -0.00552117 Jy ! Component: 500 - total flux cleaned = -0.00413384 Jy ! Component: 550 - total flux cleaned = -0.0029359 Jy ! Component: 600 - total flux cleaned = -0.00177995 Jy ! Component: 650 - total flux cleaned = -0.000789789 Jy ! Component: 700 - total flux cleaned = 0.000168942 Jy ! Component: 750 - total flux cleaned = 0.000982041 Jy ! Component: 800 - total flux cleaned = 0.00210187 Jy ! Component: 850 - total flux cleaned = 0.00307987 Jy ! Component: 900 - total flux cleaned = 0.00392271 Jy ! Component: 950 - total flux cleaned = 0.00473945 Jy ! Component: 1000 - total flux cleaned = 0.00563179 Jy ! Component: 1050 - total flux cleaned = 0.00621015 Jy ! Component: 1100 - total flux cleaned = 0.00677443 Jy ! Component: 1150 - total flux cleaned = 0.00732639 Jy ! Component: 1200 - total flux cleaned = 0.00786321 Jy ! Component: 1250 - total flux cleaned = 0.00812834 Jy ! Component: 1300 - total flux cleaned = 0.00873191 Jy ! Component: 1350 - total flux cleaned = 0.00948701 Jy ! Component: 1400 - total flux cleaned = 0.00965074 Jy ! Component: 1450 - total flux cleaned = 0.0100548 Jy ! Component: 1500 - total flux cleaned = 0.0104507 Jy ! Component: 1550 - total flux cleaned = 0.0109193 Jy ! Component: 1600 - total flux cleaned = 0.011228 Jy ! Component: 1650 - total flux cleaned = 0.0116057 Jy ! Component: 1700 - total flux cleaned = 0.0119028 Jy ! Component: 1750 - total flux cleaned = 0.011977 Jy ! Component: 1800 - total flux cleaned = 0.01205 Jy ! Component: 1850 - total flux cleaned = 0.0122641 Jy ! Component: 1900 - total flux cleaned = 0.0123337 Jy ! Component: 1950 - total flux cleaned = 0.0124025 Jy ! Component: 2000 - total flux cleaned = 0.0124017 Jy ! Component: 2050 - total flux cleaned = 0.0123342 Jy ! Component: 2100 - total flux cleaned = 0.0124682 Jy ! Component: 2150 - total flux cleaned = 0.0125343 Jy ! Component: 2200 - total flux cleaned = 0.0125347 Jy ! Component: 2250 - total flux cleaned = 0.0126647 Jy ! Component: 2300 - total flux cleaned = 0.0127932 Jy ! Component: 2350 - total flux cleaned = 0.0129851 Jy ! Component: 2400 - total flux cleaned = 0.0131115 Jy ! Component: 2450 - total flux cleaned = 0.0132377 Jy ! Component: 2500 - total flux cleaned = 0.0134877 Jy ! Component: 2550 - total flux cleaned = 0.0136734 Jy ! Component: 2600 - total flux cleaned = 0.0139194 Jy ! Component: 2650 - total flux cleaned = 0.014103 Jy ! Component: 2700 - total flux cleaned = 0.0142853 Jy ! Component: 2750 - total flux cleaned = 0.0142853 Jy ! Component: 2800 - total flux cleaned = 0.0147058 Jy ! Component: 2850 - total flux cleaned = 0.0149453 Jy ! Component: 2900 - total flux cleaned = 0.0152423 Jy ! Component: 2950 - total flux cleaned = 0.0154197 Jy ! Component: 3000 - total flux cleaned = 0.0156558 Jy ! Component: 3050 - total flux cleaned = 0.0158906 Jy ! Component: 3100 - total flux cleaned = 0.0162419 Jy ! Component: 3150 - total flux cleaned = 0.016417 Jy ! Component: 3200 - total flux cleaned = 0.0166492 Jy ! Component: 3250 - total flux cleaned = 0.0168231 Jy ! Component: 3300 - total flux cleaned = 0.0171689 Jy ! Component: 3350 - total flux cleaned = 0.0173416 Jy ! Component: 3400 - total flux cleaned = 0.0175705 Jy ! Component: 3450 - total flux cleaned = 0.017628 Jy ! Component: 3500 - total flux cleaned = 0.0178563 Jy ! Component: 3550 - total flux cleaned = 0.0179704 Jy ! Component: 3600 - total flux cleaned = 0.0181409 Jy ! Component: 3650 - total flux cleaned = 0.0182544 Jy ! Component: 3700 - total flux cleaned = 0.0184241 Jy ! Component: 3750 - total flux cleaned = 0.0185932 Jy ! Component: 3800 - total flux cleaned = 0.0187058 Jy ! Component: 3850 - total flux cleaned = 0.0187622 Jy ! Component: 3900 - total flux cleaned = 0.0188182 Jy ! Component: 3950 - total flux cleaned = 0.0189305 Jy ! Component: 4000 - total flux cleaned = 0.0190428 Jy ! Component: 4050 - total flux cleaned = 0.0192665 Jy ! Total flux subtracted in 4096 components = 0.0194342 Jy ! Clean residual min=-0.003126 max=0.003071 Jy/beam ! Clean residual mean=0.000001 rms=0.001096 Jy/beam ! Combined flux in latest and established models = 1.00833 Jy keep ! Adding 416 model components to the UV plane model. ! The established model now contains 567 components and 1.00833 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv62_uvs/J0106-4034_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.84 x 21.53 at -4.213 degrees (North through East) ! Clean map min=-0.014986 max=0.90502 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv62_uvs/J0106-4034_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.905 rms= 0.00112 Jy quit ! Quitting program ! Log file /scr/pima/rdv62_uvs/J0106-4034_S_uvs.log closed on Fri Nov 22 22:29:23 2013