! Started logfile: J0933+1009_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:30:51 2016 obs J0933+1009_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J0933+1009_S_2014_12_20_pus_uva.fits ! AN table 1: 120 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.98537 visibilities/baseline/integration-bin. ! Found source: J0933+1009 ! ! 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 344 lines of history. ! ! Reading 21284 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 J0933+1009_S_2014_12_20_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 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.002363Jy sigma=0.011287 ! Fit after self-cal, rms=0.960301Jy sigma=0.010837 ! 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.179 mas, bmaj=6.477 mas, bpa=-4.317 degrees ! Estimated noise=762.514 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.0329139 Jy ! Component: 100 - total flux cleaned = 0.0402866 Jy ! Total flux subtracted in 100 components = 0.0402866 Jy ! Clean residual min=-0.002571 max=0.002845 Jy/beam ! Clean residual mean=-0.000003 rms=0.000726 Jy/beam ! Combined flux in latest and established models = 0.0402866 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.0402866 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074841Jy sigma=0.000781 ! Fit after self-cal, rms=0.073297Jy sigma=0.000764 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00421162 Jy ! Component: 100 - total flux cleaned = 0.00575438 Jy ! Total flux subtracted in 100 components = 0.00575438 Jy ! Clean residual min=-0.002514 max=0.002571 Jy/beam ! Clean residual mean=-0.000002 rms=0.000683 Jy/beam ! Combined flux in latest and established models = 0.046041 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 8 components and 0.046041 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073070Jy sigma=0.000762 ! Fit after self-cal, rms=0.073063Jy sigma=0.000762 ! 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.774 mas, bmaj=7.322 mas, bpa=-3.761 degrees ! Estimated noise=437.024 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.000833103 Jy ! Component: 100 - total flux cleaned = 0.00123876 Jy ! Component: 150 - total flux cleaned = 0.00134503 Jy ! Component: 200 - total flux cleaned = 0.00138916 Jy ! Total flux subtracted in 200 components = 0.00138916 Jy ! Clean residual min=-0.001648 max=0.001496 Jy/beam ! Clean residual mean=-0.000000 rms=0.000385 Jy/beam ! Combined flux in latest and established models = 0.0474301 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 22 components and 0.0474302 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073049Jy sigma=0.000762 ! Fit after self-cal, rms=0.073052Jy sigma=0.000762 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.85 HN 0.97 KP 1.15 ! LA 0.94 MK 0.98 NL 0.98 OV 1.00 ! PT 1.03 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.02 HN 1.04 KP 1.04 ! LA 0.95 MK 0.99 NL 1.00 OV 1.05 ! PT 1.03 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.15 HN 0.98 KP 0.92 ! LA 0.77 MK 1.01 NL 1.10 OV 1.00 ! PT 1.08 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.06 HN 0.97 KP 0.91 ! LA 0.84 MK 1.05 NL 1.05 OV 1.07 ! PT 1.01 SC 0.98 ! ! ! Fit before self-cal, rms=0.073052Jy sigma=0.000762 ! Fit after self-cal, rms=0.071536Jy sigma=0.000761 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.779 mas, bmaj=7.337 mas, bpa=-3.651 degrees ! Estimated noise=438.002 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.000111927 Jy ! Component: 100 - total flux cleaned = 0.00012146 Jy ! Component: 150 - total flux cleaned = 0.000113611 Jy ! Component: 200 - total flux cleaned = 0.000120961 Jy ! Total flux subtracted in 200 components = 0.000120961 Jy ! Clean residual min=-0.001292 max=0.001319 Jy/beam ! Clean residual mean=0.000002 rms=0.000330 Jy/beam ! Combined flux in latest and established models = 0.0475511 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 31 components and 0.0475511 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071534Jy sigma=0.000761 ! Fit after self-cal, rms=0.071501Jy sigma=0.000760 ! 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.071501Jy sigma=0.000760 ! Fit after self-cal, rms=0.071124Jy sigma=0.000760 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.782 mas, bmaj=7.365 mas, bpa=-3.661 degrees ! Estimated noise=437.277 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.52178e-05 Jy ! Component: 100 - total flux cleaned = -0.000104272 Jy ! Component: 150 - total flux cleaned = -9.60336e-05 Jy ! Component: 200 - total flux cleaned = -8.90076e-05 Jy ! Total flux subtracted in 200 components = -8.90076e-05 Jy ! Clean residual min=-0.001325 max=0.001293 Jy/beam ! Clean residual mean=0.000001 rms=0.000324 Jy/beam ! Combined flux in latest and established models = 0.0474621 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 37 components and 0.0474621 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071121Jy sigma=0.000760 ! Fit after self-cal, rms=0.071119Jy sigma=0.000759 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.24356e-06 Jy ! Component: 100 - total flux cleaned = -6.01232e-06 Jy ! Component: 150 - total flux cleaned = 6.11593e-07 Jy ! Component: 200 - total flux cleaned = 1.25512e-05 Jy ! Total flux subtracted in 200 components = 1.25512e-05 Jy ! Clean residual min=-0.001249 max=0.001273 Jy/beam ! Clean residual mean=0.000001 rms=0.000322 Jy/beam ! Combined flux in latest and established models = 0.0474747 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 40 components and 0.0474747 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071117Jy sigma=0.000759 ! Fit after self-cal, rms=0.071118Jy sigma=0.000759 ! 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.071118Jy sigma=0.000759 ! Fit after self-cal, rms=0.071055Jy sigma=0.000759 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.783 mas, bmaj=7.374 mas, bpa=-3.59 degrees ! Estimated noise=436.694 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000127895 Jy ! Component: 100 - total flux cleaned = -0.000135421 Jy ! Component: 150 - total flux cleaned = -0.00012278 Jy ! Component: 200 - total flux cleaned = -0.000110895 Jy ! Total flux subtracted in 200 components = -0.000110895 Jy ! Clean residual min=-0.001249 max=0.001283 Jy/beam ! Clean residual mean=0.000000 rms=0.000322 Jy/beam ! Combined flux in latest and established models = 0.0473638 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 41 components and 0.0473638 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071053Jy sigma=0.000759 ! Fit after self-cal, rms=0.071057Jy sigma=0.000759 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 = 7.64727e-06 Jy ! Component: 100 - total flux cleaned = 1.33288e-05 Jy ! Component: 150 - total flux cleaned = 2.43285e-05 Jy ! Component: 200 - total flux cleaned = 3.97044e-05 Jy ! Total flux subtracted in 200 components = 3.97044e-05 Jy ! Clean residual min=-0.001243 max=0.001284 Jy/beam ! Clean residual mean=0.000000 rms=0.000322 Jy/beam ! Combined flux in latest and established models = 0.0474035 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 42 components and 0.0474035 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071056Jy sigma=0.000759 ! Fit after self-cal, rms=0.071057Jy sigma=0.000759 ! 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.071057Jy sigma=0.000759 ! Fit after self-cal, rms=0.070963Jy sigma=0.000759 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.55 mas, bmaj=10.91 mas, bpa=-4.475 degrees ! Estimated noise=521.581 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000162563 Jy ! Component: 100 - total flux cleaned = 0.000185107 Jy ! Component: 150 - total flux cleaned = 0.000203784 Jy ! Component: 200 - total flux cleaned = 0.000214217 Jy ! Total flux subtracted in 200 components = 0.000214217 Jy ! Clean residual min=-0.001549 max=0.001525 Jy/beam ! Clean residual mean=0.000003 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.0476177 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 46 components and 0.0476177 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070964Jy sigma=0.000759 ! Fit after self-cal, rms=0.070964Jy sigma=0.000759 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.8763e-05 Jy ! Component: 100 - total flux cleaned = 3.8511e-05 Jy ! Component: 150 - total flux cleaned = 4.27721e-05 Jy ! Component: 200 - total flux cleaned = 5.08334e-05 Jy ! Total flux subtracted in 200 components = 5.08334e-05 Jy ! Clean residual min=-0.001540 max=0.001515 Jy/beam ! Clean residual mean=0.000003 rms=0.000411 Jy/beam ! Combined flux in latest and established models = 0.0476685 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 51 components and 0.0476685 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070965Jy sigma=0.000759 ! Fit after self-cal, rms=0.070963Jy sigma=0.000759 ! 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.785 mas, bmaj=7.379 mas, bpa=-3.512 degrees ! Estimated noise=436.084 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.785 x 7.379 at -3.512 degrees (North through East) ! Clean map min=-0.0012512 max=0.044453 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.178 mas, bmaj=6.52 mas, bpa=-4.094 degrees ! Estimated noise=762.248 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0349427 Jy ! Component: 100 - total flux cleaned = 0.0426744 Jy ! Component: 150 - total flux cleaned = 0.0451665 Jy ! Component: 200 - total flux cleaned = 0.046401 Jy ! Total flux subtracted in 200 components = 0.046401 Jy ! Clean residual min=-0.002414 max=0.002390 Jy/beam ! Clean residual mean=-0.000002 rms=0.000654 Jy/beam ! Combined flux in latest and established models = 0.046401 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.046401 Jy ! Inverting map and beam ! Estimated beam: bmin=3.785 mas, bmaj=7.379 mas, bpa=-3.512 degrees ! Estimated noise=436.084 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.00052638 Jy ! Component: 100 - total flux cleaned = 0.000652482 Jy ! Component: 150 - total flux cleaned = 0.000755691 Jy ! Component: 200 - total flux cleaned = 0.000842305 Jy ! Total flux subtracted in 200 components = 0.000842305 Jy ! Clean residual min=-0.001265 max=0.001283 Jy/beam ! Clean residual mean=0.000000 rms=0.000325 Jy/beam ! Combined flux in latest and established models = 0.0472433 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 26 components and 0.0472433 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.55 mas, bmaj=10.91 mas, bpa=-4.475 degrees ! Estimated noise=521.581 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000308249 Jy ! Component: 100 - total flux cleaned = 0.000341071 Jy ! Component: 150 - total flux cleaned = 0.000366008 Jy ! Component: 200 - total flux cleaned = 0.000384658 Jy ! Total flux subtracted in 200 components = 0.000384658 Jy ! Clean residual min=-0.001549 max=0.001546 Jy/beam ! Clean residual mean=0.000002 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.047628 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 = 5.60291e-06 Jy ! Component: 100 - total flux cleaned = 1.02141e-05 Jy ! Component: 150 - total flux cleaned = 1.47188e-05 Jy ! Component: 200 - total flux cleaned = 1.86745e-05 Jy ! Total flux subtracted in 200 components = 1.86745e-05 Jy ! Clean residual min=-0.001547 max=0.001536 Jy/beam ! Clean residual mean=0.000002 rms=0.000411 Jy/beam ! Combined flux in latest and established models = 0.0476466 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 37 components and 0.0476466 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.785 mas, bmaj=7.379 mas, bpa=-3.512 degrees ! Estimated noise=436.084 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000307158 Jy ! Component: 100 - total flux cleaned = -0.000307733 Jy ! Component: 150 - total flux cleaned = -0.000296708 Jy ! Component: 200 - total flux cleaned = -0.000286945 Jy ! Total flux subtracted in 200 components = -0.000286945 Jy ! Clean residual min=-0.001243 max=0.001273 Jy/beam ! Clean residual mean=0.000000 rms=0.000322 Jy/beam ! Combined flux in latest and established models = 0.0473597 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 46 components and 0.0473597 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070964Jy sigma=0.000759 ! Fit after self-cal, rms=0.070964Jy sigma=0.000759 wmodel J0933+1009_S_2014_12_20_pus_map.mod ! Writing 46 model components to file: J0933+1009_S_2014_12_20_pus_map.mod wobs J0933+1009_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J0933+1009_S_2014_12_20_pus_uvs.fits wwins J0933+1009_S_2014_12_20_pus_map.win ! wwins: Wrote 1 windows to J0933+1009_S_2014_12_20_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.000216139 Jy ! Component: 100 - total flux cleaned = 0.000348709 Jy ! Component: 150 - total flux cleaned = 0.000454875 Jy ! Component: 200 - total flux cleaned = 0.000454606 Jy ! Component: 250 - total flux cleaned = 0.000434985 Jy ! Component: 300 - total flux cleaned = 0.000377898 Jy ! Component: 350 - total flux cleaned = 0.000303909 Jy ! Component: 400 - total flux cleaned = 0.0002321 Jy ! Component: 450 - total flux cleaned = 0.000179434 Jy ! Component: 500 - total flux cleaned = 9.34797e-05 Jy ! Component: 550 - total flux cleaned = 7.6815e-05 Jy ! Component: 600 - total flux cleaned = 4.39031e-05 Jy ! Component: 650 - total flux cleaned = 6.00967e-05 Jy ! Component: 700 - total flux cleaned = 1.23919e-05 Jy ! Component: 750 - total flux cleaned = -1.87822e-05 Jy ! Component: 800 - total flux cleaned = -4.92258e-05 Jy ! Component: 850 - total flux cleaned = -0.000109599 Jy ! Component: 900 - total flux cleaned = -0.000184037 Jy ! Component: 950 - total flux cleaned = -0.000242379 Jy ! Component: 1000 - total flux cleaned = -0.000285461 Jy ! Component: 1050 - total flux cleaned = -0.000356434 Jy ! Component: 1100 - total flux cleaned = -0.000411976 Jy ! Component: 1150 - total flux cleaned = -0.000467088 Jy ! Component: 1200 - total flux cleaned = -0.000507787 Jy ! Component: 1250 - total flux cleaned = -0.000628351 Jy ! Component: 1300 - total flux cleaned = -0.000681283 Jy ! Component: 1350 - total flux cleaned = -0.000733607 Jy ! Component: 1400 - total flux cleaned = -0.000824037 Jy ! Component: 1450 - total flux cleaned = -0.000887498 Jy ! Component: 1500 - total flux cleaned = -0.000925268 Jy ! Component: 1550 - total flux cleaned = -0.000950266 Jy ! Component: 1600 - total flux cleaned = -0.000999529 Jy ! Component: 1650 - total flux cleaned = -0.00103607 Jy ! Component: 1700 - total flux cleaned = -0.00107236 Jy ! Component: 1750 - total flux cleaned = -0.00110807 Jy ! Component: 1800 - total flux cleaned = -0.00116691 Jy ! Component: 1850 - total flux cleaned = -0.00114366 Jy ! Component: 1900 - total flux cleaned = -0.00114384 Jy ! Component: 1950 - total flux cleaned = -0.00115526 Jy ! Component: 2000 - total flux cleaned = -0.0011553 Jy ! Component: 2050 - total flux cleaned = -0.00114408 Jy ! Component: 2100 - total flux cleaned = -0.00117744 Jy ! Component: 2150 - total flux cleaned = -0.00115524 Jy ! Component: 2200 - total flux cleaned = -0.00116607 Jy ! Component: 2250 - total flux cleaned = -0.00114435 Jy ! Component: 2300 - total flux cleaned = -0.00112304 Jy ! Component: 2350 - total flux cleaned = -0.00113368 Jy ! Component: 2400 - total flux cleaned = -0.0011442 Jy ! Component: 2450 - total flux cleaned = -0.00114407 Jy ! Component: 2500 - total flux cleaned = -0.00114416 Jy ! Component: 2550 - total flux cleaned = -0.00115438 Jy ! Component: 2600 - total flux cleaned = -0.00113403 Jy ! Component: 2650 - total flux cleaned = -0.00117427 Jy ! Component: 2700 - total flux cleaned = -0.00117424 Jy ! Component: 2750 - total flux cleaned = -0.00118417 Jy ! Component: 2800 - total flux cleaned = -0.00114472 Jy ! Component: 2850 - total flux cleaned = -0.00115438 Jy ! Component: 2900 - total flux cleaned = -0.00118324 Jy ! Component: 2950 - total flux cleaned = -0.00111586 Jy ! Component: 3000 - total flux cleaned = -0.00109673 Jy ! Component: 3050 - total flux cleaned = -0.00110608 Jy ! Component: 3100 - total flux cleaned = -0.00108724 Jy ! Component: 3150 - total flux cleaned = -0.00105 Jy ! Component: 3200 - total flux cleaned = -0.00109649 Jy ! Component: 3250 - total flux cleaned = -0.0010781 Jy ! Component: 3300 - total flux cleaned = -0.00104148 Jy ! Component: 3350 - total flux cleaned = -0.00105061 Jy ! Component: 3400 - total flux cleaned = -0.00104155 Jy ! Component: 3450 - total flux cleaned = -0.00103261 Jy ! Component: 3500 - total flux cleaned = -0.00105929 Jy ! Component: 3550 - total flux cleaned = -0.00099727 Jy ! Component: 3600 - total flux cleaned = -0.00104126 Jy ! Component: 3650 - total flux cleaned = -0.000997536 Jy ! Component: 3700 - total flux cleaned = -0.000988915 Jy ! Component: 3750 - total flux cleaned = -0.000988972 Jy ! Component: 3800 - total flux cleaned = -0.000971802 Jy ! Component: 3850 - total flux cleaned = -0.000954775 Jy ! Component: 3900 - total flux cleaned = -0.000929433 Jy ! Component: 3950 - total flux cleaned = -0.000929505 Jy ! Component: 4000 - total flux cleaned = -0.000946306 Jy ! Component: 4050 - total flux cleaned = -0.000962944 Jy ! Total flux subtracted in 4096 components = -0.00092989 Jy ! Clean residual min=-0.000446 max=0.000561 Jy/beam ! Clean residual mean=-0.000001 rms=0.000153 Jy/beam ! Combined flux in latest and established models = 0.0464298 Jy keep ! Adding 295 model components to the UV plane model. ! The established model now contains 341 components and 0.0464298 Jy ![Exited script file: muppet] wmap "J0933+1009_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.785 x 7.379 at -3.512 degrees (North through East) ! Clean map min=-0.00089127 max=0.044438 Jy/beam ! Writing clean map to FITS file: J0933+1009_S_2014_12_20_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0444377 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000151669 device "J0933+1009_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J0933+1009_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.02392 1.02392 2.04784 4.09567 8.19134 16.3827 32.7654 65.5307 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.044 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.785 x 7.379 at -3.512 degrees (North through East) ! Clean map min=-0.00089127 max=0.044438 Jy/beam quit ! Quitting program ! Log file J0933+1009_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:30:57 2016