! Started logfile: /scr/pima/rdv93_uvs/J0850-1213_S_uvs.log on Tue Oct 8 15:27:05 2013 obs /scr/pima/rdv93_uvs/J0850-1213_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv93_uvs/J0850-1213_S_uva.fits ! AN table 1: 19 integrations on 3 of 3 possible baselines. ! AN table 2: 20 integrations on 21 of 21 possible baselines. ! AN table 3: 9 integrations on 6 of 6 possible baselines. ! Apparent sampling: 0.988701 visibilities/baseline/integration-bin. ! Found source: J0850-1213 ! ! 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 2100 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/rdv93_uvs/J0850-1213_S] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 800000 float soltime2 soltime2 = 15 float soltime3 soltime3 = 1 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float old_peak float new_peak float flux_cutoff selfant "",false ! 1:BR self-cal status=correctable weight=1 ! 1:MK self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 2:BR self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:MK self-cal status=correctable weight=1 ! 2:NL self-cal status=correctable weight=1 ! 2:OV self-cal status=correctable weight=1 ! 2:PT self-cal status=correctable weight=1 ! 3:BR self-cal status=correctable weight=1 ! 3:KP 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.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 1 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 1 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 1 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 1 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.027915Jy sigma=4.800446 ! Fit after self-cal, rms=0.789435Jy sigma=3.627825 ! 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.972 mas, bmaj=12.05 mas, bpa=-21.41 degrees ! Estimated noise=5.12758 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.160269 Jy ! Component: 100 - total flux cleaned = 0.199218 Jy ! Total flux subtracted in 100 components = 0.199218 Jy ! Clean residual min=-0.010591 max=0.016125 Jy/beam ! Clean residual mean=-0.000014 rms=0.002748 Jy/beam ! Combined flux in latest and established models = 0.199218 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.199218 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065037Jy sigma=0.305466 ! Fit after self-cal, rms=0.065067Jy sigma=0.305392 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0170648 Jy ! Component: 100 - total flux cleaned = 0.0253527 Jy ! Total flux subtracted in 100 components = 0.0253527 Jy ! Clean residual min=-0.008265 max=0.006836 Jy/beam ! Clean residual mean=-0.000003 rms=0.001793 Jy/beam ! Combined flux in latest and established models = 0.224571 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 28 components and 0.224571 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059466Jy sigma=0.273331 ! Fit after self-cal, rms=0.059475Jy sigma=0.273224 ! Inverting map print "=== Finished uniform weighting clean ===" ! === Finished uniform weighting clean === uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.744 mas, bmaj=12.49 mas, bpa=-19.75 degrees ! Estimated noise=3.37918 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.00773279 Jy ! Component: 100 - total flux cleaned = 0.0114082 Jy ! Component: 150 - total flux cleaned = 0.0136891 Jy ! Component: 200 - total flux cleaned = 0.0153086 Jy ! Total flux subtracted in 200 components = 0.0153086 Jy ! Clean residual min=-0.005613 max=0.005630 Jy/beam ! Clean residual mean=0.000008 rms=0.001562 Jy/beam ! Combined flux in latest and established models = 0.23988 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 65 components and 0.23988 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058622Jy sigma=0.268241 ! Fit after self-cal, rms=0.058628Jy sigma=0.268212 ! 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 57 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* MK 0.00* OV 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.98 FD 1.00 LA 1.11 MK 0.85 ! NL 0.96 OV 0.98 PT 1.02 ! ! Telescope amplitude corrections in sub-array 3: ! BR 0.95 KP 1.03 MK 0.95 OV 0.96 ! ! ! Correcting IF 2. ! A total of 57 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* MK 0.00* OV 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.02 FD 1.11 LA 1.01 MK 1.02 ! NL 1.00 OV 1.00 PT 1.04 ! ! Telescope amplitude corrections in sub-array 3: ! BR 1.12 KP 1.02 MK 1.03 OV 0.99 ! ! ! Correcting IF 3. ! A total of 57 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* MK 0.00* OV 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.05 FD 1.13 LA 0.98 MK 0.98 ! NL 1.10 OV 1.01 PT 1.06 ! ! Telescope amplitude corrections in sub-array 3: ! BR 0.97 KP 0.88 MK 1.08 OV 1.07 ! ! ! Correcting IF 4. ! A total of 57 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* MK 0.00* OV 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.03 FD 1.04 LA 0.81 MK 1.15 ! NL 0.99 OV 0.87 PT 0.94 ! ! Telescope amplitude corrections in sub-array 3: ! BR 0.78 KP 0.83 MK 1.09 OV 0.87 ! ! ! Fit before self-cal, rms=0.058628Jy sigma=0.268212 ! Fit after self-cal, rms=0.053083Jy sigma=0.240220 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.849 mas, bmaj=12.72 mas, bpa=-17.59 degrees ! Estimated noise=3.52384 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.000423889 Jy ! Component: 100 - total flux cleaned = -0.000711213 Jy ! Component: 150 - total flux cleaned = -0.000800116 Jy ! Component: 200 - total flux cleaned = -0.000826496 Jy ! Total flux subtracted in 200 components = -0.000826496 Jy ! Clean residual min=-0.003112 max=0.002771 Jy/beam ! Clean residual mean=-0.000002 rms=0.000814 Jy/beam ! Combined flux in latest and established models = 0.239053 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 76 components and 0.239053 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053036Jy sigma=0.240060 ! Fit after self-cal, rms=0.053069Jy sigma=0.239982 ! 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.053069Jy sigma=0.239982 ! Fit after self-cal, rms=0.053034Jy sigma=0.239973 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.847 mas, bmaj=12.73 mas, bpa=-17.6 degrees ! Estimated noise=3.52128 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000431081 Jy ! Component: 100 - total flux cleaned = -0.000677714 Jy ! Component: 150 - total flux cleaned = -0.000678229 Jy ! Component: 200 - total flux cleaned = -0.000678569 Jy ! Total flux subtracted in 200 components = -0.000678569 Jy ! Clean residual min=-0.002977 max=0.002898 Jy/beam ! Clean residual mean=-0.000001 rms=0.000803 Jy/beam ! Combined flux in latest and established models = 0.238375 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 80 components and 0.238375 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053009Jy sigma=0.239897 ! Fit after self-cal, rms=0.053009Jy sigma=0.239891 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 = -6.42246e-05 Jy ! Component: 100 - total flux cleaned = -9.92825e-05 Jy ! Component: 150 - total flux cleaned = -8.30551e-05 Jy ! Component: 200 - total flux cleaned = -6.74819e-05 Jy ! Total flux subtracted in 200 components = -6.74819e-05 Jy ! Clean residual min=-0.002943 max=0.002955 Jy/beam ! Clean residual mean=-0.000001 rms=0.000800 Jy/beam ! Combined flux in latest and established models = 0.238307 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 88 components and 0.238307 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052997Jy sigma=0.239852 ! Fit after self-cal, rms=0.052997Jy sigma=0.239850 ! 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.052997Jy sigma=0.239850 ! Fit after self-cal, rms=0.052633Jy sigma=0.238225 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.844 mas, bmaj=12.74 mas, bpa=-17.61 degrees ! Estimated noise=3.5198 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000360045 Jy ! Component: 100 - total flux cleaned = -0.000468613 Jy ! Component: 150 - total flux cleaned = -0.000537448 Jy ! Component: 200 - total flux cleaned = -0.000562627 Jy ! Total flux subtracted in 200 components = -0.000562627 Jy ! Clean residual min=-0.002786 max=0.002797 Jy/beam ! Clean residual mean=0.000002 rms=0.000743 Jy/beam ! Combined flux in latest and established models = 0.237745 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 94 components and 0.237745 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052623Jy sigma=0.238196 ! Fit after self-cal, rms=0.052623Jy sigma=0.238190 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 = 2.17119e-05 Jy ! Component: 100 - total flux cleaned = -1.7157e-06 Jy ! Component: 150 - total flux cleaned = -1.25491e-05 Jy ! Component: 200 - total flux cleaned = -1.24261e-05 Jy ! Total flux subtracted in 200 components = -1.24261e-05 Jy ! Clean residual min=-0.002773 max=0.002834 Jy/beam ! Clean residual mean=0.000002 rms=0.000743 Jy/beam ! Combined flux in latest and established models = 0.237732 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 97 components and 0.237732 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052617Jy sigma=0.238174 ! Fit after self-cal, rms=0.052618Jy sigma=0.238173 ! 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.052618Jy sigma=0.238173 ! Fit after self-cal, rms=0.052588Jy sigma=0.238160 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.545 mas, bmaj=15.7 mas, bpa=7.954 degrees ! Estimated noise=3.84154 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000256124 Jy ! Component: 100 - total flux cleaned = -0.000308528 Jy ! Component: 150 - total flux cleaned = -0.000342533 Jy ! Component: 200 - total flux cleaned = -0.000348342 Jy ! Total flux subtracted in 200 components = -0.000348342 Jy ! Clean residual min=-0.002951 max=0.003010 Jy/beam ! Clean residual mean=0.000002 rms=0.000859 Jy/beam ! Combined flux in latest and established models = 0.237384 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 109 components and 0.237384 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052587Jy sigma=0.238159 ! Fit after self-cal, rms=0.052586Jy sigma=0.238156 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.28335e-05 Jy ! Component: 100 - total flux cleaned = -3.93313e-05 Jy ! Component: 150 - total flux cleaned = -4.44728e-05 Jy ! Component: 200 - total flux cleaned = -3.92538e-05 Jy ! Total flux subtracted in 200 components = -3.92538e-05 Jy ! Clean residual min=-0.002969 max=0.002989 Jy/beam ! Clean residual mean=0.000002 rms=0.000857 Jy/beam ! Combined flux in latest and established models = 0.237345 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 113 components and 0.237345 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052586Jy sigma=0.238159 ! Fit after self-cal, rms=0.052585Jy sigma=0.238158 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "=== Finished amplitude self-cal for VLBA stations ===" ! === Finished amplitude self-cal for VLBA stations === unflag * ! Unflagging all baselines in the currently selected channels. uncalib false, false, true ! uncal: All telescope correction flags have been un-done. integer lun lun = outfile ( "/tmp/ff.ff" ) do i=1,nsub do j=1,ntel(i) fprintf lun, "%s\n", telname(j,i) end do end do close ( lun ) system "/home/lpetrov/bin/dimap_selfant_process.csh /tmp/ff.ff" ![@/tmp/ff.ff] selfant 1:BR,true ! 1:BR self-cal status=fixed weight=1 selfant 1:MK,true ! 1:MK self-cal status=fixed weight=1 selfant 1:OV,true ! 1:OV self-cal status=fixed weight=1 selfant 2:BR,true ! 2:BR self-cal status=fixed weight=1 selfant 2:FD,true ! 2:FD 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 2:NL,true ! 2:NL 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 selfant 3:BR,true ! 3:BR self-cal status=fixed weight=1 selfant 3:KP,true ! 3:KP 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.051852Jy sigma=0.232628 ! Fit after self-cal, rms=0.051852Jy sigma=0.232628 selfant "",false ! 1:BR self-cal status=correctable weight=1 ! 1:MK self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 2:BR self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:MK self-cal status=correctable weight=1 ! 2:NL self-cal status=correctable weight=1 ! 2:OV self-cal status=correctable weight=1 ! 2:PT self-cal status=correctable weight=1 ! 3:BR self-cal status=correctable weight=1 ! 3:KP 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 57 telescope corrections were flagged in sub-array 1. ! A total of 1 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 57 telescope corrections were flagged in sub-array 1. ! A total of 1 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 57 telescope corrections were flagged in sub-array 1. ! A total of 1 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 57 telescope corrections were flagged in sub-array 1. ! A total of 1 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.051852Jy sigma=0.232628 ! Fit after self-cal, rms=0.052571Jy sigma=0.238153 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=3.032 mas, bmaj=12.16 mas, bpa=-19.64 degrees ! Estimated noise=5.63144 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.00155235 Jy ! Component: 100 - total flux cleaned = -0.00183304 Jy ! Component: 150 - total flux cleaned = -0.00187799 Jy ! Component: 200 - total flux cleaned = -0.0017823 Jy ! Total flux subtracted in 200 components = -0.0017823 Jy ! Clean residual min=-0.004178 max=0.003784 Jy/beam ! Clean residual mean=-0.000004 rms=0.001031 Jy/beam ! Combined flux in latest and established models = 0.235562 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 123 components and 0.235562 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052589Jy sigma=0.238254 ! Fit after self-cal, rms=0.052583Jy sigma=0.238219 ! 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.844 mas, bmaj=12.76 mas, bpa=-17.61 degrees ! Estimated noise=3.51633 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 (60.4, 21.2). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.31139e-05 Jy ! Component: 100 - total flux cleaned = -0.00133319 Jy ! Component: 150 - total flux cleaned = -0.00200309 Jy ! Component: 200 - total flux cleaned = -0.00245754 Jy ! Component: 250 - total flux cleaned = -0.00256075 Jy ! Component: 300 - total flux cleaned = -0.00265116 Jy ! Component: 350 - total flux cleaned = -0.00256854 Jy ! Component: 400 - total flux cleaned = -0.00249463 Jy ! Total flux subtracted in 400 components = -0.00249463 Jy ! Clean residual min=-0.002150 max=0.002383 Jy/beam ! Clean residual mean=0.000002 rms=0.000599 Jy/beam ! Combined flux in latest and established models = 0.233068 Jy ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 173 components and 0.233068 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052263Jy sigma=0.236919 ! Fit after self-cal, rms=0.052256Jy sigma=0.236878 ! Inverting map ! Added new window around map position (-30, 83.2). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00147186 Jy ! Component: 100 - total flux cleaned = 0.0018379 Jy ! Component: 150 - total flux cleaned = 0.00193014 Jy ! Component: 200 - total flux cleaned = 0.00221951 Jy ! Component: 250 - total flux cleaned = 0.00256725 Jy ! Component: 300 - total flux cleaned = 0.00285861 Jy ! Component: 350 - total flux cleaned = 0.0030652 Jy ! Component: 400 - total flux cleaned = 0.00326227 Jy ! Total flux subtracted in 400 components = 0.00326227 Jy ! Clean residual min=-0.001673 max=0.002009 Jy/beam ! Clean residual mean=0.000005 rms=0.000480 Jy/beam ! Combined flux in latest and established models = 0.23633 Jy ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 217 components and 0.23633 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052088Jy sigma=0.236059 ! Fit after self-cal, rms=0.052082Jy sigma=0.236026 ! Inverting map ! Added new window around map position (-67.6, -20.8). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000354027 Jy ! Component: 100 - total flux cleaned = 0.000252164 Jy ! Component: 150 - total flux cleaned = 0.000455878 Jy ! Component: 200 - total flux cleaned = 0.000678728 Jy ! Component: 250 - total flux cleaned = 0.00109601 Jy ! Component: 300 - total flux cleaned = 0.00136043 Jy ! Component: 350 - total flux cleaned = 0.00164631 Jy ! Component: 400 - total flux cleaned = 0.00186057 Jy ! Total flux subtracted in 400 components = 0.00186057 Jy ! Clean residual min=-0.001277 max=0.001696 Jy/beam ! Clean residual mean=0.000004 rms=0.000379 Jy/beam ! Combined flux in latest and established models = 0.23819 Jy ! Performing phase self-cal ! Adding 72 model components to the UV plane model. ! The established model now contains 282 components and 0.23819 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051947Jy sigma=0.235425 ! Fit after self-cal, rms=0.051944Jy sigma=0.235394 ! Inverting map ! Added new window around map position (94.4, -82.4). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000998026 Jy ! Component: 100 - total flux cleaned = 0.00100265 Jy ! Component: 150 - total flux cleaned = 0.00115458 Jy ! Component: 200 - total flux cleaned = 0.00146752 Jy ! Component: 250 - total flux cleaned = 0.00176536 Jy ! Component: 300 - total flux cleaned = 0.00201762 Jy ! Component: 350 - total flux cleaned = 0.00222991 Jy ! Component: 400 - total flux cleaned = 0.00237652 Jy ! Total flux subtracted in 400 components = 0.00237652 Jy ! Clean residual min=-0.001153 max=0.001396 Jy/beam ! Clean residual mean=0.000003 rms=0.000323 Jy/beam ! Combined flux in latest and established models = 0.240567 Jy ! Performing phase self-cal ! Adding 73 model components to the UV plane model. ! The established model now contains 344 components and 0.240567 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051831Jy sigma=0.234939 ! Fit after self-cal, rms=0.051827Jy sigma=0.234915 ! Inverting map ! Added new window around map position (27.2, -102.4). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00105712 Jy ! Component: 100 - total flux cleaned = 0.00170855 Jy ! Component: 150 - total flux cleaned = 0.00223326 Jy ! Component: 200 - total flux cleaned = 0.00269236 Jy ! Component: 250 - total flux cleaned = 0.0030982 Jy ! Component: 300 - total flux cleaned = 0.00351454 Jy ! Component: 350 - total flux cleaned = 0.00372842 Jy ! Component: 400 - total flux cleaned = 0.00396276 Jy ! Total flux subtracted in 400 components = 0.00396276 Jy ! Clean residual min=-0.001034 max=0.001137 Jy/beam ! Clean residual mean=0.000004 rms=0.000277 Jy/beam ! Combined flux in latest and established models = 0.24453 Jy ! Performing phase self-cal ! Adding 70 model components to the UV plane model. ! The established model now contains 398 components and 0.24453 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051740Jy sigma=0.234573 ! Fit after self-cal, rms=0.051739Jy sigma=0.234565 ! Inverting map ! Added new window around map position (-92.4, -84.4). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000313594 Jy ! Component: 100 - total flux cleaned = 0.000545639 Jy ! Component: 150 - total flux cleaned = 0.000810352 Jy ! Component: 200 - total flux cleaned = 0.00116996 Jy ! Component: 250 - total flux cleaned = 0.00147947 Jy ! Component: 300 - total flux cleaned = 0.00174701 Jy ! Component: 350 - total flux cleaned = 0.00203023 Jy ! Component: 400 - total flux cleaned = 0.00222922 Jy ! Total flux subtracted in 400 components = 0.00222922 Jy ! Clean residual min=-0.000833 max=0.000978 Jy/beam ! Clean residual mean=0.000002 rms=0.000246 Jy/beam ! Combined flux in latest and established models = 0.246759 Jy ! Performing phase self-cal ! Adding 76 model components to the UV plane model. ! The established model now contains 465 components and 0.246759 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051653Jy sigma=0.234270 ! Fit after self-cal, rms=0.051653Jy sigma=0.234263 ! Inverting map ! Added new window around map position (-28, -100.4). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00040059 Jy ! Component: 100 - total flux cleaned = 0.0005714 Jy ! Component: 150 - total flux cleaned = 0.000677893 Jy ! Component: 200 - total flux cleaned = 0.000807756 Jy ! Component: 250 - total flux cleaned = 0.000884085 Jy ! Component: 300 - total flux cleaned = 0.000982036 Jy ! Component: 350 - total flux cleaned = 0.00107768 Jy ! Component: 400 - total flux cleaned = 0.00110111 Jy ! Total flux subtracted in 400 components = 0.00110111 Jy ! Clean residual min=-0.000845 max=0.000900 Jy/beam ! Clean residual mean=0.000002 rms=0.000233 Jy/beam ! Combined flux in latest and established models = 0.24786 Jy ! Performing phase self-cal ! Adding 73 model components to the UV plane model. ! The established model now contains 519 components and 0.24786 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051595Jy sigma=0.234066 ! Fit after self-cal, rms=0.051595Jy sigma=0.234062 ! Inverting map ! Added new window around map position (97.2, 83.2). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000154357 Jy ! Component: 100 - total flux cleaned = 0.000114886 Jy ! Component: 150 - total flux cleaned = 0.000170181 Jy ! Component: 200 - total flux cleaned = 0.000197225 Jy ! Component: 250 - total flux cleaned = 0.000197196 Jy ! Component: 300 - total flux cleaned = 0.000221247 Jy ! Component: 350 - total flux cleaned = 0.000245373 Jy ! Component: 400 - total flux cleaned = 0.000292163 Jy ! Total flux subtracted in 400 components = 0.000292163 Jy ! Clean residual min=-0.000856 max=0.000812 Jy/beam ! Clean residual mean=0.000001 rms=0.000211 Jy/beam ! Combined flux in latest and established models = 0.248152 Jy ! Performing phase self-cal ! Adding 72 model components to the UV plane model. ! The established model now contains 582 components and 0.248152 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051532Jy sigma=0.233829 ! Fit after self-cal, rms=0.051530Jy sigma=0.233822 ! Inverting map ! Added new window around map position (-100.8, 58.4). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.90375e-05 Jy ! Component: 100 - total flux cleaned = 4.26372e-05 Jy ! Component: 150 - total flux cleaned = 0.000281118 Jy ! Component: 200 - total flux cleaned = 0.0005116 Jy ! Component: 250 - total flux cleaned = 0.000734358 Jy ! Component: 300 - total flux cleaned = 0.000950366 Jy ! Component: 350 - total flux cleaned = 0.00116127 Jy ! Component: 400 - total flux cleaned = 0.00134464 Jy ! Total flux subtracted in 400 components = 0.00134464 Jy ! Clean residual min=-0.000738 max=0.000676 Jy/beam ! Clean residual mean=0.000001 rms=0.000192 Jy/beam ! Combined flux in latest and established models = 0.249497 Jy ! Performing phase self-cal ! Adding 65 model components to the UV plane model. ! The established model now contains 628 components and 0.249497 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051476Jy sigma=0.233620 ! Fit after self-cal, rms=0.051474Jy sigma=0.233613 ! 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.000125084 Jy ! Component: 100 - total flux cleaned = 0.000263998 Jy ! Component: 150 - total flux cleaned = 0.00028635 Jy ! Component: 200 - total flux cleaned = 0.000372751 Jy ! Component: 250 - total flux cleaned = 0.000414821 Jy ! Component: 300 - total flux cleaned = 0.000498579 Jy ! Component: 350 - total flux cleaned = 0.000560179 Jy ! Component: 400 - total flux cleaned = 0.000681195 Jy ! Total flux subtracted in 400 components = 0.000681195 Jy ! Clean residual min=-0.000675 max=0.000653 Jy/beam ! Clean residual mean=0.000001 rms=0.000183 Jy/beam ! Combined flux in latest and established models = 0.250178 Jy ! Performing phase self-cal ! Adding 78 model components to the UV plane model. ! The established model now contains 659 components and 0.250178 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051438Jy sigma=0.233484 ! Fit after self-cal, rms=0.051438Jy sigma=0.233481 ! 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 57 telescope corrections were flagged in sub-array 1. ! A total of 1 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 57 telescope corrections were flagged in sub-array 1. ! A total of 1 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 57 telescope corrections were flagged in sub-array 1. ! A total of 1 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 57 telescope corrections were flagged in sub-array 1. ! A total of 1 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.050921Jy sigma=0.228661 ! Fit after self-cal, rms=0.051364Jy sigma=0.233439 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.842 mas, bmaj=12.76 mas, bpa=-17.62 degrees ! Estimated noise=3.51159 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000160698 Jy ! Component: 100 - total flux cleaned = 0.000470578 Jy ! Component: 150 - total flux cleaned = 0.000747645 Jy ! Component: 200 - total flux cleaned = 0.000933673 Jy ! Component: 250 - total flux cleaned = 0.00115515 Jy ! Component: 300 - total flux cleaned = 0.00133253 Jy ! Component: 350 - total flux cleaned = 0.0015061 Jy ! Component: 400 - total flux cleaned = 0.00165804 Jy ! Total flux subtracted in 400 components = 0.00165804 Jy ! Clean residual min=-0.000661 max=0.000618 Jy/beam ! Clean residual mean=0.000002 rms=0.000172 Jy/beam ! Combined flux in latest and established models = 0.251836 Jy selfcal ! Performing phase self-cal ! Adding 72 model components to the UV plane model. ! The established model now contains 697 components and 0.251836 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051331Jy sigma=0.233320 ! Fit after self-cal, rms=0.051332Jy sigma=0.233317 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.000266748 Jy ! Component: 100 - total flux cleaned = 0.000383086 Jy ! Component: 150 - total flux cleaned = 0.000515372 Jy ! Component: 200 - total flux cleaned = 0.0006264 Jy ! Component: 250 - total flux cleaned = 0.000699757 Jy ! Component: 300 - total flux cleaned = 0.000880265 Jy ! Component: 350 - total flux cleaned = 0.00104082 Jy ! Component: 400 - total flux cleaned = 0.00116428 Jy ! Total flux subtracted in 400 components = 0.00116428 Jy ! Clean residual min=-0.000642 max=0.000600 Jy/beam ! Clean residual mean=0.000001 rms=0.000166 Jy/beam ! Combined flux in latest and established models = 0.253 Jy ! Performing phase self-cal ! Adding 94 model components to the UV plane model. ! The established model now contains 722 components and 0.253001 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051305Jy sigma=0.233223 ! Fit after self-cal, rms=0.051305Jy sigma=0.233222 ! 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.051305Jy sigma=0.233222 ! Fit after self-cal, rms=0.051268Jy sigma=0.233154 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.842 mas, bmaj=12.76 mas, bpa=-17.62 degrees ! Estimated noise=3.51066 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000450805 Jy ! Component: 100 - total flux cleaned = 0.00081823 Jy ! Component: 150 - total flux cleaned = 0.00116548 Jy ! Component: 200 - total flux cleaned = 0.00145856 Jy ! Component: 250 - total flux cleaned = 0.00166643 Jy ! Component: 300 - total flux cleaned = 0.00194258 Jy ! Component: 350 - total flux cleaned = 0.00212294 Jy ! Component: 400 - total flux cleaned = 0.00228293 Jy ! Total flux subtracted in 400 components = 0.00228293 Jy ! Clean residual min=-0.000687 max=0.000602 Jy/beam ! Clean residual mean=0.000002 rms=0.000161 Jy/beam ! Combined flux in latest and established models = 0.255283 Jy selfcal ! Performing phase self-cal ! Adding 96 model components to the UV plane model. ! The established model now contains 786 components and 0.255284 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051238Jy sigma=0.233048 ! Fit after self-cal, rms=0.051237Jy sigma=0.233046 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.000285019 Jy ! Component: 100 - total flux cleaned = 0.000481102 Jy ! Component: 150 - total flux cleaned = 0.00065536 Jy ! Component: 200 - total flux cleaned = 0.000707074 Jy ! Component: 250 - total flux cleaned = 0.000859673 Jy ! Component: 300 - total flux cleaned = 0.000976516 Jy ! Component: 350 - total flux cleaned = 0.00112447 Jy ! Component: 400 - total flux cleaned = 0.00120569 Jy ! Total flux subtracted in 400 components = 0.00120569 Jy ! Clean residual min=-0.000705 max=0.000567 Jy/beam ! Clean residual mean=0.000001 rms=0.000155 Jy/beam ! Combined flux in latest and established models = 0.256489 Jy ! Performing phase self-cal ! Adding 94 model components to the UV plane model. ! The established model now contains 820 components and 0.256489 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051215Jy sigma=0.232966 ! Fit after self-cal, rms=0.051215Jy sigma=0.232965 ! 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.051215Jy sigma=0.232965 ! Fit after self-cal, rms=0.050482Jy sigma=0.226025 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.546 mas, bmaj=15.7 mas, bpa=7.963 degrees ! Estimated noise=3.8386 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000350908 Jy ! Component: 100 - total flux cleaned = 0.000529767 Jy ! Component: 150 - total flux cleaned = 0.000728145 Jy ! Component: 200 - total flux cleaned = 0.000915058 Jy ! Component: 250 - total flux cleaned = 0.00113868 Jy ! Component: 300 - total flux cleaned = 0.00139669 Jy ! Component: 350 - total flux cleaned = 0.00157208 Jy ! Component: 400 - total flux cleaned = 0.00172809 Jy ! Total flux subtracted in 400 components = 0.00172809 Jy ! Clean residual min=-0.000792 max=0.000533 Jy/beam ! Clean residual mean=0.000001 rms=0.000148 Jy/beam ! Combined flux in latest and established models = 0.258217 Jy selfcal ! Performing phase self-cal ! Adding 86 model components to the UV plane model. ! The established model now contains 898 components and 0.258217 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050469Jy sigma=0.225951 ! Fit after self-cal, rms=0.050475Jy sigma=0.225934 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.000284106 Jy ! Component: 100 - total flux cleaned = 0.00051209 Jy ! Component: 150 - total flux cleaned = 0.000703801 Jy ! Component: 200 - total flux cleaned = 0.000902598 Jy ! Component: 250 - total flux cleaned = 0.00110867 Jy ! Component: 300 - total flux cleaned = 0.00125899 Jy ! Component: 350 - total flux cleaned = 0.00144296 Jy ! Component: 400 - total flux cleaned = 0.00158722 Jy ! Total flux subtracted in 400 components = 0.00158722 Jy ! Clean residual min=-0.000713 max=0.000525 Jy/beam ! Clean residual mean=0.000001 rms=0.000137 Jy/beam ! Combined flux in latest and established models = 0.259805 Jy ! Performing phase self-cal ! Adding 91 model components to the UV plane model. ! The established model now contains 967 components and 0.259805 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050464Jy sigma=0.225890 ! Fit after self-cal, rms=0.050465Jy sigma=0.225888 ! 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.845 mas, bmaj=12.76 mas, bpa=-17.6 degrees ! Estimated noise=3.51669 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.845 x 12.76 at -17.6 degrees (North through East) ! Clean map min=-0.0020684 max=0.21522 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "=== CLearing model and starting over ===" ! === CLearing model and starting over === clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.032 mas, bmaj=12.15 mas, bpa=-19.63 degrees ! Estimated noise=5.62851 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.161926 Jy ! Component: 100 - total flux cleaned = 0.20206 Jy ! Component: 150 - total flux cleaned = 0.21906 Jy ! Component: 200 - total flux cleaned = 0.225634 Jy ! Component: 250 - total flux cleaned = 0.226088 Jy ! Component: 300 - total flux cleaned = 0.22608 Jy ! Component: 350 - total flux cleaned = 0.226855 Jy ! Component: 400 - total flux cleaned = 0.226977 Jy ! Total flux subtracted in 400 components = 0.226977 Jy ! Clean residual min=-0.003937 max=0.003164 Jy/beam ! Clean residual mean=-0.000008 rms=0.000899 Jy/beam ! Combined flux in latest and established models = 0.226977 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 76 model components to the UV plane model. ! The established model now contains 76 components and 0.226977 Jy ! Inverting map and beam ! Estimated beam: bmin=3.845 mas, bmaj=12.76 mas, bpa=-17.6 degrees ! Estimated noise=3.51669 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.00350083 Jy ! Component: 100 - total flux cleaned = 0.00487773 Jy ! Component: 150 - total flux cleaned = 0.00557913 Jy ! Component: 200 - total flux cleaned = 0.00565615 Jy ! Component: 250 - total flux cleaned = 0.00565086 Jy ! Component: 300 - total flux cleaned = 0.00591971 Jy ! Component: 350 - total flux cleaned = 0.00605089 Jy ! Component: 400 - total flux cleaned = 0.00630324 Jy ! Total flux subtracted in 400 components = 0.00630324 Jy ! Clean residual min=-0.001727 max=0.001641 Jy/beam ! Clean residual mean=-0.000001 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.233281 Jy ! Adding 88 model components to the UV plane model. ! The established model now contains 162 components and 0.233281 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.546 mas, bmaj=15.7 mas, bpa=7.963 degrees ! Estimated noise=3.8386 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00150101 Jy ! Component: 100 - total flux cleaned = 0.0021991 Jy ! Component: 150 - total flux cleaned = 0.00276733 Jy ! Component: 200 - total flux cleaned = 0.00332578 Jy ! Component: 250 - total flux cleaned = 0.00380183 Jy ! Component: 300 - total flux cleaned = 0.00425119 Jy ! Component: 350 - total flux cleaned = 0.00471618 Jy ! Component: 400 - total flux cleaned = 0.00495719 Jy ! Total flux subtracted in 400 components = 0.00495719 Jy ! Clean residual min=-0.001062 max=0.001072 Jy/beam ! Clean residual mean=0.000003 rms=0.000336 Jy/beam ! Combined flux in latest and established models = 0.238238 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) ! Added new window around map position (-88, -17.2). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000225929 Jy ! Component: 100 - total flux cleaned = 0.000439864 Jy ! Component: 150 - total flux cleaned = 0.000506697 Jy ! Component: 200 - total flux cleaned = 0.000571619 Jy ! Component: 250 - total flux cleaned = 0.000602466 Jy ! Component: 300 - total flux cleaned = 0.000783941 Jy ! Component: 350 - total flux cleaned = 0.000930641 Jy ! Component: 400 - total flux cleaned = 0.0011895 Jy ! Total flux subtracted in 400 components = 0.0011895 Jy ! Clean residual min=-0.000975 max=0.000869 Jy/beam ! Clean residual mean=0.000003 rms=0.000267 Jy/beam ! Combined flux in latest and established models = 0.239427 Jy ! Adding 174 model components to the UV plane model. ! The established model now contains 334 components and 0.239427 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.845 mas, bmaj=12.76 mas, bpa=-17.6 degrees ! Estimated noise=3.51669 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000282292 Jy ! Component: 100 - total flux cleaned = 0.000690241 Jy ! Component: 150 - total flux cleaned = 0.000974358 Jy ! Component: 200 - total flux cleaned = 0.00111022 Jy ! Component: 250 - total flux cleaned = 0.00128385 Jy ! Component: 300 - total flux cleaned = 0.00136731 Jy ! Component: 350 - total flux cleaned = 0.00156861 Jy ! Component: 400 - total flux cleaned = 0.00188073 Jy ! Total flux subtracted in 400 components = 0.00188073 Jy ! Clean residual min=-0.001108 max=0.001020 Jy/beam ! Clean residual mean=0.000001 rms=0.000299 Jy/beam ! Combined flux in latest and established models = 0.241308 Jy selfcal ! Performing phase self-cal ! Adding 68 model components to the UV plane model. ! The established model now contains 394 components and 0.241308 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050944Jy sigma=0.227500 ! Fit after self-cal, rms=0.050906Jy sigma=0.227418 wmodel /scr/pima/rdv93_uvs/J0850-1213_S_map.mod ! Writing 394 model components to file: /scr/pima/rdv93_uvs/J0850-1213_S_map.mod wobs /scr/pima/rdv93_uvs/J0850-1213_S_uvs.fits ! Applying 1062 buffered edits. ! Writing UV FITS file: /scr/pima/rdv93_uvs/J0850-1213_S_uvs.fits wwins /scr/pima/rdv93_uvs/J0850-1213_S_map.win ! wwins: Wrote 11 windows to /scr/pima/rdv93_uvs/J0850-1213_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.000315638 Jy ! Component: 100 - total flux cleaned = -0.000603687 Jy ! Component: 150 - total flux cleaned = -0.00089369 Jy ! Component: 200 - total flux cleaned = -0.00112201 Jy ! Component: 250 - total flux cleaned = -0.00130945 Jy ! Component: 300 - total flux cleaned = -0.0014741 Jy ! Component: 350 - total flux cleaned = -0.00153197 Jy ! Component: 400 - total flux cleaned = -0.00157496 Jy ! Component: 450 - total flux cleaned = -0.00158908 Jy ! Component: 500 - total flux cleaned = -0.00164416 Jy ! Component: 550 - total flux cleaned = -0.00165763 Jy ! Component: 600 - total flux cleaned = -0.00169755 Jy ! Component: 650 - total flux cleaned = -0.00173705 Jy ! Component: 700 - total flux cleaned = -0.0017759 Jy ! Component: 750 - total flux cleaned = -0.00181443 Jy ! Component: 800 - total flux cleaned = -0.00185264 Jy ! Component: 850 - total flux cleaned = -0.00191562 Jy ! Component: 900 - total flux cleaned = -0.00200267 Jy ! Component: 950 - total flux cleaned = -0.00205184 Jy ! Component: 1000 - total flux cleaned = -0.00210048 Jy ! Component: 1050 - total flux cleaned = -0.00212462 Jy ! Component: 1100 - total flux cleaned = -0.00220854 Jy ! Component: 1150 - total flux cleaned = -0.00226781 Jy ! Component: 1200 - total flux cleaned = -0.00231488 Jy ! Component: 1250 - total flux cleaned = -0.00234997 Jy ! Component: 1300 - total flux cleaned = -0.00240796 Jy ! Component: 1350 - total flux cleaned = -0.00244243 Jy ! Component: 1400 - total flux cleaned = -0.00248825 Jy ! Component: 1450 - total flux cleaned = -0.00253383 Jy ! Component: 1500 - total flux cleaned = -0.00261279 Jy ! Component: 1550 - total flux cleaned = -0.00265746 Jy ! Component: 1600 - total flux cleaned = -0.0027019 Jy ! Component: 1650 - total flux cleaned = -0.00276816 Jy ! Component: 1700 - total flux cleaned = -0.00281202 Jy ! Component: 1750 - total flux cleaned = -0.00285555 Jy ! Component: 1800 - total flux cleaned = -0.00288808 Jy ! Component: 1850 - total flux cleaned = -0.00292035 Jy ! Component: 1900 - total flux cleaned = -0.00298455 Jy ! Component: 1950 - total flux cleaned = -0.00300579 Jy ! Component: 2000 - total flux cleaned = -0.00304815 Jy ! Component: 2050 - total flux cleaned = -0.00307976 Jy ! Component: 2100 - total flux cleaned = -0.00311113 Jy ! Component: 2150 - total flux cleaned = -0.00313195 Jy ! Component: 2200 - total flux cleaned = -0.00314234 Jy ! Component: 2250 - total flux cleaned = -0.00316301 Jy ! Component: 2300 - total flux cleaned = -0.00318358 Jy ! Component: 2350 - total flux cleaned = -0.00322448 Jy ! Component: 2400 - total flux cleaned = -0.00324486 Jy ! Component: 2450 - total flux cleaned = -0.00328529 Jy ! Component: 2500 - total flux cleaned = -0.00330541 Jy ! Component: 2550 - total flux cleaned = -0.00332542 Jy ! Component: 2600 - total flux cleaned = -0.00334535 Jy ! Component: 2650 - total flux cleaned = -0.00338502 Jy ! Component: 2700 - total flux cleaned = -0.00339483 Jy ! Component: 2750 - total flux cleaned = -0.00338494 Jy ! Component: 2800 - total flux cleaned = -0.00337522 Jy ! Component: 2850 - total flux cleaned = -0.00341426 Jy ! Component: 2900 - total flux cleaned = -0.00342405 Jy ! Component: 2950 - total flux cleaned = -0.00345307 Jy ! Component: 3000 - total flux cleaned = -0.0034724 Jy ! Component: 3050 - total flux cleaned = -0.00351078 Jy ! Component: 3100 - total flux cleaned = -0.00356812 Jy ! Component: 3150 - total flux cleaned = -0.0035967 Jy ! Component: 3200 - total flux cleaned = -0.00361563 Jy ! Component: 3250 - total flux cleaned = -0.00364397 Jy ! Component: 3300 - total flux cleaned = -0.00365347 Jy ! Component: 3350 - total flux cleaned = -0.00370978 Jy ! Component: 3400 - total flux cleaned = -0.00375648 Jy ! Component: 3450 - total flux cleaned = -0.00376574 Jy ! Component: 3500 - total flux cleaned = -0.00379355 Jy ! Component: 3550 - total flux cleaned = -0.00382129 Jy ! Component: 3600 - total flux cleaned = -0.00387665 Jy ! Component: 3650 - total flux cleaned = -0.00391338 Jy ! Component: 3700 - total flux cleaned = -0.00394094 Jy ! Component: 3750 - total flux cleaned = -0.00395011 Jy ! Component: 3800 - total flux cleaned = -0.00400476 Jy ! Component: 3850 - total flux cleaned = -0.0040229 Jy ! Component: 3900 - total flux cleaned = -0.00405005 Jy ! Component: 3950 - total flux cleaned = -0.00405912 Jy ! Component: 4000 - total flux cleaned = -0.00410415 Jy ! Component: 4050 - total flux cleaned = -0.00414005 Jy ! Total flux subtracted in 4096 components = -0.00419379 Jy ! Clean residual min=-0.000522 max=0.000448 Jy/beam ! Clean residual mean=0.000000 rms=0.000174 Jy/beam ! Combined flux in latest and established models = 0.237114 Jy keep ! Adding 240 model components to the UV plane model. ! The established model now contains 627 components and 0.237114 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv93_uvs/J0850-1213_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.845 x 12.76 at -17.6 degrees (North through East) ! Clean map min=-0.0022803 max=0.21374 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv93_uvs/J0850-1213_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.2137 rms= 0.00017 Jy quit ! Quitting program ! Log file /scr/pima/rdv93_uvs/J0850-1213_S_uvs.log closed on Tue Oct 8 15:27:12 2013