! Started logfile: ./J1305+5116_S_uvs.log on Sat Jan 2 09:54:47 2016 obs J1305+5116_S_uva.fits ! Reading UV FITS file: J1305+5116_S_uva.fits ! AN table 1: 116 integrations on 36 of 36 possible baselines. ! AN table 2: 58 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.666667 visibilities/baseline/integration-bin. ! Found source: J1305+5116 ! ! There are 8 IFs, and a total of 8 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.22499e+09 8e+06 1 8e+06 ! 02 2 2.23299e+09 8e+06 1 8e+06 ! 03 3 2.25499e+09 8e+06 1 8e+06 ! 04 4 2.26299e+09 8e+06 1 8e+06 ! 05 5 2.34499e+09 8e+06 1 8e+06 ! 06 6 2.35299e+09 8e+06 1 8e+06 ! 07 7 2.36499e+09 8e+06 1 8e+06 ! 08 8 2.37299e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 28768 visibilities. select rr, 1,2,3,4,6,7,8 ! Selecting polarization: RR, channels: 1..4 6..8 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 ! Reading IF 5 channels: (none) ! Reading IF 6 channels: 6..6 ! Reading IF 7 channels: 7..7 ! Reading IF 8 channels: 8..8 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/01_muppet ./J1305+5116_S] float lim_self lim_self = 120.0 float lim_val lim_va = 1.2 integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff 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 117 telescope corrections were flagged in sub-array 1. ! A total of 58 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 117 telescope corrections were flagged in sub-array 1. ! A total of 58 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 233 telescope corrections were flagged in sub-array 1. ! A total of 116 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 233 telescope corrections were flagged in sub-array 1. ! A total of 116 telescope corrections were flagged in sub-array 2. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! A total of 233 telescope corrections were flagged in sub-array 1. ! A total of 116 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 7. ! A total of 117 telescope corrections were flagged in sub-array 1. ! A total of 58 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 8. ! A total of 117 telescope corrections were flagged in sub-array 1. ! A total of 58 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.004093Jy sigma=8.842295 ! Fit after self-cal, rms=0.955818Jy sigma=8.435745 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. 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.899 mas, bmaj=12.35 mas, bpa=3.226 degrees ! Estimated noise=1.61172 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.0371407 Jy ! Component: 100 - total flux cleaned = 0.0452909 Jy ! Total flux subtracted in 100 components = 0.0452909 Jy ! Clean residual min=-0.004615 max=0.004344 Jy/beam ! Clean residual mean=0.000007 rms=0.001215 Jy/beam ! Combined flux in latest and established models = 0.0452909 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0452909 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.072279Jy sigma=0.600541 ! Fit after self-cal, rms=0.070500Jy sigma=0.585536 ! 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=5.138 mas, bmaj=13.25 mas, bpa=3.99 degrees ! Estimated noise=0.577051 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.00337853 Jy ! Component: 100 - total flux cleaned = 0.00295877 Jy ! Component: 150 - total flux cleaned = 0.00260582 Jy ! Component: 200 - total flux cleaned = 0.00235063 Jy ! Total flux subtracted in 200 components = 0.00235063 Jy ! Clean residual min=-0.002250 max=0.002421 Jy/beam ! Clean residual mean=0.000010 rms=0.000691 Jy/beam ! Combined flux in latest and established models = 0.0476415 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 26 components and 0.0476415 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.070294Jy sigma=0.583247 ! Fit after self-cal, rms=0.070307Jy sigma=0.582852 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.138 x 13.25 at 3.99 degrees (North through East) ! Clean map min=-0.0025174 max=0.050289 Jy/beam if ( peak(flux,max)/imstat(rms) < lim_self ) selflim lim_val ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* KP 1.00* LA 1.00* ! MK 1.00* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.92 FD 0.93 KP 1.03 LA 0.95 ! MK 1.00* OV 1.20 PT 0.85 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.84 FD 1.04 KP 1.13 LA 1.20 ! MK 0.87 NL 0.98 OV 1.15 PT 1.14 ! SC 0.92 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.01 FD 0.90 KP 0.99 LA 0.99 ! MK 1.00* OV 1.17 PT 1.10 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.04 KP 1.10 LA 1.03 ! MK 0.87 NL 0.93 OV 1.00* PT 1.12 ! SC 0.92 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.97 FD 0.94 KP 0.95 LA 0.93 ! MK 1.00* OV 1.00* PT 0.87 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* KP 1.00* LA 1.00* ! MK 1.00* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.08 FD 0.88 KP 0.91 LA 0.99 ! MK 1.00* OV 1.00* PT 0.94 ! ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! BR 0.86 FD 1.09 KP 1.06 LA 1.18 ! MK 0.88 NL 0.94 OV 1.05 PT 1.00* ! SC 0.91 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.00* FD 1.00* KP 1.00* LA 1.00* ! MK 1.00* OV 1.00* PT 1.00* ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* KP 1.00* LA 1.00* ! MK 1.00* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.00* FD 1.00* KP 1.00* LA 1.00* ! MK 1.00* OV 1.00* PT 1.00* ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.14 KP 0.87 LA 0.89 ! MK 1.08 NL 0.90 OV 1.07 PT 1.12 ! SC 0.89 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.00* FD 1.00* KP 1.00* LA 1.00* ! MK 1.00* OV 1.00* PT 1.00* ! ! ! Fit before self-cal, rms=0.070307Jy sigma=0.582852 ! Fit after self-cal, rms=0.070771Jy sigma=0.580918 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.093 mas, bmaj=13.2 mas, bpa=4.142 degrees ! Estimated noise=0.577759 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.000336369 Jy ! Component: 100 - total flux cleaned = -0.000376811 Jy ! Component: 150 - total flux cleaned = -0.000458491 Jy ! Component: 200 - total flux cleaned = -0.000510556 Jy ! Total flux subtracted in 200 components = -0.000510556 Jy ! Clean residual min=-0.001688 max=0.001891 Jy/beam ! Clean residual mean=0.000015 rms=0.000531 Jy/beam ! Combined flux in latest and established models = 0.047131 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 38 components and 0.047131 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.070755Jy sigma=0.580824 ! Fit after self-cal, rms=0.070926Jy sigma=0.580078 ! Inverting map selfcal true, true, soltime1 ! Performing amp+phase self-cal over 120 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.070926Jy sigma=0.580078 ! Fit after self-cal, rms=0.072237Jy sigma=0.579564 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.073 mas, bmaj=13.17 mas, bpa=4.109 degrees ! Estimated noise=0.582515 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000305108 Jy ! Component: 100 - total flux cleaned = -0.000375979 Jy ! Component: 150 - total flux cleaned = -0.000421981 Jy ! Component: 200 - total flux cleaned = -0.000433273 Jy ! Total flux subtracted in 200 components = -0.000433273 Jy ! Clean residual min=-0.001658 max=0.001914 Jy/beam ! Clean residual mean=0.000015 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.0466977 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 48 components and 0.0466977 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.072223Jy sigma=0.579494 ! Fit after self-cal, rms=0.072375Jy sigma=0.579220 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.000537315 Jy ! Component: 100 - total flux cleaned = -0.000558806 Jy ! Component: 150 - total flux cleaned = -0.000577753 Jy ! Component: 200 - total flux cleaned = -0.000586716 Jy ! Total flux subtracted in 200 components = -0.000586716 Jy ! Clean residual min=-0.001706 max=0.001973 Jy/beam ! Clean residual mean=0.000014 rms=0.000525 Jy/beam ! Combined flux in latest and established models = 0.046111 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 51 components and 0.046111 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.072366Jy sigma=0.579206 ! Fit after self-cal, rms=0.072381Jy sigma=0.579008 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.072381Jy sigma=0.579008 ! Fit after self-cal, rms=0.073162Jy sigma=0.578738 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.067 mas, bmaj=13.19 mas, bpa=4.1 degrees ! Estimated noise=0.584709 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000172446 Jy ! Component: 100 - total flux cleaned = -0.000101424 Jy ! Component: 150 - total flux cleaned = -0.000112189 Jy ! Component: 200 - total flux cleaned = -0.000130852 Jy ! Total flux subtracted in 200 components = -0.000130852 Jy ! Clean residual min=-0.001594 max=0.001902 Jy/beam ! Clean residual mean=0.000007 rms=0.000493 Jy/beam ! Combined flux in latest and established models = 0.0459801 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 54 components and 0.0459801 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.073155Jy sigma=0.578704 ! Fit after self-cal, rms=0.073233Jy sigma=0.578577 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.000244861 Jy ! Component: 100 - total flux cleaned = -0.000245876 Jy ! Component: 150 - total flux cleaned = -0.000255183 Jy ! Component: 200 - total flux cleaned = -0.000255314 Jy ! Total flux subtracted in 200 components = -0.000255314 Jy ! Clean residual min=-0.001587 max=0.001877 Jy/beam ! Clean residual mean=0.000009 rms=0.000503 Jy/beam ! Combined flux in latest and established models = 0.0457248 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 62 components and 0.0457248 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.073227Jy sigma=0.578564 ! Fit after self-cal, rms=0.073236Jy sigma=0.578534 ! 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 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.073236Jy sigma=0.578534 ! Fit after self-cal, rms=0.073777Jy sigma=0.578508 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.212 mas, bmaj=14.13 mas, bpa=6.917 degrees ! Estimated noise=0.633547 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000247622 Jy ! Component: 100 - total flux cleaned = -0.000268561 Jy ! Component: 150 - total flux cleaned = -0.000294715 Jy ! Component: 200 - total flux cleaned = -0.00030957 Jy ! Total flux subtracted in 200 components = -0.00030957 Jy ! Clean residual min=-0.001923 max=0.002052 Jy/beam ! Clean residual mean=0.000009 rms=0.000608 Jy/beam ! Combined flux in latest and established models = 0.0454152 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 74 components and 0.0454152 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.073776Jy sigma=0.578507 ! Fit after self-cal, rms=0.073802Jy sigma=0.578482 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.000141028 Jy ! Component: 100 - total flux cleaned = -0.000184399 Jy ! Component: 150 - total flux cleaned = -0.000190993 Jy ! Component: 200 - total flux cleaned = -0.000202664 Jy ! Total flux subtracted in 200 components = -0.000202664 Jy ! Clean residual min=-0.001920 max=0.002084 Jy/beam ! Clean residual mean=0.000010 rms=0.000612 Jy/beam ! Combined flux in latest and established models = 0.0452125 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 81 components and 0.0452125 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.073801Jy sigma=0.578483 ! Fit after self-cal, rms=0.073803Jy sigma=0.578477 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=5.063 mas, bmaj=13.2 mas, bpa=4.09 degrees ! Estimated noise=0.586193 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.063 x 13.2 at 4.09 degrees (North through East) ! Clean map min=-0.0021992 max=0.051361 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.87 mas, bmaj=12.35 mas, bpa=3.221 degrees ! Estimated noise=1.64396 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0402004 Jy ! Component: 100 - total flux cleaned = 0.0467289 Jy ! Component: 150 - total flux cleaned = 0.0464527 Jy ! Component: 200 - total flux cleaned = 0.0464473 Jy ! Total flux subtracted in 200 components = 0.0464473 Jy ! Clean residual min=-0.003617 max=0.003969 Jy/beam ! Clean residual mean=0.000004 rms=0.001041 Jy/beam ! Combined flux in latest and established models = 0.0464473 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.0464473 Jy ! Inverting map and beam ! Estimated beam: bmin=5.063 mas, bmaj=13.2 mas, bpa=4.09 degrees ! Estimated noise=0.586193 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=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.80417e-05 Jy ! Component: 100 - total flux cleaned = -0.00025932 Jy ! Component: 150 - total flux cleaned = -0.000434299 Jy ! Component: 200 - total flux cleaned = -0.000608715 Jy ! Total flux subtracted in 200 components = -0.000608715 Jy ! Clean residual min=-0.001669 max=0.001879 Jy/beam ! Clean residual mean=0.000007 rms=0.000504 Jy/beam ! Combined flux in latest and established models = 0.0458386 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 26 components and 0.0458386 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.212 mas, bmaj=14.13 mas, bpa=6.917 degrees ! Estimated noise=0.633547 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000406236 Jy ! Component: 100 - total flux cleaned = -0.000487528 Jy ! Component: 150 - total flux cleaned = -0.000562685 Jy ! Component: 200 - total flux cleaned = -0.000606431 Jy ! Total flux subtracted in 200 components = -0.000606431 Jy ! Clean residual min=-0.001955 max=0.002129 Jy/beam ! Clean residual mean=0.000010 rms=0.000613 Jy/beam ! Combined flux in latest and established models = 0.0452321 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=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.34716e-05 Jy ! Component: 100 - total flux cleaned = -5.19838e-05 Jy ! Component: 150 - total flux cleaned = -7.76719e-05 Jy ! Component: 200 - total flux cleaned = -9.5229e-05 Jy ! Total flux subtracted in 200 components = -9.5229e-05 Jy ! Clean residual min=-0.001934 max=0.002119 Jy/beam ! Clean residual mean=0.000010 rms=0.000613 Jy/beam ! Combined flux in latest and established models = 0.0451369 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 49 components and 0.0451369 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.063 mas, bmaj=13.2 mas, bpa=4.09 degrees ! Estimated noise=0.586193 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00020553 Jy ! Component: 100 - total flux cleaned = 0.00027266 Jy ! Component: 150 - total flux cleaned = 0.000326952 Jy ! Component: 200 - total flux cleaned = 0.000327953 Jy ! Total flux subtracted in 200 components = 0.000327953 Jy ! Clean residual min=-0.001568 max=0.001834 Jy/beam ! Clean residual mean=0.000007 rms=0.000498 Jy/beam ! Combined flux in latest and established models = 0.0454649 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 66 components and 0.0454649 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.073801Jy sigma=0.578463 ! Fit after self-cal, rms=0.073799Jy sigma=0.578449 wmodel ./J1305+5116_S_map.mod ! Writing 66 model components to file: ./J1305+5116_S_map.mod wobs ./J1305+5116_S_uvs.fits ! Writing UV FITS file: ./J1305+5116_S_uvs.fits wwins ./J1305+5116_S_map.win ! wwins: Wrote 1 windows to ./J1305+5116_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.000796326 Jy ! Component: 100 - total flux cleaned = 0.000855253 Jy ! Component: 150 - total flux cleaned = 0.000964794 Jy ! Component: 200 - total flux cleaned = 0.00104283 Jy ! Component: 250 - total flux cleaned = 0.00109181 Jy ! Component: 300 - total flux cleaned = 0.00116299 Jy ! Component: 350 - total flux cleaned = 0.00116331 Jy ! Component: 400 - total flux cleaned = 0.00122882 Jy ! Component: 450 - total flux cleaned = 0.00127056 Jy ! Component: 500 - total flux cleaned = 0.00133228 Jy ! Component: 550 - total flux cleaned = 0.0013723 Jy ! Component: 600 - total flux cleaned = 0.00141118 Jy ! Component: 650 - total flux cleaned = 0.00137341 Jy ! Component: 700 - total flux cleaned = 0.00140999 Jy ! Component: 750 - total flux cleaned = 0.00131878 Jy ! Component: 800 - total flux cleaned = 0.00128303 Jy ! Component: 850 - total flux cleaned = 0.00128294 Jy ! Component: 900 - total flux cleaned = 0.00124849 Jy ! Component: 950 - total flux cleaned = 0.00128187 Jy ! Component: 1000 - total flux cleaned = 0.00133105 Jy ! Component: 1050 - total flux cleaned = 0.00141097 Jy ! Component: 1100 - total flux cleaned = 0.00141072 Jy ! Component: 1150 - total flux cleaned = 0.0014419 Jy ! Component: 1200 - total flux cleaned = 0.00147277 Jy ! Component: 1250 - total flux cleaned = 0.0015326 Jy ! Component: 1300 - total flux cleaned = 0.0015327 Jy ! Component: 1350 - total flux cleaned = 0.00156165 Jy ! Component: 1400 - total flux cleaned = 0.0015619 Jy ! Component: 1450 - total flux cleaned = 0.00160396 Jy ! Component: 1500 - total flux cleaned = 0.00164553 Jy ! Component: 1550 - total flux cleaned = 0.00168643 Jy ! Component: 1600 - total flux cleaned = 0.00169986 Jy ! Component: 1650 - total flux cleaned = 0.00175279 Jy ! Component: 1700 - total flux cleaned = 0.00176575 Jy ! Component: 1750 - total flux cleaned = 0.00179157 Jy ! Component: 1800 - total flux cleaned = 0.00181686 Jy ! Component: 1850 - total flux cleaned = 0.00181675 Jy ! Component: 1900 - total flux cleaned = 0.00184151 Jy ! Component: 1950 - total flux cleaned = 0.00181716 Jy ! Component: 2000 - total flux cleaned = 0.0018413 Jy ! Component: 2050 - total flux cleaned = 0.00182925 Jy ! Component: 2100 - total flux cleaned = 0.00184116 Jy ! Component: 2150 - total flux cleaned = 0.00184111 Jy ! Component: 2200 - total flux cleaned = 0.00185259 Jy ! Component: 2250 - total flux cleaned = 0.00186401 Jy ! Component: 2300 - total flux cleaned = 0.00184154 Jy ! Component: 2350 - total flux cleaned = 0.00187504 Jy ! Component: 2400 - total flux cleaned = 0.00189703 Jy ! Component: 2450 - total flux cleaned = 0.00186435 Jy ! Component: 2500 - total flux cleaned = 0.00186426 Jy ! Component: 2550 - total flux cleaned = 0.00185384 Jy ! Component: 2600 - total flux cleaned = 0.00186459 Jy ! Component: 2650 - total flux cleaned = 0.00186466 Jy ! Component: 2700 - total flux cleaned = 0.00185436 Jy ! Component: 2750 - total flux cleaned = 0.00186459 Jy ! Component: 2800 - total flux cleaned = 0.00183411 Jy ! Component: 2850 - total flux cleaned = 0.00182402 Jy ! Component: 2900 - total flux cleaned = 0.00180415 Jy ! Component: 2950 - total flux cleaned = 0.00179441 Jy ! Component: 3000 - total flux cleaned = 0.00179453 Jy ! Component: 3050 - total flux cleaned = 0.00181392 Jy ! Component: 3100 - total flux cleaned = 0.00182353 Jy ! Component: 3150 - total flux cleaned = 0.00185218 Jy ! Component: 3200 - total flux cleaned = 0.00183323 Jy ! Component: 3250 - total flux cleaned = 0.00183324 Jy ! Component: 3300 - total flux cleaned = 0.00186121 Jy ! Component: 3350 - total flux cleaned = 0.00187045 Jy ! Component: 3400 - total flux cleaned = 0.00187956 Jy ! Component: 3450 - total flux cleaned = 0.00190687 Jy ! Component: 3500 - total flux cleaned = 0.00192489 Jy ! Component: 3550 - total flux cleaned = 0.00195175 Jy ! Component: 3600 - total flux cleaned = 0.00195174 Jy ! Component: 3650 - total flux cleaned = 0.00196943 Jy ! Component: 3700 - total flux cleaned = 0.0019958 Jy ! Component: 3750 - total flux cleaned = 0.00199587 Jy ! Component: 3800 - total flux cleaned = 0.00203923 Jy ! Component: 3850 - total flux cleaned = 0.00204786 Jy ! Component: 3900 - total flux cleaned = 0.00206498 Jy ! Component: 3950 - total flux cleaned = 0.00208201 Jy ! Component: 4000 - total flux cleaned = 0.00214113 Jy ! Component: 4050 - total flux cleaned = 0.0021495 Jy ! Total flux subtracted in 4096 components = 0.00218289 Jy ! Clean residual min=-0.000490 max=0.000426 Jy/beam ! Clean residual mean=0.000008 rms=0.000171 Jy/beam ! Combined flux in latest and established models = 0.0476478 Jy keep ! Adding 406 model components to the UV plane model. ! The established model now contains 472 components and 0.0476478 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "./J1305+5116_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.063 x 13.2 at 4.09 degrees (North through East) ! Clean map min=-0.002222 max=0.051077 Jy/beam ! Writing clean map to FITS file: ./J1305+5116_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0510773 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000163921 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.962783 0.962783 1.92557 3.85113 7.70226 15.4045 30.8091 61.6181 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.051 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 311.596 quit ! Quitting program ! Log file ./J1305+5116_S_uvs.log closed on Sat Jan 2 09:54:53 2016