! Started logfile: J2302-1453_S_2014_05_31_pus_uvs.log on Mon Nov 28 15:40:53 2016 obs J2302-1453_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J2302-1453_S_2014_05_31_pus_uva.fits ! AN table 1: 123 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.973984 visibilities/baseline/integration-bin. ! Found source: J2302-1453 ! ! 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.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 336 lines of history. ! ! Reading 21564 visibilities. select I ! Polarization I is unavailable. ! 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 ![@muppet J2302-1453_S_2014_05_31_pus] 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 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.993664Jy sigma=0.010613 ! Fit after self-cal, rms=0.953352Jy sigma=0.010206 ! 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=2.497 mas, bmaj=6.703 mas, bpa=-5.179 degrees ! Estimated noise=718.185 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.0362955 Jy ! Component: 100 - total flux cleaned = 0.0449535 Jy ! Total flux subtracted in 100 components = 0.0449535 Jy ! Clean residual min=-0.002909 max=0.003714 Jy/beam ! Clean residual mean=-0.000002 rms=0.000745 Jy/beam ! Combined flux in latest and established models = 0.0449535 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.0449535 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078279Jy sigma=0.000788 ! Fit after self-cal, rms=0.077490Jy sigma=0.000781 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00476131 Jy ! Component: 100 - total flux cleaned = 0.00750633 Jy ! Total flux subtracted in 100 components = 0.00750633 Jy ! Clean residual min=-0.002262 max=0.002656 Jy/beam ! Clean residual mean=-0.000002 rms=0.000614 Jy/beam ! Combined flux in latest and established models = 0.0524599 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 32 components and 0.0524599 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077032Jy sigma=0.000776 ! Fit after self-cal, rms=0.077028Jy sigma=0.000776 ! 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.062 mas, bmaj=7.842 mas, bpa=-3.799 degrees ! Estimated noise=456.232 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.00319217 Jy ! Component: 100 - total flux cleaned = 0.00469169 Jy ! Component: 150 - total flux cleaned = 0.0055386 Jy ! Component: 200 - total flux cleaned = 0.00602585 Jy ! Total flux subtracted in 200 components = 0.00602585 Jy ! Clean residual min=-0.001960 max=0.002977 Jy/beam ! Clean residual mean=-0.000008 rms=0.000565 Jy/beam ! Combined flux in latest and established models = 0.0584857 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 52 components and 0.0584857 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076897Jy sigma=0.000775 ! Fit after self-cal, rms=0.076901Jy sigma=0.000775 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.87 HN 1.12 KP 1.12 ! LA 1.12 MK 1.03 NL 0.99 OV 1.05 ! PT 0.93 SC 0.96 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.02 HN 1.11 KP 1.05 ! LA 1.04 MK 0.96 NL 1.02 OV 1.08 ! PT 0.91 SC 1.07 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.14 HN 1.05 KP 0.92 ! LA 0.86 MK 1.03 NL 0.96 OV 0.97 ! PT 0.96 SC 0.99 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 0.94 HN 1.06 KP 0.89 ! LA 0.86 MK 1.03 NL 1.01 OV 1.05 ! PT 0.97 SC 0.96 ! ! ! Fit before self-cal, rms=0.076901Jy sigma=0.000775 ! Fit after self-cal, rms=0.076761Jy sigma=0.000773 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.085 mas, bmaj=7.85 mas, bpa=-3.535 degrees ! Estimated noise=457.68 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 (-17, 9). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00280559 Jy ! Component: 100 - total flux cleaned = 0.00440606 Jy ! Component: 150 - total flux cleaned = 0.00546959 Jy ! Component: 200 - total flux cleaned = 0.00622905 Jy ! Total flux subtracted in 200 components = 0.00622905 Jy ! Clean residual min=-0.001486 max=0.001545 Jy/beam ! Clean residual mean=-0.000004 rms=0.000381 Jy/beam ! Combined flux in latest and established models = 0.0647148 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 93 components and 0.0647148 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076663Jy sigma=0.000771 ! Fit after self-cal, rms=0.076663Jy sigma=0.000770 ! 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. ! ! Fit before self-cal, rms=0.076663Jy sigma=0.000770 ! Fit after self-cal, rms=0.076617Jy sigma=0.000770 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.096 mas, bmaj=7.851 mas, bpa=-3.5 degrees ! Estimated noise=455.968 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00142084 Jy ! Component: 100 - total flux cleaned = 0.0022343 Jy ! Component: 150 - total flux cleaned = 0.00269628 Jy ! Component: 200 - total flux cleaned = 0.00282174 Jy ! Total flux subtracted in 200 components = 0.00282174 Jy ! Clean residual min=-0.001457 max=0.001326 Jy/beam ! Clean residual mean=-0.000004 rms=0.000352 Jy/beam ! Combined flux in latest and established models = 0.0675365 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 114 components and 0.0675365 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076590Jy sigma=0.000770 ! Fit after self-cal, rms=0.076594Jy sigma=0.000770 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.000725626 Jy ! Component: 100 - total flux cleaned = 0.000979698 Jy ! Component: 150 - total flux cleaned = 0.00108102 Jy ! Component: 200 - total flux cleaned = 0.00115901 Jy ! Total flux subtracted in 200 components = 0.00115901 Jy ! Clean residual min=-0.001352 max=0.001373 Jy/beam ! Clean residual mean=-0.000003 rms=0.000348 Jy/beam ! Combined flux in latest and established models = 0.0686955 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 125 components and 0.0686955 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076585Jy sigma=0.000769 ! Fit after self-cal, rms=0.076584Jy sigma=0.000769 ! 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. ! ! Fit before self-cal, rms=0.076584Jy sigma=0.000769 ! Fit after self-cal, rms=0.076727Jy sigma=0.000769 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.099 mas, bmaj=7.86 mas, bpa=-3.483 degrees ! Estimated noise=456.324 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000576422 Jy ! Component: 100 - total flux cleaned = 0.00068823 Jy ! Component: 150 - total flux cleaned = 0.000746263 Jy ! Component: 200 - total flux cleaned = 0.000801072 Jy ! Total flux subtracted in 200 components = 0.000801072 Jy ! Clean residual min=-0.001300 max=0.001353 Jy/beam ! Clean residual mean=-0.000004 rms=0.000343 Jy/beam ! Combined flux in latest and established models = 0.0694966 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 131 components and 0.0694966 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076720Jy sigma=0.000769 ! Fit after self-cal, rms=0.076722Jy sigma=0.000769 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.000214803 Jy ! Component: 100 - total flux cleaned = 0.000268375 Jy ! Component: 150 - total flux cleaned = 0.000306754 Jy ! Component: 200 - total flux cleaned = 0.000355252 Jy ! Total flux subtracted in 200 components = 0.000355252 Jy ! Clean residual min=-0.001275 max=0.001355 Jy/beam ! Clean residual mean=-0.000003 rms=0.000341 Jy/beam ! Combined flux in latest and established models = 0.0698518 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 133 components and 0.0698518 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076718Jy sigma=0.000769 ! Fit after self-cal, rms=0.076718Jy sigma=0.000769 ! 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. ! ! Fit before self-cal, rms=0.076718Jy sigma=0.000769 ! Fit after self-cal, rms=0.076837Jy sigma=0.000769 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.653 mas, bmaj=15.36 mas, bpa=2.005 degrees ! Estimated noise=566.456 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000483307 Jy ! Component: 100 - total flux cleaned = 0.000682347 Jy ! Component: 150 - total flux cleaned = 0.000832522 Jy ! Component: 200 - total flux cleaned = 0.000888139 Jy ! Total flux subtracted in 200 components = 0.000888139 Jy ! Clean residual min=-0.001624 max=0.001445 Jy/beam ! Clean residual mean=-0.000006 rms=0.000424 Jy/beam ! Combined flux in latest and established models = 0.07074 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 138 components and 0.07074 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076838Jy sigma=0.000769 ! Fit after self-cal, rms=0.076836Jy sigma=0.000769 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 = 5.83226e-05 Jy ! Component: 100 - total flux cleaned = 0.000191959 Jy ! Component: 150 - total flux cleaned = 0.000246815 Jy ! Component: 200 - total flux cleaned = 0.000271916 Jy ! Total flux subtracted in 200 components = 0.000271916 Jy ! Clean residual min=-0.001593 max=0.001439 Jy/beam ! Clean residual mean=-0.000006 rms=0.000420 Jy/beam ! Combined flux in latest and established models = 0.0710119 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 139 components and 0.0710119 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076838Jy sigma=0.000769 ! Fit after self-cal, rms=0.076833Jy sigma=0.000769 ! 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=3.101 mas, bmaj=7.866 mas, bpa=-3.487 degrees ! Estimated noise=456.849 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.101 x 7.866 at -3.487 degrees (North through East) ! Clean map min=-0.0011978 max=0.049759 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.52 mas, bmaj=6.688 mas, bpa=-4.795 degrees ! Estimated noise=718.448 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.036761 Jy ! Component: 100 - total flux cleaned = 0.0458266 Jy ! Component: 150 - total flux cleaned = 0.0506822 Jy ! Component: 200 - total flux cleaned = 0.0541653 Jy ! Total flux subtracted in 200 components = 0.0541653 Jy ! Clean residual min=-0.002329 max=0.002485 Jy/beam ! Clean residual mean=-0.000003 rms=0.000601 Jy/beam ! Combined flux in latest and established models = 0.0541653 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 28 model components to the UV plane model. ! The established model now contains 28 components and 0.0541653 Jy ! Inverting map and beam ! Estimated beam: bmin=3.101 mas, bmaj=7.866 mas, bpa=-3.487 degrees ! Estimated noise=456.849 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 = 0.00412728 Jy ! Component: 100 - total flux cleaned = 0.0068994 Jy ! Component: 150 - total flux cleaned = 0.00899413 Jy ! Component: 200 - total flux cleaned = 0.0106248 Jy ! Total flux subtracted in 200 components = 0.0106248 Jy ! Clean residual min=-0.001490 max=0.001582 Jy/beam ! Clean residual mean=-0.000005 rms=0.000404 Jy/beam ! Combined flux in latest and established models = 0.0647901 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 65 components and 0.0647901 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=7.653 mas, bmaj=15.36 mas, bpa=2.005 degrees ! Estimated noise=566.456 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00227776 Jy ! Component: 100 - total flux cleaned = 0.00372018 Jy ! Component: 150 - total flux cleaned = 0.00468023 Jy ! Component: 200 - total flux cleaned = 0.00533502 Jy ! Total flux subtracted in 200 components = 0.00533502 Jy ! Clean residual min=-0.001573 max=0.001438 Jy/beam ! Clean residual mean=-0.000007 rms=0.000427 Jy/beam ! Combined flux in latest and established models = 0.0701251 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 = 0.000455128 Jy ! Component: 100 - total flux cleaned = 0.00058302 Jy ! Component: 150 - total flux cleaned = 0.000682498 Jy ! Component: 200 - total flux cleaned = 0.000749284 Jy ! Total flux subtracted in 200 components = 0.000749284 Jy ! Clean residual min=-0.001545 max=0.001410 Jy/beam ! Clean residual mean=-0.000006 rms=0.000413 Jy/beam ! Combined flux in latest and established models = 0.0708744 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 91 components and 0.0708744 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.101 mas, bmaj=7.866 mas, bpa=-3.487 degrees ! Estimated noise=456.849 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000457376 Jy ! Component: 100 - total flux cleaned = -0.000487317 Jy ! Component: 150 - total flux cleaned = -0.000445982 Jy ! Component: 200 - total flux cleaned = -0.000390477 Jy ! Total flux subtracted in 200 components = -0.000390477 Jy ! Clean residual min=-0.001319 max=0.001405 Jy/beam ! Clean residual mean=-0.000004 rms=0.000337 Jy/beam ! Combined flux in latest and established models = 0.0704839 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 108 components and 0.0704839 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076842Jy sigma=0.000769 ! Fit after self-cal, rms=0.076835Jy sigma=0.000769 wmodel J2302-1453_S_2014_05_31_pus_map.mod ! Writing 108 model components to file: J2302-1453_S_2014_05_31_pus_map.mod wobs J2302-1453_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J2302-1453_S_2014_05_31_pus_uvs.fits wwins J2302-1453_S_2014_05_31_pus_map.win ! wwins: Wrote 2 windows to J2302-1453_S_2014_05_31_pus_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.000228776 Jy ! Component: 100 - total flux cleaned = 0.000229027 Jy ! Component: 150 - total flux cleaned = 0.000163649 Jy ! Component: 200 - total flux cleaned = 0.000121417 Jy ! Component: 250 - total flux cleaned = -1.60021e-06 Jy ! Component: 300 - total flux cleaned = -0.000100949 Jy ! Component: 350 - total flux cleaned = -0.000178311 Jy ! Component: 400 - total flux cleaned = -0.000215735 Jy ! Component: 450 - total flux cleaned = -0.000160691 Jy ! Component: 500 - total flux cleaned = -0.000161022 Jy ! Component: 550 - total flux cleaned = -0.000143842 Jy ! Component: 600 - total flux cleaned = -0.000161386 Jy ! Component: 650 - total flux cleaned = -0.000212329 Jy ! Component: 700 - total flux cleaned = -0.000245381 Jy ! Component: 750 - total flux cleaned = -0.000278089 Jy ! Component: 800 - total flux cleaned = -0.000293764 Jy ! Component: 850 - total flux cleaned = -0.000309031 Jy ! Component: 900 - total flux cleaned = -0.000277444 Jy ! Component: 950 - total flux cleaned = -0.000292661 Jy ! Component: 1000 - total flux cleaned = -0.000277692 Jy ! Component: 1050 - total flux cleaned = -0.000322437 Jy ! Component: 1100 - total flux cleaned = -0.000307455 Jy ! Component: 1150 - total flux cleaned = -0.000292794 Jy ! Component: 1200 - total flux cleaned = -0.000264231 Jy ! Component: 1250 - total flux cleaned = -0.000278413 Jy ! Component: 1300 - total flux cleaned = -0.000264394 Jy ! Component: 1350 - total flux cleaned = -0.000278313 Jy ! Component: 1400 - total flux cleaned = -0.000237412 Jy ! Component: 1450 - total flux cleaned = -0.000197262 Jy ! Component: 1500 - total flux cleaned = -0.000223764 Jy ! Component: 1550 - total flux cleaned = -0.000223477 Jy ! Component: 1600 - total flux cleaned = -0.000171703 Jy ! Component: 1650 - total flux cleaned = -0.000159007 Jy ! Component: 1700 - total flux cleaned = -0.000171538 Jy ! Component: 1750 - total flux cleaned = -0.000159016 Jy ! Component: 1800 - total flux cleaned = -0.000146515 Jy ! Component: 1850 - total flux cleaned = -0.000109828 Jy ! Component: 1900 - total flux cleaned = -0.000109931 Jy ! Component: 1950 - total flux cleaned = -8.59685e-05 Jy ! Component: 2000 - total flux cleaned = -9.77696e-05 Jy ! Component: 2050 - total flux cleaned = -7.40602e-05 Jy ! Component: 2100 - total flux cleaned = -6.22766e-05 Jy ! Component: 2150 - total flux cleaned = -5.08614e-05 Jy ! Component: 2200 - total flux cleaned = -5.19614e-06 Jy ! Component: 2250 - total flux cleaned = -5.04418e-05 Jy ! Component: 2300 - total flux cleaned = 1.68266e-05 Jy ! Component: 2350 - total flux cleaned = 6.11093e-05 Jy ! Component: 2400 - total flux cleaned = 7.2141e-05 Jy ! Component: 2450 - total flux cleaned = 6.12411e-05 Jy ! Component: 2500 - total flux cleaned = 8.28779e-05 Jy ! Component: 2550 - total flux cleaned = 0.000125733 Jy ! Component: 2600 - total flux cleaned = 0.000125753 Jy ! Component: 2650 - total flux cleaned = 0.0001574 Jy ! Component: 2700 - total flux cleaned = 0.000178209 Jy ! Component: 2750 - total flux cleaned = 0.000157532 Jy ! Component: 2800 - total flux cleaned = 0.000167719 Jy ! Component: 2850 - total flux cleaned = 0.000157528 Jy ! Component: 2900 - total flux cleaned = 0.00016762 Jy ! Component: 2950 - total flux cleaned = 0.00017765 Jy ! Component: 3000 - total flux cleaned = 0.00015779 Jy ! Component: 3050 - total flux cleaned = 0.000157872 Jy ! Component: 3100 - total flux cleaned = 9.93016e-05 Jy ! Component: 3150 - total flux cleaned = 8.96377e-05 Jy ! Component: 3200 - total flux cleaned = 8.00873e-05 Jy ! Component: 3250 - total flux cleaned = 9.91195e-05 Jy ! Component: 3300 - total flux cleaned = 4.21376e-05 Jy ! Component: 3350 - total flux cleaned = 5.14984e-05 Jy ! Component: 3400 - total flux cleaned = 2.34981e-05 Jy ! Component: 3450 - total flux cleaned = 4.90063e-06 Jy ! Component: 3500 - total flux cleaned = -4.1214e-05 Jy ! Component: 3550 - total flux cleaned = -5.94234e-05 Jy ! Component: 3600 - total flux cleaned = -6.85006e-05 Jy ! Component: 3650 - total flux cleaned = -5.95284e-05 Jy ! Component: 3700 - total flux cleaned = -0.000113275 Jy ! Component: 3750 - total flux cleaned = -0.00013097 Jy ! Component: 3800 - total flux cleaned = -0.000113394 Jy ! Component: 3850 - total flux cleaned = -0.000122196 Jy ! Component: 3900 - total flux cleaned = -0.000183198 Jy ! Component: 3950 - total flux cleaned = -0.000165803 Jy ! Component: 4000 - total flux cleaned = -0.000157189 Jy ! Component: 4050 - total flux cleaned = -0.000165732 Jy ! Total flux subtracted in 4096 components = -0.000182762 Jy ! Clean residual min=-0.000488 max=0.000454 Jy/beam ! Clean residual mean=-0.000002 rms=0.000157 Jy/beam ! Combined flux in latest and established models = 0.0703012 Jy keep ! Adding 286 model components to the UV plane model. ! The established model now contains 394 components and 0.0703011 Jy ![Exited script file: muppet] wmap "J2302-1453_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.101 x 7.866 at -3.487 degrees (North through East) ! Clean map min=-0.0010179 max=0.050118 Jy/beam ! Writing clean map to FITS file: J2302-1453_S_2014_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0501181 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000155723 device "J2302-1453_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J2302-1453_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.932134 0.932134 1.86427 3.72854 7.45707 14.9141 29.8283 59.6566 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.05 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.101 x 7.866 at -3.487 degrees (North through East) ! Clean map min=-0.0010179 max=0.050118 Jy/beam quit ! Quitting program ! Log file J2302-1453_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 15:40:58 2016