! Started logfile: J0010+1058_S_2014_05_31_pus_uvs.log on Mon Nov 28 14:39:40 2016 obs J0010+1058_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J0010+1058_S_2014_05_31_pus_uva.fits ! AN table 1: 38 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.911696 visibilities/baseline/integration-bin. ! Found source: J0010+1058 ! ! 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 6236 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 J0010+1058_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 26 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 26 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 26 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 26 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.919283Jy sigma=0.010918 ! Fit after self-cal, rms=0.906185Jy sigma=0.010812 ! 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.878 mas, bmaj=6.568 mas, bpa=-2.683 degrees ! Estimated noise=923.549 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.0740303 Jy ! Component: 100 - total flux cleaned = 0.090288 Jy ! Total flux subtracted in 100 components = 0.090288 Jy ! Clean residual min=-0.003051 max=0.005115 Jy/beam ! Clean residual mean=0.000006 rms=0.000794 Jy/beam ! Combined flux in latest and established models = 0.090288 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.090288 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072170Jy sigma=0.000799 ! Fit after self-cal, rms=0.072163Jy sigma=0.000799 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00549277 Jy ! Component: 100 - total flux cleaned = 0.00820496 Jy ! Total flux subtracted in 100 components = 0.00820496 Jy ! Clean residual min=-0.002686 max=0.002930 Jy/beam ! Clean residual mean=0.000006 rms=0.000678 Jy/beam ! Combined flux in latest and established models = 0.098493 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 9 components and 0.098493 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071677Jy sigma=0.000794 ! Fit after self-cal, rms=0.071682Jy sigma=0.000794 ! 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.403 mas, bmaj=7.577 mas, bpa=-4.345 degrees ! Estimated noise=763.126 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.00164724 Jy ! Component: 100 - total flux cleaned = 0.00213489 Jy ! Component: 150 - total flux cleaned = 0.00210857 Jy ! Component: 200 - total flux cleaned = 0.00206291 Jy ! Total flux subtracted in 200 components = 0.00206291 Jy ! Clean residual min=-0.002418 max=0.002191 Jy/beam ! Clean residual mean=0.000006 rms=0.000591 Jy/beam ! Combined flux in latest and established models = 0.100556 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 26 components and 0.100556 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071625Jy sigma=0.000794 ! Fit after self-cal, rms=0.071625Jy sigma=0.000794 ! 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 1.03 FD 0.82 HN 0.96 KP 1.03 ! LA 1.17 MK 1.00 NL 0.95 OV 0.94 ! PT 1.04 SC 1.07 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.98 HN 1.06 KP 1.05 ! LA 1.13 MK 0.96 NL 1.06 OV 1.03 ! PT 1.00 SC 1.03 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.11 HN 0.98 KP 0.92 ! LA 0.92 MK 1.06 NL 0.99 OV 0.96 ! PT 0.96 SC 1.01 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.01 HN 1.00 KP 0.90 ! LA 0.87 MK 0.98 NL 1.06 OV 1.02 ! PT 1.02 SC 0.94 ! ! ! Fit before self-cal, rms=0.071625Jy sigma=0.000794 ! Fit after self-cal, rms=0.070404Jy sigma=0.000787 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.409 mas, bmaj=7.588 mas, bpa=-4.356 degrees ! Estimated noise=762.872 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.000274195 Jy ! Component: 100 - total flux cleaned = -0.000341572 Jy ! Component: 150 - total flux cleaned = -0.000385207 Jy ! Component: 200 - total flux cleaned = -0.000424112 Jy ! Total flux subtracted in 200 components = -0.000424112 Jy ! Clean residual min=-0.002411 max=0.002185 Jy/beam ! Clean residual mean=0.000003 rms=0.000536 Jy/beam ! Combined flux in latest and established models = 0.100132 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 31 components and 0.100132 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070395Jy sigma=0.000787 ! Fit after self-cal, rms=0.070394Jy sigma=0.000787 ! 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.070394Jy sigma=0.000787 ! Fit after self-cal, rms=0.070435Jy sigma=0.000785 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.412 mas, bmaj=7.592 mas, bpa=-4.354 degrees ! Estimated noise=763.096 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000195461 Jy ! Component: 100 - total flux cleaned = -0.000238074 Jy ! Component: 150 - total flux cleaned = -0.000274757 Jy ! Component: 200 - total flux cleaned = -0.000296565 Jy ! Total flux subtracted in 200 components = -0.000296565 Jy ! Clean residual min=-0.002271 max=0.002085 Jy/beam ! Clean residual mean=0.000002 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.0998352 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 36 components and 0.0998352 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070429Jy sigma=0.000785 ! Fit after self-cal, rms=0.070434Jy sigma=0.000785 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.02725e-07 Jy ! Component: 100 - total flux cleaned = -9.07325e-06 Jy ! Component: 150 - total flux cleaned = -3.52108e-05 Jy ! Component: 200 - total flux cleaned = -5.80237e-05 Jy ! Total flux subtracted in 200 components = -5.80237e-05 Jy ! Clean residual min=-0.002280 max=0.002085 Jy/beam ! Clean residual mean=0.000002 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.0997772 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 41 components and 0.0997772 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070431Jy sigma=0.000785 ! Fit after self-cal, rms=0.070430Jy sigma=0.000785 ! 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.070430Jy sigma=0.000785 ! Fit after self-cal, rms=0.070503Jy sigma=0.000785 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.412 mas, bmaj=7.595 mas, bpa=-4.371 degrees ! Estimated noise=763.584 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.67227e-05 Jy ! Component: 100 - total flux cleaned = -5.70787e-05 Jy ! Component: 150 - total flux cleaned = -8.7378e-05 Jy ! Component: 200 - total flux cleaned = -0.000100609 Jy ! Total flux subtracted in 200 components = -0.000100609 Jy ! Clean residual min=-0.002301 max=0.002089 Jy/beam ! Clean residual mean=0.000002 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.0996765 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 41 components and 0.0996765 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070501Jy sigma=0.000785 ! Fit after self-cal, rms=0.070501Jy sigma=0.000785 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.15308e-07 Jy ! Component: 100 - total flux cleaned = -1.34e-05 Jy ! Component: 150 - total flux cleaned = -1.91045e-05 Jy ! Component: 200 - total flux cleaned = -3.0065e-05 Jy ! Total flux subtracted in 200 components = -3.0065e-05 Jy ! Clean residual min=-0.002309 max=0.002092 Jy/beam ! Clean residual mean=0.000002 rms=0.000507 Jy/beam ! Combined flux in latest and established models = 0.0996465 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 47 components and 0.0996465 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070499Jy sigma=0.000785 ! Fit after self-cal, rms=0.070499Jy sigma=0.000785 ! 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.070499Jy sigma=0.000785 ! Fit after self-cal, rms=0.070559Jy sigma=0.000785 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.416 mas, bmaj=11.15 mas, bpa=-4.616 degrees ! Estimated noise=930.487 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000196142 Jy ! Component: 100 - total flux cleaned = 0.000177102 Jy ! Component: 150 - total flux cleaned = 0.000161028 Jy ! Component: 200 - total flux cleaned = 0.000141849 Jy ! Total flux subtracted in 200 components = 0.000141849 Jy ! Clean residual min=-0.002207 max=0.002184 Jy/beam ! Clean residual mean=0.000003 rms=0.000624 Jy/beam ! Combined flux in latest and established models = 0.0997883 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 52 components and 0.0997883 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070562Jy sigma=0.000785 ! Fit after self-cal, rms=0.070560Jy sigma=0.000785 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 = 1.94329e-06 Jy ! Component: 100 - total flux cleaned = 1.01571e-05 Jy ! Component: 150 - total flux cleaned = 1.02938e-05 Jy ! Component: 200 - total flux cleaned = 9.72592e-06 Jy ! Total flux subtracted in 200 components = 9.72592e-06 Jy ! Clean residual min=-0.002203 max=0.002180 Jy/beam ! Clean residual mean=0.000003 rms=0.000623 Jy/beam ! Combined flux in latest and established models = 0.0997981 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 56 components and 0.0997981 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070563Jy sigma=0.000785 ! Fit after self-cal, rms=0.070561Jy sigma=0.000785 ! 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.412 mas, bmaj=7.597 mas, bpa=-4.386 degrees ! Estimated noise=764.112 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.412 x 7.597 at -4.386 degrees (North through East) ! Clean map min=-0.0022397 max=0.096139 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.882 mas, bmaj=6.581 mas, bpa=-2.707 degrees ! Estimated noise=923.734 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0739378 Jy ! Component: 100 - total flux cleaned = 0.0902527 Jy ! Component: 150 - total flux cleaned = 0.0957213 Jy ! Component: 200 - total flux cleaned = 0.0984303 Jy ! Total flux subtracted in 200 components = 0.0984303 Jy ! Clean residual min=-0.002665 max=0.002564 Jy/beam ! Clean residual mean=0.000002 rms=0.000588 Jy/beam ! Combined flux in latest and established models = 0.0984303 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 13 model components to the UV plane model. ! The established model now contains 13 components and 0.0984303 Jy ! Inverting map and beam ! Estimated beam: bmin=3.412 mas, bmaj=7.597 mas, bpa=-4.386 degrees ! Estimated noise=764.112 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.00141993 Jy ! Component: 100 - total flux cleaned = 0.00146044 Jy ! Component: 150 - total flux cleaned = 0.00142877 Jy ! Component: 200 - total flux cleaned = 0.00137276 Jy ! Total flux subtracted in 200 components = 0.00137276 Jy ! Clean residual min=-0.002286 max=0.002079 Jy/beam ! Clean residual mean=0.000002 rms=0.000515 Jy/beam ! Combined flux in latest and established models = 0.099803 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 26 components and 0.099803 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.416 mas, bmaj=11.15 mas, bpa=-4.616 degrees ! Estimated noise=930.487 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000352545 Jy ! Component: 100 - total flux cleaned = 0.000317988 Jy ! Component: 150 - total flux cleaned = 0.000262004 Jy ! Component: 200 - total flux cleaned = 0.000214386 Jy ! Total flux subtracted in 200 components = 0.000214386 Jy ! Clean residual min=-0.002196 max=0.002200 Jy/beam ! Clean residual mean=0.000003 rms=0.000625 Jy/beam ! Combined flux in latest and established models = 0.100017 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 = -4.09679e-05 Jy ! Component: 100 - total flux cleaned = -6.78961e-05 Jy ! Component: 150 - total flux cleaned = -7.60682e-05 Jy ! Component: 200 - total flux cleaned = -9.08531e-05 Jy ! Total flux subtracted in 200 components = -9.08531e-05 Jy ! Clean residual min=-0.002190 max=0.002186 Jy/beam ! Clean residual mean=0.000003 rms=0.000624 Jy/beam ! Combined flux in latest and established models = 0.0999266 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 33 components and 0.0999266 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.412 mas, bmaj=7.597 mas, bpa=-4.386 degrees ! Estimated noise=764.112 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000101021 Jy ! Component: 100 - total flux cleaned = -3.22229e-06 Jy ! Component: 150 - total flux cleaned = -8.56275e-05 Jy ! Component: 200 - total flux cleaned = -0.000127369 Jy ! Total flux subtracted in 200 components = -0.000127369 Jy ! Clean residual min=-0.002275 max=0.002094 Jy/beam ! Clean residual mean=0.000002 rms=0.000510 Jy/beam ! Combined flux in latest and established models = 0.0997992 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 48 components and 0.0997992 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070571Jy sigma=0.000785 ! Fit after self-cal, rms=0.070571Jy sigma=0.000785 wmodel J0010+1058_S_2014_05_31_pus_map.mod ! Writing 48 model components to file: J0010+1058_S_2014_05_31_pus_map.mod wobs J0010+1058_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J0010+1058_S_2014_05_31_pus_uvs.fits wwins J0010+1058_S_2014_05_31_pus_map.win ! wwins: Wrote 1 windows to J0010+1058_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.000390161 Jy ! Component: 100 - total flux cleaned = -0.000642783 Jy ! Component: 150 - total flux cleaned = -0.00074287 Jy ! Component: 200 - total flux cleaned = -0.000841033 Jy ! Component: 250 - total flux cleaned = -0.000966803 Jy ! Component: 300 - total flux cleaned = -0.00102799 Jy ! Component: 350 - total flux cleaned = -0.00105848 Jy ! Component: 400 - total flux cleaned = -0.00111659 Jy ! Component: 450 - total flux cleaned = -0.00103177 Jy ! Component: 500 - total flux cleaned = -0.00092197 Jy ! Component: 550 - total flux cleaned = -0.000841313 Jy ! Component: 600 - total flux cleaned = -0.000761469 Jy ! Component: 650 - total flux cleaned = -0.000604978 Jy ! Component: 700 - total flux cleaned = -0.000528132 Jy ! Component: 750 - total flux cleaned = -0.000452246 Jy ! Component: 800 - total flux cleaned = -0.00037758 Jy ! Component: 850 - total flux cleaned = -0.000328779 Jy ! Component: 900 - total flux cleaned = -0.000304493 Jy ! Component: 950 - total flux cleaned = -0.000256682 Jy ! Component: 1000 - total flux cleaned = -0.000209777 Jy ! Component: 1050 - total flux cleaned = -0.000163268 Jy ! Component: 1100 - total flux cleaned = -7.18564e-05 Jy ! Component: 1150 - total flux cleaned = -7.23624e-05 Jy ! Component: 1200 - total flux cleaned = -9.49623e-05 Jy ! Component: 1250 - total flux cleaned = -6.4644e-06 Jy ! Component: 1300 - total flux cleaned = 1.54002e-05 Jy ! Component: 1350 - total flux cleaned = -2.78502e-05 Jy ! Component: 1400 - total flux cleaned = 1.49217e-05 Jy ! Component: 1450 - total flux cleaned = 1.46429e-05 Jy ! Component: 1500 - total flux cleaned = -6.10409e-06 Jy ! Component: 1550 - total flux cleaned = 7.6788e-05 Jy ! Component: 1600 - total flux cleaned = 5.63748e-05 Jy ! Component: 1650 - total flux cleaned = 0.000137694 Jy ! Component: 1700 - total flux cleaned = 0.000157451 Jy ! Component: 1750 - total flux cleaned = 0.000157492 Jy ! Component: 1800 - total flux cleaned = 0.00023637 Jy ! Component: 1850 - total flux cleaned = 0.000236136 Jy ! Component: 1900 - total flux cleaned = 0.000333313 Jy ! Component: 1950 - total flux cleaned = 0.000390528 Jy ! Component: 2000 - total flux cleaned = 0.000409565 Jy ! Component: 2050 - total flux cleaned = 0.000447728 Jy ! Component: 2100 - total flux cleaned = 0.000541599 Jy ! Component: 2150 - total flux cleaned = 0.000671795 Jy ! Component: 2200 - total flux cleaned = 0.000727023 Jy ! Component: 2250 - total flux cleaned = 0.000727061 Jy ! Component: 2300 - total flux cleaned = 0.000908763 Jy ! Component: 2350 - total flux cleaned = 0.000998866 Jy ! Component: 2400 - total flux cleaned = 0.00107035 Jy ! Component: 2450 - total flux cleaned = 0.00117681 Jy ! Component: 2500 - total flux cleaned = 0.00126482 Jy ! Component: 2550 - total flux cleaned = 0.00133502 Jy ! Component: 2600 - total flux cleaned = 0.00136974 Jy ! Component: 2650 - total flux cleaned = 0.00145607 Jy ! Component: 2700 - total flux cleaned = 0.00147321 Jy ! Component: 2750 - total flux cleaned = 0.0015751 Jy ! Component: 2800 - total flux cleaned = 0.00162561 Jy ! Component: 2850 - total flux cleaned = 0.00167585 Jy ! Component: 2900 - total flux cleaned = 0.00175903 Jy ! Component: 2950 - total flux cleaned = 0.00177554 Jy ! Component: 3000 - total flux cleaned = 0.00182468 Jy ! Component: 3050 - total flux cleaned = 0.00180832 Jy ! Component: 3100 - total flux cleaned = 0.0018895 Jy ! Component: 3150 - total flux cleaned = 0.00190549 Jy ! Component: 3200 - total flux cleaned = 0.0019374 Jy ! Component: 3250 - total flux cleaned = 0.00195325 Jy ! Component: 3300 - total flux cleaned = 0.00196926 Jy ! Component: 3350 - total flux cleaned = 0.00207898 Jy ! Component: 3400 - total flux cleaned = 0.00215688 Jy ! Component: 3450 - total flux cleaned = 0.00212591 Jy ! Component: 3500 - total flux cleaned = 0.00218743 Jy ! Component: 3550 - total flux cleaned = 0.00230966 Jy ! Component: 3600 - total flux cleaned = 0.00229454 Jy ! Component: 3650 - total flux cleaned = 0.00238511 Jy ! Component: 3700 - total flux cleaned = 0.00234012 Jy ! Component: 3750 - total flux cleaned = 0.00239974 Jy ! Component: 3800 - total flux cleaned = 0.00241469 Jy ! Component: 3850 - total flux cleaned = 0.00251772 Jy ! Component: 3900 - total flux cleaned = 0.00254684 Jy ! Component: 3950 - total flux cleaned = 0.00254682 Jy ! Component: 4000 - total flux cleaned = 0.00251784 Jy ! Component: 4050 - total flux cleaned = 0.00254659 Jy ! Total flux subtracted in 4096 components = 0.00256099 Jy ! Clean residual min=-0.001075 max=0.000935 Jy/beam ! Clean residual mean=0.000002 rms=0.000262 Jy/beam ! Combined flux in latest and established models = 0.10236 Jy keep ! Adding 281 model components to the UV plane model. ! The established model now contains 329 components and 0.10236 Jy ![Exited script file: muppet] wmap "J0010+1058_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.412 x 7.597 at -4.386 degrees (North through East) ! Clean map min=-0.0018583 max=0.096053 Jy/beam ! Writing clean map to FITS file: J0010+1058_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.0960532 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000257438 device "J0010+1058_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J0010+1058_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.804047 0.804047 1.60809 3.21619 6.43238 12.8648 25.7295 51.459 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.096 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.412 x 7.597 at -4.386 degrees (North through East) ! Clean map min=-0.0018583 max=0.096053 Jy/beam quit ! Quitting program ! Log file J0010+1058_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 14:39:45 2016