! Started logfile: /scr/pima/rdv94_uvs/J2056-4714_S_uvs.log on Tue Oct 8 12:25:59 2013 obs /scr/pima/rdv94_uvs/J2056-4714_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv94_uvs/J2056-4714_S_uva.fits ! AN table 1: 8 integrations on 3 of 3 possible baselines. ! AN table 2: 5 integrations on 6 of 6 possible baselines. ! AN table 3: 5 integrations on 10 of 10 possible baselines. ! Apparent sampling: 0.923077 visibilities/baseline/integration-bin. ! Found source: J2056-4714 ! ! 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 384 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.5 print "taper_size =",taper_size ! taper_size = 20 ![@/home/lpetrov/bin/rdv_muppet /scr/pima/rdv94_uvs/J2056-4714_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:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:MK self-cal status=correctable weight=1 ! 3:FD self-cal status=correctable weight=1 ! 3:KP self-cal status=correctable weight=1 ! 3:LA self-cal status=correctable weight=1 ! 3:MK self-cal status=correctable weight=1 ! 3:OV self-cal status=correctable weight=1 system "rm /tmp/ff.ff" mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 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 2 telescope corrections were flagged in sub-array 2. ! A total of 1 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 2. ! A total of 2 telescope corrections were flagged in sub-array 2. ! A total of 1 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 3. ! A total of 2 telescope corrections were flagged in sub-array 2. ! A total of 1 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 4. ! A total of 2 telescope corrections were flagged in sub-array 2. ! A total of 1 telescope corrections were flagged in sub-array 3. ! ! Fit before self-cal, rms=1.673563Jy sigma=38.912520 ! Fit after self-cal, rms=0.362897Jy sigma=8.682286 ! 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.873 mas, bmaj=18.43 mas, bpa=-16.37 degrees ! Estimated noise=2.87062 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.931833 Jy ! Component: 100 - total flux cleaned = 1.13892 Jy ! Total flux subtracted in 100 components = 1.13892 Jy ! Clean residual min=-0.058681 max=0.077703 Jy/beam ! Clean residual mean=0.000409 rms=0.020632 Jy/beam ! Combined flux in latest and established models = 1.13892 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 1.13892 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.294093Jy sigma=7.000260 ! Fit after self-cal, rms=0.294037Jy sigma=6.999699 ! 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=4.595 mas, bmaj=24.59 mas, bpa=-14.37 degrees ! Estimated noise=1.62121 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.0979671 Jy ! Component: 100 - total flux cleaned = 0.128184 Jy ! Component: 150 - total flux cleaned = 0.140067 Jy ! Component: 200 - total flux cleaned = 0.142254 Jy ! Total flux subtracted in 200 components = 0.142254 Jy ! Clean residual min=-0.047168 max=0.057969 Jy/beam ! Clean residual mean=0.000255 rms=0.014226 Jy/beam ! Combined flux in latest and established models = 1.28117 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 40 components and 1.28117 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.267837Jy sigma=6.357980 ! Fit after self-cal, rms=0.267813Jy sigma=6.357677 ! 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. ! A total of 24 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* KP 0.00* LA 0.00* ! ! A total of 6 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 1.05 KP 1.08 LA 1.20 MK 0.93 ! ! Telescope amplitude corrections in sub-array 3: ! FD 1.05 KP 1.09 LA 1.19 MK 0.96 ! OV 0.97 ! ! ! Correcting IF 2. ! A total of 24 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* KP 0.00* LA 0.00* ! ! A total of 6 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 1.11 KP 1.09 LA 1.09 MK 0.99 ! ! Telescope amplitude corrections in sub-array 3: ! FD 1.11 KP 1.09 LA 1.08 MK 1.02 ! OV 0.99 ! ! ! Correcting IF 3. ! A total of 24 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* KP 0.00* LA 0.00* ! ! A total of 6 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 1.13 KP 0.94 LA 0.90 MK 0.97 ! ! Telescope amplitude corrections in sub-array 3: ! FD 1.12 KP 0.95 LA 0.88 MK 0.99 ! OV 0.99 ! ! ! Correcting IF 4. ! A total of 24 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* KP 0.00* LA 0.00* ! ! A total of 6 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 1.08 KP 0.88 LA 0.74 MK 1.07 ! ! Telescope amplitude corrections in sub-array 3: ! FD 1.08 KP 0.89 LA 0.70 MK 1.10 ! OV 0.85 ! ! ! Fit before self-cal, rms=0.267813Jy sigma=6.357677 ! Fit after self-cal, rms=0.062872Jy sigma=1.280583 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.804 mas, bmaj=20.83 mas, bpa=-14.67 degrees ! Estimated noise=1.99756 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.000541085 Jy ! Component: 100 - total flux cleaned = 0.00104303 Jy ! Component: 150 - total flux cleaned = 0.00126967 Jy ! Component: 200 - total flux cleaned = 0.00127506 Jy ! Total flux subtracted in 200 components = 0.00127506 Jy ! Clean residual min=-0.010217 max=0.012181 Jy/beam ! Clean residual mean=-0.000136 rms=0.002924 Jy/beam ! Combined flux in latest and established models = 1.28245 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 56 components and 1.28245 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060574Jy sigma=1.250016 ! Fit after self-cal, rms=0.060569Jy sigma=1.247337 ! 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.060569Jy sigma=1.247337 ! Fit after self-cal, rms=0.060436Jy sigma=1.246129 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.807 mas, bmaj=20.85 mas, bpa=-14.64 degrees ! Estimated noise=1.99876 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000438889 Jy ! Component: 100 - total flux cleaned = 0.000853991 Jy ! Component: 150 - total flux cleaned = 0.00105064 Jy ! Component: 200 - total flux cleaned = 0.00104945 Jy ! Total flux subtracted in 200 components = 0.00104945 Jy ! Clean residual min=-0.009750 max=0.011562 Jy/beam ! Clean residual mean=-0.000135 rms=0.002787 Jy/beam ! Combined flux in latest and established models = 1.28349 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 59 components and 1.28349 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058769Jy sigma=1.224678 ! Fit after self-cal, rms=0.058708Jy sigma=1.224117 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.000168839 Jy ! Component: 100 - total flux cleaned = 0.000174968 Jy ! Component: 150 - total flux cleaned = 0.000336331 Jy ! Component: 200 - total flux cleaned = 0.000338741 Jy ! Total flux subtracted in 200 components = 0.000338741 Jy ! Clean residual min=-0.009487 max=0.011138 Jy/beam ! Clean residual mean=-0.000134 rms=0.002706 Jy/beam ! Combined flux in latest and established models = 1.28383 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 62 components and 1.28383 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057559Jy sigma=1.209911 ! Fit after self-cal, rms=0.057525Jy sigma=1.209598 ! 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.057525Jy sigma=1.209598 ! Fit after self-cal, rms=0.050227Jy sigma=1.060941 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.814 mas, bmaj=20.84 mas, bpa=-14.58 degrees ! Estimated noise=2.00147 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00327511 Jy ! Component: 100 - total flux cleaned = 0.00327007 Jy ! Component: 150 - total flux cleaned = 0.00326872 Jy ! Component: 200 - total flux cleaned = 0.00335277 Jy ! Total flux subtracted in 200 components = 0.00335277 Jy ! Clean residual min=-0.008699 max=0.006669 Jy/beam ! Clean residual mean=-0.000042 rms=0.002031 Jy/beam ! Combined flux in latest and established models = 1.28719 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 72 components and 1.28719 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049534Jy sigma=1.051120 ! Fit after self-cal, rms=0.049489Jy sigma=1.050323 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.000253218 Jy ! Component: 100 - total flux cleaned = 0.000323935 Jy ! Component: 150 - total flux cleaned = 0.000321452 Jy ! Component: 200 - total flux cleaned = 0.000263967 Jy ! Total flux subtracted in 200 components = 0.000263967 Jy ! Clean residual min=-0.008257 max=0.006686 Jy/beam ! Clean residual mean=-0.000042 rms=0.001997 Jy/beam ! Combined flux in latest and established models = 1.28745 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 77 components and 1.28745 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049260Jy sigma=1.047429 ! Fit after self-cal, rms=0.049246Jy sigma=1.047151 ! 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.049246Jy sigma=1.047151 ! Fit after self-cal, rms=0.049252Jy sigma=1.044771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.89 mas, bmaj=44.33 mas, bpa=3.576 degrees ! Estimated noise=2.12687 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00115749 Jy ! Component: 100 - total flux cleaned = 0.00124745 Jy ! Component: 150 - total flux cleaned = 0.00134912 Jy ! Component: 200 - total flux cleaned = 0.00144055 Jy ! Total flux subtracted in 200 components = 0.00144055 Jy ! Clean residual min=-0.007575 max=0.007281 Jy/beam ! Clean residual mean=-0.000053 rms=0.002313 Jy/beam ! Combined flux in latest and established models = 1.28889 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 85 components and 1.28889 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049169Jy sigma=1.043238 ! Fit after self-cal, rms=0.049163Jy sigma=1.043118 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.000200273 Jy ! Component: 100 - total flux cleaned = 0.00019709 Jy ! Component: 150 - total flux cleaned = 0.000210279 Jy ! Component: 200 - total flux cleaned = 0.000236443 Jy ! Total flux subtracted in 200 components = 0.000236443 Jy ! Clean residual min=-0.007481 max=0.007297 Jy/beam ! Clean residual mean=-0.000053 rms=0.002313 Jy/beam ! Combined flux in latest and established models = 1.28913 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 98 components and 1.28913 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049137Jy sigma=1.042718 ! Fit after self-cal, rms=0.049133Jy sigma=1.042665 ! 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 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:LA,true ! 2:LA self-cal status=fixed weight=1 selfant 2:MK,true ! 2:MK self-cal status=fixed weight=1 selfant 3:FD,true ! 3:FD self-cal status=fixed weight=1 selfant 3:KP,true ! 3:KP self-cal status=fixed weight=1 selfant 3:LA,true ! 3:LA self-cal status=fixed weight=1 selfant 3:MK,true ! 3:MK self-cal status=fixed weight=1 selfant 3:OV,true ! 3:OV 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.320786Jy sigma=6.765360 ! Fit after self-cal, rms=0.320786Jy sigma=6.765360 selfant "",false ! 1:FD self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:MK self-cal status=correctable weight=1 ! 3:FD self-cal status=correctable weight=1 ! 3:KP self-cal status=correctable weight=1 ! 3:LA self-cal status=correctable weight=1 ! 3:MK self-cal status=correctable weight=1 ! 3:OV 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 24 telescope corrections were flagged in sub-array 1. ! A total of 8 telescope corrections were flagged in sub-array 2. ! A total of 1 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 2. ! A total of 24 telescope corrections were flagged in sub-array 1. ! A total of 8 telescope corrections were flagged in sub-array 2. ! A total of 1 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 3. ! A total of 24 telescope corrections were flagged in sub-array 1. ! A total of 8 telescope corrections were flagged in sub-array 2. ! A total of 1 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 4. ! A total of 24 telescope corrections were flagged in sub-array 1. ! A total of 8 telescope corrections were flagged in sub-array 2. ! A total of 1 telescope corrections were flagged in sub-array 3. ! ! Fit before self-cal, rms=0.320786Jy sigma=6.765360 ! Fit after self-cal, rms=0.049147Jy sigma=1.042338 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.639 mas, bmaj=17.01 mas, bpa=-16.51 degrees ! Estimated noise=3.37715 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.000934377 Jy ! Component: 100 - total flux cleaned = 0.00167686 Jy ! Component: 150 - total flux cleaned = 0.00207301 Jy ! Component: 200 - total flux cleaned = 0.00243667 Jy ! Total flux subtracted in 200 components = 0.00243667 Jy ! Clean residual min=-0.008182 max=0.008692 Jy/beam ! Clean residual mean=-0.000012 rms=0.002316 Jy/beam ! Combined flux in latest and established models = 1.29156 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 109 components and 1.29156 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048888Jy sigma=1.040839 ! Fit after self-cal, rms=0.048837Jy sigma=1.039186 ! 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.814 mas, bmaj=20.81 mas, bpa=-14.59 degrees ! Estimated noise=2.00141 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.000695695 Jy ! Component: 100 - total flux cleaned = -0.000695413 Jy ! Component: 150 - total flux cleaned = -0.000693774 Jy ! Component: 200 - total flux cleaned = -0.00069723 Jy ! Component: 250 - total flux cleaned = -0.000734439 Jy ! Component: 300 - total flux cleaned = -0.000735688 Jy ! Component: 350 - total flux cleaned = -0.000735548 Jy ! Component: 400 - total flux cleaned = -0.000734601 Jy ! Total flux subtracted in 400 components = -0.000734601 Jy ! Clean residual min=-0.006988 max=0.006095 Jy/beam ! Clean residual mean=-0.000036 rms=0.001849 Jy/beam ! Combined flux in latest and established models = 1.29083 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 120 components and 1.29083 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048617Jy sigma=1.037190 ! Fit after self-cal, rms=0.048619Jy sigma=1.037066 ! 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 = 5.79786e-05 Jy ! Component: 100 - total flux cleaned = 0.00012896 Jy ! Component: 150 - total flux cleaned = 0.000130312 Jy ! Component: 200 - total flux cleaned = 0.000128944 Jy ! Component: 250 - total flux cleaned = 0.000127571 Jy ! Component: 300 - total flux cleaned = 0.000126874 Jy ! Component: 350 - total flux cleaned = 0.000125761 Jy ! Component: 400 - total flux cleaned = 0.000124778 Jy ! Total flux subtracted in 400 components = 0.000124778 Jy ! Clean residual min=-0.006787 max=0.006031 Jy/beam ! Clean residual mean=-0.000036 rms=0.001835 Jy/beam ! Combined flux in latest and established models = 1.29095 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 124 components and 1.29095 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048511Jy sigma=1.036037 ! Fit after self-cal, rms=0.048514Jy sigma=1.035931 ! 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 24 telescope corrections were flagged in sub-array 1. ! A total of 8 telescope corrections were flagged in sub-array 2. ! A total of 1 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 2. ! A total of 24 telescope corrections were flagged in sub-array 1. ! A total of 8 telescope corrections were flagged in sub-array 2. ! A total of 1 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 3. ! A total of 24 telescope corrections were flagged in sub-array 1. ! A total of 8 telescope corrections were flagged in sub-array 2. ! A total of 1 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 4. ! A total of 24 telescope corrections were flagged in sub-array 1. ! A total of 8 telescope corrections were flagged in sub-array 2. ! A total of 1 telescope corrections were flagged in sub-array 3. ! ! Fit before self-cal, rms=0.319699Jy sigma=6.749055 ! Fit after self-cal, rms=0.048500Jy sigma=1.034966 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.813 mas, bmaj=20.8 mas, bpa=-14.6 degrees ! Estimated noise=2.00092 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000806485 Jy ! Component: 100 - total flux cleaned = 0.000977427 Jy ! Component: 150 - total flux cleaned = 0.00104993 Jy ! Component: 200 - total flux cleaned = 0.00108098 Jy ! Component: 250 - total flux cleaned = 0.00108186 Jy ! Component: 300 - total flux cleaned = 0.00110939 Jy ! Component: 350 - total flux cleaned = 0.00113357 Jy ! Component: 400 - total flux cleaned = 0.00113356 Jy ! Total flux subtracted in 400 components = 0.00113356 Jy ! Clean residual min=-0.006383 max=0.005826 Jy/beam ! Clean residual mean=-0.000035 rms=0.001786 Jy/beam ! Combined flux in latest and established models = 1.29209 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 130 components and 1.29209 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048354Jy sigma=1.033657 ! Fit after self-cal, rms=0.048357Jy sigma=1.033543 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 = 4.43688e-05 Jy ! Component: 100 - total flux cleaned = 4.59472e-05 Jy ! Component: 150 - total flux cleaned = 4.60514e-05 Jy ! Component: 200 - total flux cleaned = 2.32253e-05 Jy ! Component: 250 - total flux cleaned = 1.54331e-07 Jy ! Component: 300 - total flux cleaned = 1.17899e-06 Jy ! Component: 350 - total flux cleaned = 1.24652e-06 Jy ! Component: 400 - total flux cleaned = 2.12818e-06 Jy ! Total flux subtracted in 400 components = 2.12818e-06 Jy ! Clean residual min=-0.006319 max=0.005805 Jy/beam ! Clean residual mean=-0.000035 rms=0.001783 Jy/beam ! Combined flux in latest and established models = 1.29209 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 132 components and 1.29209 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048286Jy sigma=1.033034 ! Fit after self-cal, rms=0.048289Jy sigma=1.032921 ! 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.048289Jy sigma=1.032921 ! Fit after self-cal, rms=0.048304Jy sigma=1.031995 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.814 mas, bmaj=20.78 mas, bpa=-14.6 degrees ! Estimated noise=2.00092 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000541375 Jy ! Component: 100 - total flux cleaned = 0.000777231 Jy ! Component: 150 - total flux cleaned = 0.00090288 Jy ! Component: 200 - total flux cleaned = 0.000958539 Jy ! Component: 250 - total flux cleaned = 0.000983504 Jy ! Component: 300 - total flux cleaned = 0.000958893 Jy ! Component: 350 - total flux cleaned = 0.000959103 Jy ! Component: 400 - total flux cleaned = 0.000960338 Jy ! Total flux subtracted in 400 components = 0.000960338 Jy ! Clean residual min=-0.006200 max=0.005722 Jy/beam ! Clean residual mean=-0.000033 rms=0.001755 Jy/beam ! Combined flux in latest and established models = 1.29305 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 138 components and 1.29305 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048175Jy sigma=1.030898 ! Fit after self-cal, rms=0.048178Jy sigma=1.030805 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 = -6.78371e-05 Jy ! Component: 100 - total flux cleaned = 7.45997e-06 Jy ! Component: 150 - total flux cleaned = 7.65902e-06 Jy ! Component: 200 - total flux cleaned = 7.55591e-06 Jy ! Component: 250 - total flux cleaned = -1.21273e-05 Jy ! Component: 300 - total flux cleaned = -3.12135e-05 Jy ! Component: 350 - total flux cleaned = -1.11212e-05 Jy ! Component: 400 - total flux cleaned = -3.00228e-05 Jy ! Total flux subtracted in 400 components = -3.00228e-05 Jy ! Clean residual min=-0.006171 max=0.005700 Jy/beam ! Clean residual mean=-0.000033 rms=0.001755 Jy/beam ! Combined flux in latest and established models = 1.29302 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 142 components and 1.29302 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048112Jy sigma=1.030409 ! Fit after self-cal, rms=0.048116Jy sigma=1.030327 ! 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.048116Jy sigma=1.030327 ! Fit after self-cal, rms=0.047504Jy sigma=1.015821 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.88 mas, bmaj=44.28 mas, bpa=3.61 degrees ! Estimated noise=2.12725 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000747838 Jy ! Component: 100 - total flux cleaned = 0.00111156 Jy ! Component: 150 - total flux cleaned = 0.0011597 Jy ! Component: 200 - total flux cleaned = 0.00119509 Jy ! Component: 250 - total flux cleaned = 0.00123577 Jy ! Component: 300 - total flux cleaned = 0.0012655 Jy ! Component: 350 - total flux cleaned = 0.00128644 Jy ! Component: 400 - total flux cleaned = 0.00130706 Jy ! Total flux subtracted in 400 components = 0.00130706 Jy ! Clean residual min=-0.006488 max=0.006226 Jy/beam ! Clean residual mean=-0.000046 rms=0.002153 Jy/beam ! Combined flux in latest and established models = 1.29433 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 157 components and 1.29433 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047505Jy sigma=1.015393 ! Fit after self-cal, rms=0.047502Jy sigma=1.015379 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 = -1.67327e-08 Jy ! Component: 100 - total flux cleaned = 6.83594e-06 Jy ! Component: 150 - total flux cleaned = 1.34879e-05 Jy ! Component: 200 - total flux cleaned = 2.00907e-05 Jy ! Component: 250 - total flux cleaned = 2.65984e-05 Jy ! Component: 300 - total flux cleaned = 2.68144e-05 Jy ! Component: 350 - total flux cleaned = 2.68893e-05 Jy ! Component: 400 - total flux cleaned = 3.31992e-05 Jy ! Total flux subtracted in 400 components = 3.31992e-05 Jy ! Clean residual min=-0.006467 max=0.006207 Jy/beam ! Clean residual mean=-0.000046 rms=0.002148 Jy/beam ! Combined flux in latest and established models = 1.29436 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 159 components and 1.29436 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047501Jy sigma=1.015338 ! Fit after self-cal, rms=0.047504Jy sigma=1.015326 ! 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.813 mas, bmaj=20.78 mas, bpa=-14.61 degrees ! Estimated noise=2.00104 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.813 x 20.78 at -14.61 degrees (North through East) ! Clean map min=-0.0060347 max=1.1969 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.047504Jy sigma=1.015326 ! Fit after self-cal, rms=0.040607Jy sigma=0.827039 ! Inverting map and beam ! Estimated beam: bmin=3.814 mas, bmaj=20.77 mas, bpa=-14.61 degrees ! Estimated noise=2.00117 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000290878 Jy ! Component: 100 - total flux cleaned = 0.000488813 Jy ! Component: 150 - total flux cleaned = 0.000573457 Jy ! Component: 200 - total flux cleaned = 0.000572345 Jy ! Component: 250 - total flux cleaned = 0.000571087 Jy ! Component: 300 - total flux cleaned = 0.000592078 Jy ! Component: 350 - total flux cleaned = 0.000592666 Jy ! Component: 400 - total flux cleaned = 0.00059276 Jy ! Total flux subtracted in 400 components = 0.00059276 Jy ! Clean residual min=-0.006147 max=0.005494 Jy/beam ! Clean residual mean=-0.000030 rms=0.001717 Jy/beam ! Combined flux in latest and established models = 1.29495 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 162 components and 1.29495 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.040496Jy sigma=0.826123 ! Fit after self-cal, rms=0.040500Jy sigma=0.826025 ! Inverting map ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.12376e-05 Jy ! Component: 100 - total flux cleaned = 2.60652e-06 Jy ! Component: 150 - total flux cleaned = 2.81086e-06 Jy ! Component: 200 - total flux cleaned = -1.54278e-05 Jy ! Component: 250 - total flux cleaned = -1.5606e-05 Jy ! Component: 300 - total flux cleaned = -3.36259e-05 Jy ! Component: 350 - total flux cleaned = -5.09125e-05 Jy ! Component: 400 - total flux cleaned = -5.07948e-05 Jy ! Total flux subtracted in 400 components = -5.07948e-05 Jy ! Clean residual min=-0.006114 max=0.005485 Jy/beam ! Clean residual mean=-0.000030 rms=0.001719 Jy/beam ! Combined flux in latest and established models = 1.2949 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 162 components and 1.2949 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.040436Jy sigma=0.825672 ! Fit after self-cal, rms=0.040439Jy sigma=0.825593 ! 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.040439Jy sigma=0.825593 ! Fit after self-cal, rms=0.040464Jy sigma=0.825211 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.641 mas, bmaj=16.99 mas, bpa=-16.53 degrees ! Estimated noise=3.37988 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.925808 Jy ! Component: 100 - total flux cleaned = 1.12917 Jy ! Component: 150 - total flux cleaned = 1.19436 Jy ! Component: 200 - total flux cleaned = 1.23015 Jy ! Component: 250 - total flux cleaned = 1.25141 Jy ! Component: 300 - total flux cleaned = 1.26589 Jy ! Component: 350 - total flux cleaned = 1.27647 Jy ! Component: 400 - total flux cleaned = 1.28429 Jy ! Total flux subtracted in 400 components = 1.28429 Jy ! Clean residual min=-0.009127 max=0.009493 Jy/beam ! Clean residual mean=-0.000011 rms=0.002675 Jy/beam ! Combined flux in latest and established models = 1.28429 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 49 model components to the UV plane model. ! The established model now contains 49 components and 1.28429 Jy ! Inverting map and beam ! Estimated beam: bmin=3.815 mas, bmaj=20.77 mas, bpa=-14.61 degrees ! Estimated noise=2.00116 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) ! Added new window around map position (2, 48). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00356355 Jy ! Component: 100 - total flux cleaned = 0.00736641 Jy ! Component: 150 - total flux cleaned = 0.0085958 Jy ! Component: 200 - total flux cleaned = 0.00833501 Jy ! Component: 250 - total flux cleaned = 0.0082234 Jy ! Component: 300 - total flux cleaned = 0.00812248 Jy ! Component: 350 - total flux cleaned = 0.0079486 Jy ! Component: 400 - total flux cleaned = 0.00794973 Jy ! Total flux subtracted in 400 components = 0.00794973 Jy ! Clean residual min=-0.005047 max=0.004803 Jy/beam ! Clean residual mean=-0.000018 rms=0.001425 Jy/beam ! Combined flux in latest and established models = 1.29224 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 98 components and 1.29224 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=10.88 mas, bmaj=44.29 mas, bpa=3.625 degrees ! Estimated noise=2.12698 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000823665 Jy ! Component: 100 - total flux cleaned = 0.00098287 Jy ! Component: 150 - total flux cleaned = 0.00123898 Jy ! Component: 200 - total flux cleaned = 0.00144084 Jy ! Component: 250 - total flux cleaned = 0.00159932 Jy ! Component: 300 - total flux cleaned = 0.00172055 Jy ! Component: 350 - total flux cleaned = 0.00183614 Jy ! Component: 400 - total flux cleaned = 0.00189196 Jy ! Total flux subtracted in 400 components = 0.00189196 Jy ! Clean residual min=-0.005214 max=0.004594 Jy/beam ! Clean residual mean=-0.000023 rms=0.001678 Jy/beam ! Combined flux in latest and established models = 1.29413 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.2379e-05 Jy ! Component: 100 - total flux cleaned = 0.000136265 Jy ! Component: 150 - total flux cleaned = 0.0001901 Jy ! Component: 200 - total flux cleaned = 0.000267325 Jy ! Component: 250 - total flux cleaned = 0.000317042 Jy ! Component: 300 - total flux cleaned = 0.000390935 Jy ! Component: 350 - total flux cleaned = 0.00046414 Jy ! Component: 400 - total flux cleaned = 0.000512062 Jy ! Total flux subtracted in 400 components = 0.000512062 Jy ! Clean residual min=-0.005087 max=0.004646 Jy/beam ! Clean residual mean=-0.000023 rms=0.001632 Jy/beam ! Combined flux in latest and established models = 1.29465 Jy ! Adding 62 model components to the UV plane model. ! The established model now contains 157 components and 1.29465 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.815 mas, bmaj=20.77 mas, bpa=-14.61 degrees ! Estimated noise=2.00116 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000148669 Jy ! Component: 100 - total flux cleaned = 8.5226e-05 Jy ! Component: 150 - total flux cleaned = 8.56492e-05 Jy ! Component: 200 - total flux cleaned = 3.07886e-05 Jy ! Component: 250 - total flux cleaned = -2.05103e-05 Jy ! Component: 300 - total flux cleaned = -0.000170532 Jy ! Component: 350 - total flux cleaned = -0.00026587 Jy ! Component: 400 - total flux cleaned = -0.00026563 Jy ! Total flux subtracted in 400 components = -0.00026563 Jy ! Clean residual min=-0.004651 max=0.004689 Jy/beam ! Clean residual mean=-0.000016 rms=0.001307 Jy/beam ! Combined flux in latest and established models = 1.29438 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 188 components and 1.29438 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.039270Jy sigma=0.800478 ! Fit after self-cal, rms=0.039106Jy sigma=0.796174 wmodel /scr/pima/rdv94_uvs/J2056-4714_S_map.mod ! Writing 188 model components to file: /scr/pima/rdv94_uvs/J2056-4714_S_map.mod wobs /scr/pima/rdv94_uvs/J2056-4714_S_uvs.fits ! Applying 208 buffered edits. ! Writing UV FITS file: /scr/pima/rdv94_uvs/J2056-4714_S_uvs.fits wwins /scr/pima/rdv94_uvs/J2056-4714_S_map.win ! wwins: Wrote 2 windows to /scr/pima/rdv94_uvs/J2056-4714_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.000607437 Jy ! Component: 100 - total flux cleaned = -0.000113333 Jy ! Component: 150 - total flux cleaned = 0.000203307 Jy ! Component: 200 - total flux cleaned = 0.000615127 Jy ! Component: 250 - total flux cleaned = 0.00100189 Jy ! Component: 300 - total flux cleaned = 0.00141733 Jy ! Component: 350 - total flux cleaned = 0.00161168 Jy ! Component: 400 - total flux cleaned = 0.00156754 Jy ! Component: 450 - total flux cleaned = 0.00156951 Jy ! Component: 500 - total flux cleaned = 0.00148673 Jy ! Component: 550 - total flux cleaned = 0.00124216 Jy ! Component: 600 - total flux cleaned = 0.000965493 Jy ! Component: 650 - total flux cleaned = 0.00073485 Jy ! Component: 700 - total flux cleaned = 0.000509845 Jy ! Component: 750 - total flux cleaned = 0.00040043 Jy ! Component: 800 - total flux cleaned = 0.000329345 Jy ! Component: 850 - total flux cleaned = 0.000155164 Jy ! Component: 900 - total flux cleaned = 0.000120667 Jy ! Component: 950 - total flux cleaned = -4.58962e-05 Jy ! Component: 1000 - total flux cleaned = -0.000111366 Jy ! Component: 1050 - total flux cleaned = -0.00027186 Jy ! Component: 1100 - total flux cleaned = -0.000429383 Jy ! Component: 1150 - total flux cleaned = -0.0006756 Jy ! Component: 1200 - total flux cleaned = -0.000736641 Jy ! Component: 1250 - total flux cleaned = -0.00100463 Jy ! Component: 1300 - total flux cleaned = -0.00117999 Jy ! Component: 1350 - total flux cleaned = -0.00143835 Jy ! Component: 1400 - total flux cleaned = -0.00163641 Jy ! Component: 1450 - total flux cleaned = -0.00188723 Jy ! Component: 1500 - total flux cleaned = -0.00210732 Jy ! Component: 1550 - total flux cleaned = -0.00235247 Jy ! Component: 1600 - total flux cleaned = -0.00264804 Jy ! Component: 1650 - total flux cleaned = -0.00288704 Jy ! Component: 1700 - total flux cleaned = -0.00312369 Jy ! Component: 1750 - total flux cleaned = -0.00335785 Jy ! Component: 1800 - total flux cleaned = -0.00353812 Jy ! Component: 1850 - total flux cleaned = -0.00376777 Jy ! Component: 1900 - total flux cleaned = -0.00394474 Jy ! Component: 1950 - total flux cleaned = -0.00417041 Jy ! Component: 2000 - total flux cleaned = -0.00436958 Jy ! Component: 2050 - total flux cleaned = -0.00459179 Jy ! Component: 2100 - total flux cleaned = -0.00481251 Jy ! Component: 2150 - total flux cleaned = -0.00510484 Jy ! Component: 2200 - total flux cleaned = -0.00532283 Jy ! Component: 2250 - total flux cleaned = -0.00551574 Jy ! Component: 2300 - total flux cleaned = -0.00573176 Jy ! Component: 2350 - total flux cleaned = -0.00592341 Jy ! Component: 2400 - total flux cleaned = -0.00613851 Jy ! Component: 2450 - total flux cleaned = -0.00635334 Jy ! Component: 2500 - total flux cleaned = -0.00654405 Jy ! Component: 2550 - total flux cleaned = -0.00663935 Jy ! Component: 2600 - total flux cleaned = -0.00671079 Jy ! Component: 2650 - total flux cleaned = -0.0068064 Jy ! Component: 2700 - total flux cleaned = -0.0068783 Jy ! Component: 2750 - total flux cleaned = -0.00695026 Jy ! Component: 2800 - total flux cleaned = -0.0070705 Jy ! Component: 2850 - total flux cleaned = -0.00716697 Jy ! Component: 2900 - total flux cleaned = -0.0072395 Jy ! Component: 2950 - total flux cleaned = -0.00738467 Jy ! Component: 3000 - total flux cleaned = -0.00738473 Jy ! Component: 3050 - total flux cleaned = -0.00755557 Jy ! Component: 3100 - total flux cleaned = -0.00760451 Jy ! Component: 3150 - total flux cleaned = -0.00770299 Jy ! Component: 3200 - total flux cleaned = -0.00772751 Jy ! Component: 3250 - total flux cleaned = -0.00787628 Jy ! Component: 3300 - total flux cleaned = -0.00795086 Jy ! Component: 3350 - total flux cleaned = -0.0080259 Jy ! Component: 3400 - total flux cleaned = -0.0080762 Jy ! Component: 3450 - total flux cleaned = -0.00817718 Jy ! Component: 3500 - total flux cleaned = -0.00822805 Jy ! Component: 3550 - total flux cleaned = -0.00827867 Jy ! Component: 3600 - total flux cleaned = -0.00835561 Jy ! Component: 3650 - total flux cleaned = -0.00838128 Jy ! Component: 3700 - total flux cleaned = -0.00843293 Jy ! Component: 3750 - total flux cleaned = -0.008511 Jy ! Component: 3800 - total flux cleaned = -0.00858952 Jy ! Component: 3850 - total flux cleaned = -0.00856306 Jy ! Component: 3900 - total flux cleaned = -0.00850974 Jy ! Component: 3950 - total flux cleaned = -0.00845614 Jy ! Component: 4000 - total flux cleaned = -0.00840173 Jy ! Component: 4050 - total flux cleaned = -0.00837407 Jy ! Total flux subtracted in 4096 components = -0.0082913 Jy ! Clean residual min=-0.001546 max=0.001516 Jy/beam ! Clean residual mean=-0.000003 rms=0.000460 Jy/beam ! Combined flux in latest and established models = 1.28609 Jy keep ! Adding 190 model components to the UV plane model. ! The established model now contains 378 components and 1.28609 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv94_uvs/J2056-4714_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.815 x 20.77 at -14.61 degrees (North through East) ! Clean map min=-0.0044181 max=1.1802 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv94_uvs/J2056-4714_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= 1.1801 rms= 0.00045 Jy quit ! Quitting program ! Log file /scr/pima/rdv94_uvs/J2056-4714_S_uvs.log closed on Tue Oct 8 12:26:05 2013