! Started logfile: J1015-1952_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:56:14 2016 obs J1015-1952_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J1015-1952_S_2015_03_17_pus_uva.fits ! AN table 1: 121 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.873095 visibilities/baseline/integration-bin. ! Found source: J1015-1952 ! ! 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 330 lines of history. ! ! Reading 19016 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 J1015-1952_S_2015_03_17_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 133 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 192 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 310 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 193 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.990825Jy sigma=0.009454 ! Fit after self-cal, rms=0.944511Jy sigma=0.009028 ! 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.024 mas, bmaj=8.642 mas, bpa=-1.601 degrees ! Estimated noise=869.208 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.0431866 Jy ! Component: 100 - total flux cleaned = 0.0548458 Jy ! Total flux subtracted in 100 components = 0.0548458 Jy ! Clean residual min=-0.003295 max=0.004478 Jy/beam ! Clean residual mean=0.000007 rms=0.000888 Jy/beam ! Combined flux in latest and established models = 0.0548458 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.0548458 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086034Jy sigma=0.000765 ! Fit after self-cal, rms=0.085379Jy sigma=0.000759 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00512665 Jy ! Component: 100 - total flux cleaned = 0.00758305 Jy ! Total flux subtracted in 100 components = 0.00758305 Jy ! Clean residual min=-0.003327 max=0.002814 Jy/beam ! Clean residual mean=0.000008 rms=0.000795 Jy/beam ! Combined flux in latest and established models = 0.0624289 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 16 components and 0.0624289 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084964Jy sigma=0.000756 ! Fit after self-cal, rms=0.084919Jy sigma=0.000756 ! 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.823 mas, bmaj=10.9 mas, bpa=-2.458 degrees ! Estimated noise=619.761 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.00189108 Jy ! Component: 100 - total flux cleaned = 0.00276459 Jy ! Component: 150 - total flux cleaned = 0.00299265 Jy ! Component: 200 - total flux cleaned = 0.00304143 Jy ! Total flux subtracted in 200 components = 0.00304143 Jy ! Clean residual min=-0.002273 max=0.002054 Jy/beam ! Clean residual mean=0.000009 rms=0.000602 Jy/beam ! Combined flux in latest and established models = 0.0654703 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 29 components and 0.0654703 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084856Jy sigma=0.000756 ! Fit after self-cal, rms=0.084821Jy sigma=0.000756 ! 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.04 FD 0.88 HN 1.02 KP 1.11 ! LA 1.05 MK 0.97 NL 0.87 OV 1.01 ! PT 1.11 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.87 HN 1.06 KP 1.09 ! LA 1.05 MK 1.07 NL 1.04 OV 1.04 ! PT 1.06 SC 1.00* ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 0.95 HN 0.88 KP 0.94 ! LA 0.77 MK 1.07 NL 1.25 OV 0.94 ! PT 1.09 SC 1.00* ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.94 HN 0.98 KP 1.00 ! LA 0.80 MK 1.00* NL 1.05 OV 1.01 ! PT 1.10 SC 1.01 ! ! ! Fit before self-cal, rms=0.084821Jy sigma=0.000756 ! Fit after self-cal, rms=0.082958Jy sigma=0.000752 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.86 mas, bmaj=10.98 mas, bpa=-2.279 degrees ! Estimated noise=621.015 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 = -4.54691e-05 Jy ! Component: 100 - total flux cleaned = -4.41497e-05 Jy ! Component: 150 - total flux cleaned = -6.93131e-05 Jy ! Component: 200 - total flux cleaned = -9.20619e-05 Jy ! Total flux subtracted in 200 components = -9.20619e-05 Jy ! Clean residual min=-0.001910 max=0.001789 Jy/beam ! Clean residual mean=0.000005 rms=0.000467 Jy/beam ! Combined flux in latest and established models = 0.0653782 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 33 components and 0.0653782 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082953Jy sigma=0.000752 ! Fit after self-cal, rms=0.082923Jy sigma=0.000751 ! 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.082923Jy sigma=0.000751 ! Fit after self-cal, rms=0.082900Jy sigma=0.000751 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.863 mas, bmaj=11 mas, bpa=-2.305 degrees ! Estimated noise=620.77 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.99447e-06 Jy ! Component: 100 - total flux cleaned = -5.42326e-06 Jy ! Component: 150 - total flux cleaned = -1.76779e-05 Jy ! Component: 200 - total flux cleaned = -1.81537e-05 Jy ! Total flux subtracted in 200 components = -1.81537e-05 Jy ! Clean residual min=-0.001974 max=0.001757 Jy/beam ! Clean residual mean=0.000002 rms=0.000449 Jy/beam ! Combined flux in latest and established models = 0.0653601 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 36 components and 0.0653601 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082896Jy sigma=0.000751 ! Fit after self-cal, rms=0.082902Jy sigma=0.000751 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.51228e-05 Jy ! Component: 100 - total flux cleaned = 1.24293e-05 Jy ! Component: 150 - total flux cleaned = 2.02961e-06 Jy ! Component: 200 - total flux cleaned = -7.96084e-06 Jy ! Total flux subtracted in 200 components = -7.96084e-06 Jy ! Clean residual min=-0.001915 max=0.001791 Jy/beam ! Clean residual mean=0.000002 rms=0.000446 Jy/beam ! Combined flux in latest and established models = 0.0653521 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 39 components and 0.0653521 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082899Jy sigma=0.000751 ! Fit after self-cal, rms=0.082900Jy sigma=0.000751 ! 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.082900Jy sigma=0.000751 ! Fit after self-cal, rms=0.083160Jy sigma=0.000751 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.868 mas, bmaj=11.02 mas, bpa=-2.26 degrees ! Estimated noise=622.431 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.40511e-05 Jy ! Component: 100 - total flux cleaned = 7.00984e-05 Jy ! Component: 150 - total flux cleaned = 6.98102e-05 Jy ! Component: 200 - total flux cleaned = 5.86027e-05 Jy ! Total flux subtracted in 200 components = 5.86027e-05 Jy ! Clean residual min=-0.001944 max=0.001801 Jy/beam ! Clean residual mean=0.000002 rms=0.000445 Jy/beam ! Combined flux in latest and established models = 0.0654107 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 39 components and 0.0654107 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083157Jy sigma=0.000751 ! Fit after self-cal, rms=0.083162Jy sigma=0.000751 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.46547e-06 Jy ! Component: 100 - total flux cleaned = -7.22824e-06 Jy ! Component: 150 - total flux cleaned = -1.74487e-05 Jy ! Component: 200 - total flux cleaned = -2.72436e-05 Jy ! Total flux subtracted in 200 components = -2.72436e-05 Jy ! Clean residual min=-0.001942 max=0.001793 Jy/beam ! Clean residual mean=0.000002 rms=0.000444 Jy/beam ! Combined flux in latest and established models = 0.0653835 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 40 components and 0.0653835 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083159Jy sigma=0.000751 ! Fit after self-cal, rms=0.083159Jy sigma=0.000751 ! 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.083159Jy sigma=0.000751 ! Fit after self-cal, rms=0.083336Jy sigma=0.000751 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.142 mas, bmaj=18.88 mas, bpa=3.737 degrees ! Estimated noise=741.228 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.56731e-05 Jy ! Component: 100 - total flux cleaned = 8.12423e-05 Jy ! Component: 150 - total flux cleaned = 8.08827e-05 Jy ! Component: 200 - total flux cleaned = 8.66034e-05 Jy ! Total flux subtracted in 200 components = 8.66034e-05 Jy ! Clean residual min=-0.001921 max=0.001794 Jy/beam ! Clean residual mean=0.000002 rms=0.000500 Jy/beam ! Combined flux in latest and established models = 0.0654701 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 53 components and 0.0654701 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083336Jy sigma=0.000751 ! Fit after self-cal, rms=0.083337Jy sigma=0.000751 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.4426e-05 Jy ! Component: 100 - total flux cleaned = -7.91441e-06 Jy ! Component: 150 - total flux cleaned = -2.6975e-06 Jy ! Component: 200 - total flux cleaned = -7.64461e-06 Jy ! Total flux subtracted in 200 components = -7.64461e-06 Jy ! Clean residual min=-0.001922 max=0.001825 Jy/beam ! Clean residual mean=0.000002 rms=0.000501 Jy/beam ! Combined flux in latest and established models = 0.0654624 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 56 components and 0.0654624 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083336Jy sigma=0.000751 ! Fit after self-cal, rms=0.083337Jy sigma=0.000751 ! 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.87 mas, bmaj=11.04 mas, bpa=-2.214 degrees ! Estimated noise=623.822 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.87 x 11.04 at -2.214 degrees (North through East) ! Clean map min=-0.0019231 max=0.057613 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.042 mas, bmaj=8.708 mas, bpa=-1.468 degrees ! Estimated noise=875.06 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0438352 Jy ! Component: 100 - total flux cleaned = 0.0560141 Jy ! Component: 150 - total flux cleaned = 0.0608549 Jy ! Component: 200 - total flux cleaned = 0.06339 Jy ! Total flux subtracted in 200 components = 0.06339 Jy ! Clean residual min=-0.003393 max=0.002699 Jy/beam ! Clean residual mean=0.000005 rms=0.000707 Jy/beam ! Combined flux in latest and established models = 0.06339 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.06339 Jy ! Inverting map and beam ! Estimated beam: bmin=3.87 mas, bmaj=11.04 mas, bpa=-2.214 degrees ! Estimated noise=623.822 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.00171448 Jy ! Component: 100 - total flux cleaned = 0.0022507 Jy ! Component: 150 - total flux cleaned = 0.00230012 Jy ! Component: 200 - total flux cleaned = 0.0023005 Jy ! Total flux subtracted in 200 components = 0.0023005 Jy ! Clean residual min=-0.002058 max=0.001832 Jy/beam ! Clean residual mean=0.000002 rms=0.000457 Jy/beam ! Combined flux in latest and established models = 0.0656905 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 28 components and 0.0656905 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=8.142 mas, bmaj=18.88 mas, bpa=3.737 degrees ! Estimated noise=741.228 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.16773e-05 Jy ! Component: 100 - total flux cleaned = 2.18812e-05 Jy ! Component: 150 - total flux cleaned = 2.20219e-05 Jy ! Component: 200 - total flux cleaned = 1.29868e-05 Jy ! Total flux subtracted in 200 components = 1.29868e-05 Jy ! Clean residual min=-0.002005 max=0.001793 Jy/beam ! Clean residual mean=0.000002 rms=0.000504 Jy/beam ! Combined flux in latest and established models = 0.0657035 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 = -3.00025e-05 Jy ! Component: 100 - total flux cleaned = -4.8896e-05 Jy ! Component: 150 - total flux cleaned = -6.69277e-05 Jy ! Component: 200 - total flux cleaned = -8.42186e-05 Jy ! Total flux subtracted in 200 components = -8.42186e-05 Jy ! Clean residual min=-0.001983 max=0.001804 Jy/beam ! Clean residual mean=0.000002 rms=0.000503 Jy/beam ! Combined flux in latest and established models = 0.0656193 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 47 components and 0.0656193 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.87 mas, bmaj=11.04 mas, bpa=-2.214 degrees ! Estimated noise=623.822 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.83782e-05 Jy ! Component: 100 - total flux cleaned = -1.77151e-05 Jy ! Component: 150 - total flux cleaned = -1.7609e-05 Jy ! Component: 200 - total flux cleaned = -1.70373e-05 Jy ! Total flux subtracted in 200 components = -1.70373e-05 Jy ! Clean residual min=-0.002015 max=0.001803 Jy/beam ! Clean residual mean=0.000002 rms=0.000448 Jy/beam ! Combined flux in latest and established models = 0.0656023 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 52 components and 0.0656023 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083343Jy sigma=0.000751 ! Fit after self-cal, rms=0.083337Jy sigma=0.000751 wmodel J1015-1952_S_2015_03_17_pus_map.mod ! Writing 52 model components to file: J1015-1952_S_2015_03_17_pus_map.mod wobs J1015-1952_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J1015-1952_S_2015_03_17_pus_uvs.fits wwins J1015-1952_S_2015_03_17_pus_map.win ! wwins: Wrote 1 windows to J1015-1952_S_2015_03_17_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.000506283 Jy ! Component: 100 - total flux cleaned = -0.000601551 Jy ! Component: 150 - total flux cleaned = -0.000742872 Jy ! Component: 200 - total flux cleaned = -0.000960829 Jy ! Component: 250 - total flux cleaned = -0.00109155 Jy ! Component: 300 - total flux cleaned = -0.00121754 Jy ! Component: 350 - total flux cleaned = -0.00136276 Jy ! Component: 400 - total flux cleaned = -0.00147972 Jy ! Component: 450 - total flux cleaned = -0.00159252 Jy ! Component: 500 - total flux cleaned = -0.00157081 Jy ! Component: 550 - total flux cleaned = -0.00161406 Jy ! Component: 600 - total flux cleaned = -0.00161427 Jy ! Component: 650 - total flux cleaned = -0.00159396 Jy ! Component: 700 - total flux cleaned = -0.00157396 Jy ! Component: 750 - total flux cleaned = -0.0015157 Jy ! Component: 800 - total flux cleaned = -0.00147794 Jy ! Component: 850 - total flux cleaned = -0.00136554 Jy ! Component: 900 - total flux cleaned = -0.00127386 Jy ! Component: 950 - total flux cleaned = -0.00123774 Jy ! Component: 1000 - total flux cleaned = -0.00114948 Jy ! Component: 1050 - total flux cleaned = -0.00111512 Jy ! Component: 1100 - total flux cleaned = -0.00108117 Jy ! Component: 1150 - total flux cleaned = -0.00108134 Jy ! Component: 1200 - total flux cleaned = -0.000998095 Jy ! Component: 1250 - total flux cleaned = -0.000932912 Jy ! Component: 1300 - total flux cleaned = -0.00088462 Jy ! Component: 1350 - total flux cleaned = -0.000884649 Jy ! Component: 1400 - total flux cleaned = -0.000759803 Jy ! Component: 1450 - total flux cleaned = -0.000821702 Jy ! Component: 1500 - total flux cleaned = -0.000730234 Jy ! Component: 1550 - total flux cleaned = -0.000714915 Jy ! Component: 1600 - total flux cleaned = -0.000670189 Jy ! Component: 1650 - total flux cleaned = -0.000567966 Jy ! Component: 1700 - total flux cleaned = -0.000524782 Jy ! Component: 1750 - total flux cleaned = -0.000439583 Jy ! Component: 1800 - total flux cleaned = -0.00038328 Jy ! Component: 1850 - total flux cleaned = -0.000327952 Jy ! Component: 1900 - total flux cleaned = -0.000245797 Jy ! Component: 1950 - total flux cleaned = -0.000137666 Jy ! Component: 2000 - total flux cleaned = -7.09523e-05 Jy ! Component: 2050 - total flux cleaned = -5.05669e-06 Jy ! Component: 2100 - total flux cleaned = 8.61497e-05 Jy ! Component: 2150 - total flux cleaned = 0.000124832 Jy ! Component: 2200 - total flux cleaned = 0.000201313 Jy ! Component: 2250 - total flux cleaned = 0.000264088 Jy ! Component: 2300 - total flux cleaned = 0.000326306 Jy ! Component: 2350 - total flux cleaned = 0.000375565 Jy ! Component: 2400 - total flux cleaned = 0.00043625 Jy ! Component: 2450 - total flux cleaned = 0.000496211 Jy ! Component: 2500 - total flux cleaned = 0.000543787 Jy ! Component: 2550 - total flux cleaned = 0.000661242 Jy ! Component: 2600 - total flux cleaned = 0.000695928 Jy ! Component: 2650 - total flux cleaned = 0.000730363 Jy ! Component: 2700 - total flux cleaned = 0.000775866 Jy ! Component: 2750 - total flux cleaned = 0.000832047 Jy ! Component: 2800 - total flux cleaned = 0.000887661 Jy ! Component: 2850 - total flux cleaned = 0.000920893 Jy ! Component: 2900 - total flux cleaned = 0.000997532 Jy ! Component: 2950 - total flux cleaned = 0.0010513 Jy ! Component: 3000 - total flux cleaned = 0.00105124 Jy ! Component: 3050 - total flux cleaned = 0.00108305 Jy ! Component: 3100 - total flux cleaned = 0.0011671 Jy ! Component: 3150 - total flux cleaned = 0.00118795 Jy ! Component: 3200 - total flux cleaned = 0.00122937 Jy ! Component: 3250 - total flux cleaned = 0.00128048 Jy ! Component: 3300 - total flux cleaned = 0.0013211 Jy ! Component: 3350 - total flux cleaned = 0.00136129 Jy ! Component: 3400 - total flux cleaned = 0.00141115 Jy ! Component: 3450 - total flux cleaned = 0.00144089 Jy ! Component: 3500 - total flux cleaned = 0.00147029 Jy ! Component: 3550 - total flux cleaned = 0.00150914 Jy ! Component: 3600 - total flux cleaned = 0.00153804 Jy ! Component: 3650 - total flux cleaned = 0.00159537 Jy ! Component: 3700 - total flux cleaned = 0.00163315 Jy ! Component: 3750 - total flux cleaned = 0.00165202 Jy ! Component: 3800 - total flux cleaned = 0.00170799 Jy ! Component: 3850 - total flux cleaned = 0.00173591 Jy ! Component: 3900 - total flux cleaned = 0.00180025 Jy ! Component: 3950 - total flux cleaned = 0.0018184 Jy ! Component: 4000 - total flux cleaned = 0.00188182 Jy ! Component: 4050 - total flux cleaned = 0.00192677 Jy ! Total flux subtracted in 4096 components = 0.00196252 Jy ! Clean residual min=-0.000444 max=0.000492 Jy/beam ! Clean residual mean=0.000005 rms=0.000171 Jy/beam ! Combined flux in latest and established models = 0.0675648 Jy keep ! Adding 278 model components to the UV plane model. ! The established model now contains 330 components and 0.0675648 Jy ![Exited script file: muppet] wmap "J1015-1952_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.87 x 11.04 at -2.214 degrees (North through East) ! Clean map min=-0.0013105 max=0.057365 Jy/beam ! Writing clean map to FITS file: J1015-1952_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0573653 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000168161 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.87942 0.87942 1.75884 3.51768 7.03536 14.0707 28.1414 56.2829 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.057 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.87 x 11.04 at -2.214 degrees (North through East) ! Clean map min=-0.0013105 max=0.057365 Jy/beam ! Error occured in command: mapplot ! ! ! ! ! ! 4 consecutive EOF's on stdin - 10 will exit program ! ! 5 consecutive EOF's on stdin - 10 will exit program ! ! 6 consecutive EOF's on stdin - 10 will exit program ! ! 7 consecutive EOF's on stdin - 10 will exit program ! ! 8 consecutive EOF's on stdin - 10 will exit program ! ! 9 consecutive EOF's on stdin - 10 will exit program ! ! 10 consecutive EOF's on stdin - 10 will exit program ! Log file J1015-1952_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:56:19 2016