! Started logfile: J1210-2711_S_2014_08_09_pus_uvs.log on Tue Nov 29 23:04:39 2016 obs J1210-2711_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J1210-2711_S_2014_08_09_pus_uva.fits ! AN table 1: 123 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.949955 visibilities/baseline/integration-bin. ! Found source: J1210-2711 ! ! 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 342 lines of history. ! ! Reading 21032 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 J1210-2711_S_2014_08_09_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 37 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 95 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 37 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 37 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.999956Jy sigma=0.008194 ! Fit after self-cal, rms=0.953196Jy sigma=0.007818 ! 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.533 mas, bmaj=6.304 mas, bpa=-4.392 degrees ! Estimated noise=981.489 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.0396654 Jy ! Component: 100 - total flux cleaned = 0.048324 Jy ! Total flux subtracted in 100 components = 0.048324 Jy ! Clean residual min=-0.002907 max=0.002686 Jy/beam ! Clean residual mean=-0.000000 rms=0.000725 Jy/beam ! Combined flux in latest and established models = 0.048324 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.048324 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101807Jy sigma=0.000768 ! Fit after self-cal, rms=0.100425Jy sigma=0.000756 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00437666 Jy ! Component: 100 - total flux cleaned = 0.00634239 Jy ! Total flux subtracted in 100 components = 0.00634239 Jy ! Clean residual min=-0.002760 max=0.002681 Jy/beam ! Clean residual mean=-0.000001 rms=0.000695 Jy/beam ! Combined flux in latest and established models = 0.0546664 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0546664 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100184Jy sigma=0.000755 ! Fit after self-cal, rms=0.100191Jy sigma=0.000755 ! 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.145 mas, bmaj=7.584 mas, bpa=-3.954 degrees ! Estimated noise=613.531 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.00162526 Jy ! Component: 100 - total flux cleaned = 0.00238194 Jy ! Component: 150 - total flux cleaned = 0.00259172 Jy ! Component: 200 - total flux cleaned = 0.00260594 Jy ! Total flux subtracted in 200 components = 0.00260594 Jy ! Clean residual min=-0.002040 max=0.002147 Jy/beam ! Clean residual mean=0.000000 rms=0.000480 Jy/beam ! Combined flux in latest and established models = 0.0572723 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 18 components and 0.0572723 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100157Jy sigma=0.000755 ! Fit after self-cal, rms=0.100158Jy sigma=0.000755 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.88 HN 0.92 KP 1.02 ! LA 1.08 MK 1.05 NL 1.02 OV 1.05 ! PT 1.08 SC 1.02 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.05 HN 0.87 KP 1.03 ! LA 1.04 MK 1.04 NL 1.01 OV 0.99 ! PT 1.04 SC 1.01 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.12 HN 0.96 KP 0.92 ! LA 0.86 MK 1.01 NL 0.96 OV 1.03 ! PT 0.98 SC 1.12 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 1.01 HN 0.90 KP 0.94 ! LA 0.84 MK 0.98 NL 1.08 OV 0.99 ! PT 1.03 SC 0.97 ! ! ! Fit before self-cal, rms=0.100158Jy sigma=0.000755 ! Fit after self-cal, rms=0.098050Jy sigma=0.000754 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.154 mas, bmaj=7.641 mas, bpa=-4.198 degrees ! Estimated noise=615.094 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.000186081 Jy ! Component: 100 - total flux cleaned = 0.000229125 Jy ! Component: 150 - total flux cleaned = 0.000265491 Jy ! Component: 200 - total flux cleaned = 0.000296709 Jy ! Total flux subtracted in 200 components = 0.000296709 Jy ! Clean residual min=-0.001946 max=0.001994 Jy/beam ! Clean residual mean=0.000001 rms=0.000451 Jy/beam ! Combined flux in latest and established models = 0.057569 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 24 components and 0.057569 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098042Jy sigma=0.000753 ! Fit after self-cal, rms=0.097951Jy sigma=0.000753 ! 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.097951Jy sigma=0.000753 ! Fit after self-cal, rms=0.097290Jy sigma=0.000752 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.158 mas, bmaj=7.624 mas, bpa=-4.381 degrees ! Estimated noise=613.682 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000106489 Jy ! Component: 100 - total flux cleaned = 0.000120759 Jy ! Component: 150 - total flux cleaned = 0.000133253 Jy ! Component: 200 - total flux cleaned = 0.000144672 Jy ! Total flux subtracted in 200 components = 0.000144672 Jy ! Clean residual min=-0.001905 max=0.001936 Jy/beam ! Clean residual mean=-0.000003 rms=0.000438 Jy/beam ! Combined flux in latest and established models = 0.0577137 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 30 components and 0.0577137 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097286Jy sigma=0.000752 ! Fit after self-cal, rms=0.097262Jy sigma=0.000752 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.000204836 Jy ! Component: 100 - total flux cleaned = 0.000205065 Jy ! Component: 150 - total flux cleaned = 0.00020506 Jy ! Component: 200 - total flux cleaned = 0.000215412 Jy ! Total flux subtracted in 200 components = 0.000215412 Jy ! Clean residual min=-0.002032 max=0.001909 Jy/beam ! Clean residual mean=-0.000002 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.0579291 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 33 components and 0.0579291 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097260Jy sigma=0.000752 ! Fit after self-cal, rms=0.097255Jy sigma=0.000752 ! 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.097255Jy sigma=0.000752 ! Fit after self-cal, rms=0.097673Jy sigma=0.000752 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.155 mas, bmaj=7.64 mas, bpa=-4.413 degrees ! Estimated noise=615.488 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000263777 Jy ! Component: 100 - total flux cleaned = 0.000304115 Jy ! Component: 150 - total flux cleaned = 0.000326595 Jy ! Component: 200 - total flux cleaned = 0.00034679 Jy ! Total flux subtracted in 200 components = 0.00034679 Jy ! Clean residual min=-0.001975 max=0.001942 Jy/beam ! Clean residual mean=-0.000002 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.0582759 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 34 components and 0.0582759 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097670Jy sigma=0.000752 ! Fit after self-cal, rms=0.097675Jy sigma=0.000752 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.77578e-05 Jy ! Component: 100 - total flux cleaned = 5.76591e-05 Jy ! Component: 150 - total flux cleaned = 5.71295e-05 Jy ! Component: 200 - total flux cleaned = 6.59857e-05 Jy ! Total flux subtracted in 200 components = 6.59857e-05 Jy ! Clean residual min=-0.002002 max=0.001918 Jy/beam ! Clean residual mean=-0.000002 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 0.0583419 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 37 components and 0.0583419 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097674Jy sigma=0.000752 ! Fit after self-cal, rms=0.097673Jy sigma=0.000752 ! 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.097673Jy sigma=0.000752 ! Fit after self-cal, rms=0.097969Jy sigma=0.000752 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.771 mas, bmaj=17.87 mas, bpa=0.5376 degrees ! Estimated noise=774.996 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00035021 Jy ! Component: 100 - total flux cleaned = 0.000348518 Jy ! Component: 150 - total flux cleaned = 0.000347801 Jy ! Component: 200 - total flux cleaned = 0.000361727 Jy ! Total flux subtracted in 200 components = 0.000361727 Jy ! Clean residual min=-0.002098 max=0.002153 Jy/beam ! Clean residual mean=-0.000004 rms=0.000523 Jy/beam ! Combined flux in latest and established models = 0.0587036 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 44 components and 0.0587036 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097969Jy sigma=0.000752 ! Fit after self-cal, rms=0.097962Jy sigma=0.000752 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.59089e-05 Jy ! Component: 100 - total flux cleaned = 3.39697e-05 Jy ! Component: 150 - total flux cleaned = 3.30381e-05 Jy ! Component: 200 - total flux cleaned = 3.32436e-05 Jy ! Total flux subtracted in 200 components = 3.32436e-05 Jy ! Clean residual min=-0.002058 max=0.002152 Jy/beam ! Clean residual mean=-0.000004 rms=0.000519 Jy/beam ! Combined flux in latest and established models = 0.0587368 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 48 components and 0.0587368 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097964Jy sigma=0.000752 ! Fit after self-cal, rms=0.097956Jy sigma=0.000752 ! 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.15 mas, bmaj=7.655 mas, bpa=-4.461 degrees ! Estimated noise=616.779 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.15 x 7.655 at -4.461 degrees (North through East) ! Clean map min=-0.0019057 max=0.052779 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.54 mas, bmaj=6.341 mas, bpa=-4.945 degrees ! Estimated noise=981.269 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0413468 Jy ! Component: 100 - total flux cleaned = 0.0507055 Jy ! Component: 150 - total flux cleaned = 0.0546791 Jy ! Component: 200 - total flux cleaned = 0.0564857 Jy ! Total flux subtracted in 200 components = 0.0564857 Jy ! Clean residual min=-0.002644 max=0.002780 Jy/beam ! Clean residual mean=-0.000002 rms=0.000684 Jy/beam ! Combined flux in latest and established models = 0.0564856 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 10 model components to the UV plane model. ! The established model now contains 10 components and 0.0564856 Jy ! Inverting map and beam ! Estimated beam: bmin=3.15 mas, bmaj=7.655 mas, bpa=-4.461 degrees ! Estimated noise=616.779 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.00190846 Jy ! Component: 100 - total flux cleaned = 0.00199941 Jy ! Component: 150 - total flux cleaned = 0.00207298 Jy ! Component: 200 - total flux cleaned = 0.00213108 Jy ! Total flux subtracted in 200 components = 0.00213108 Jy ! Clean residual min=-0.002028 max=0.001905 Jy/beam ! Clean residual mean=-0.000002 rms=0.000439 Jy/beam ! Combined flux in latest and established models = 0.0586167 Jy ! Adding 7 model components to the UV plane model. ! The established model now contains 13 components and 0.0586167 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.771 mas, bmaj=17.87 mas, bpa=0.5376 degrees ! Estimated noise=774.996 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000176424 Jy ! Component: 100 - total flux cleaned = 0.000173611 Jy ! Component: 150 - total flux cleaned = 0.000172077 Jy ! Component: 200 - total flux cleaned = 0.00017113 Jy ! Total flux subtracted in 200 components = 0.00017113 Jy ! Clean residual min=-0.002073 max=0.002175 Jy/beam ! Clean residual mean=-0.000004 rms=0.000521 Jy/beam ! Combined flux in latest and established models = 0.0587879 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 = 7.12553e-06 Jy ! Component: 100 - total flux cleaned = 1.33184e-05 Jy ! Component: 150 - total flux cleaned = 1.85868e-05 Jy ! Component: 200 - total flux cleaned = 1.84417e-05 Jy ! Total flux subtracted in 200 components = 1.84417e-05 Jy ! Clean residual min=-0.002054 max=0.002166 Jy/beam ! Clean residual mean=-0.000004 rms=0.000520 Jy/beam ! Combined flux in latest and established models = 0.0588063 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 23 components and 0.0588063 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.15 mas, bmaj=7.655 mas, bpa=-4.461 degrees ! Estimated noise=616.779 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.38019e-05 Jy ! Component: 100 - total flux cleaned = -0.000163924 Jy ! Component: 150 - total flux cleaned = -0.000183523 Jy ! Component: 200 - total flux cleaned = -0.000184104 Jy ! Total flux subtracted in 200 components = -0.000184104 Jy ! Clean residual min=-0.001972 max=0.001889 Jy/beam ! Clean residual mean=-0.000002 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.0586222 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 28 components and 0.0586222 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097959Jy sigma=0.000752 ! Fit after self-cal, rms=0.097955Jy sigma=0.000752 wmodel J1210-2711_S_2014_08_09_pus_map.mod ! Writing 28 model components to file: J1210-2711_S_2014_08_09_pus_map.mod wobs J1210-2711_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J1210-2711_S_2014_08_09_pus_uvs.fits wwins J1210-2711_S_2014_08_09_pus_map.win ! wwins: Wrote 1 windows to J1210-2711_S_2014_08_09_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.000252451 Jy ! Component: 100 - total flux cleaned = -0.000382158 Jy ! Component: 150 - total flux cleaned = -0.000412042 Jy ! Component: 200 - total flux cleaned = -0.00029795 Jy ! Component: 250 - total flux cleaned = -0.000215781 Jy ! Component: 300 - total flux cleaned = -0.000189024 Jy ! Component: 350 - total flux cleaned = -0.000188006 Jy ! Component: 400 - total flux cleaned = -0.000114216 Jy ! Component: 450 - total flux cleaned = -9.01345e-05 Jy ! Component: 500 - total flux cleaned = -2.04043e-05 Jy ! Component: 550 - total flux cleaned = -6.62298e-05 Jy ! Component: 600 - total flux cleaned = -2.16586e-05 Jy ! Component: 650 - total flux cleaned = -8.73086e-05 Jy ! Component: 700 - total flux cleaned = -6.55566e-05 Jy ! Component: 750 - total flux cleaned = -0.000128767 Jy ! Component: 800 - total flux cleaned = -0.00014915 Jy ! Component: 850 - total flux cleaned = -0.000149044 Jy ! Component: 900 - total flux cleaned = -0.000188761 Jy ! Component: 950 - total flux cleaned = -0.000110167 Jy ! Component: 1000 - total flux cleaned = -0.000148655 Jy ! Component: 1050 - total flux cleaned = -7.22711e-05 Jy ! Component: 1100 - total flux cleaned = -3.44486e-05 Jy ! Component: 1150 - total flux cleaned = 2.6608e-06 Jy ! Component: 1200 - total flux cleaned = 5.71248e-05 Jy ! Component: 1250 - total flux cleaned = 2.06715e-05 Jy ! Component: 1300 - total flux cleaned = 9.19733e-05 Jy ! Component: 1350 - total flux cleaned = 3.91329e-05 Jy ! Component: 1400 - total flux cleaned = 0.000126641 Jy ! Component: 1450 - total flux cleaned = 0.000178383 Jy ! Component: 1500 - total flux cleaned = 0.000178191 Jy ! Component: 1550 - total flux cleaned = 0.000127308 Jy ! Component: 1600 - total flux cleaned = 0.000144136 Jy ! Component: 1650 - total flux cleaned = 0.000127684 Jy ! Component: 1700 - total flux cleaned = 9.49368e-05 Jy ! Component: 1750 - total flux cleaned = 0.000159906 Jy ! Component: 1800 - total flux cleaned = 0.000127648 Jy ! Component: 1850 - total flux cleaned = 0.000207704 Jy ! Component: 1900 - total flux cleaned = 0.000144194 Jy ! Component: 1950 - total flux cleaned = 0.000159916 Jy ! Component: 2000 - total flux cleaned = 0.000222218 Jy ! Component: 2050 - total flux cleaned = 0.000191518 Jy ! Component: 2100 - total flux cleaned = 0.000237381 Jy ! Component: 2150 - total flux cleaned = 0.000267562 Jy ! Component: 2200 - total flux cleaned = 0.000192387 Jy ! Component: 2250 - total flux cleaned = 0.000237221 Jy ! Component: 2300 - total flux cleaned = 0.000222376 Jy ! Component: 2350 - total flux cleaned = 0.000149104 Jy ! Component: 2400 - total flux cleaned = 0.000192839 Jy ! Component: 2450 - total flux cleaned = 0.000164063 Jy ! Component: 2500 - total flux cleaned = 0.000178331 Jy ! Component: 2550 - total flux cleaned = 0.000135821 Jy ! Component: 2600 - total flux cleaned = 0.000121766 Jy ! Component: 2650 - total flux cleaned = 0.00016367 Jy ! Component: 2700 - total flux cleaned = 0.000121838 Jy ! Component: 2750 - total flux cleaned = 8.04536e-05 Jy ! Component: 2800 - total flux cleaned = 3.94834e-05 Jy ! Component: 2850 - total flux cleaned = -1.2116e-06 Jy ! Component: 2900 - total flux cleaned = -1.43047e-06 Jy ! Component: 2950 - total flux cleaned = -4.16948e-05 Jy ! Component: 3000 - total flux cleaned = -8.15269e-05 Jy ! Component: 3050 - total flux cleaned = -0.000121181 Jy ! Component: 3100 - total flux cleaned = -0.000147455 Jy ! Component: 3150 - total flux cleaned = -0.000186439 Jy ! Component: 3200 - total flux cleaned = -0.000186309 Jy ! Component: 3250 - total flux cleaned = -0.00023771 Jy ! Component: 3300 - total flux cleaned = -0.000250393 Jy ! Component: 3350 - total flux cleaned = -0.000313759 Jy ! Component: 3400 - total flux cleaned = -0.000326309 Jy ! Component: 3450 - total flux cleaned = -0.000313568 Jy ! Component: 3500 - total flux cleaned = -0.0003385 Jy ! Component: 3550 - total flux cleaned = -0.000363286 Jy ! Component: 3600 - total flux cleaned = -0.000387756 Jy ! Component: 3650 - total flux cleaned = -0.000399962 Jy ! Component: 3700 - total flux cleaned = -0.000339357 Jy ! Component: 3750 - total flux cleaned = -0.000363449 Jy ! Component: 3800 - total flux cleaned = -0.00033953 Jy ! Component: 3850 - total flux cleaned = -0.000351469 Jy ! Component: 3900 - total flux cleaned = -0.000351508 Jy ! Component: 3950 - total flux cleaned = -0.000292761 Jy ! Component: 4000 - total flux cleaned = -0.000292847 Jy ! Component: 4050 - total flux cleaned = -0.000304516 Jy ! Total flux subtracted in 4096 components = -0.000327648 Jy ! Clean residual min=-0.000602 max=0.000594 Jy/beam ! Clean residual mean=-0.000001 rms=0.000211 Jy/beam ! Combined flux in latest and established models = 0.0582945 Jy keep ! Adding 283 model components to the UV plane model. ! The established model now contains 311 components and 0.0582945 Jy ![Exited script file: muppet] wmap "J1210-2711_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.15 x 7.655 at -4.461 degrees (North through East) ! Clean map min=-0.0013355 max=0.052598 Jy/beam ! Writing clean map to FITS file: J1210-2711_S_2014_08_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0525976 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00021113 device "J1210-2711_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1210-2711_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.20422 1.20422 2.40844 4.81687 9.63374 19.2675 38.535 77.0699 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.052 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.15 x 7.655 at -4.461 degrees (North through East) ! Clean map min=-0.0013355 max=0.052598 Jy/beam quit ! Quitting program ! Log file J1210-2711_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 23:04:43 2016