! Started logfile: J1401+5835_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:37:37 2016 obs J1401+5835_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J1401+5835_S_2014_12_20_pus_uva.fits ! AN table 1: 115 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.97913 visibilities/baseline/integration-bin. ! Found source: J1401+5835 ! ! 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 20268 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 J1401+5835_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 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.916589Jy sigma=0.010523 ! Fit after self-cal, rms=0.900657Jy sigma=0.010332 ! 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.253 mas, bmaj=3.621 mas, bpa=-58.66 degrees ! Estimated noise=823.506 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.0746203 Jy ! Component: 100 - total flux cleaned = 0.0935213 Jy ! Total flux subtracted in 100 components = 0.0935213 Jy ! Clean residual min=-0.004224 max=0.008076 Jy/beam ! Clean residual mean=-0.000012 rms=0.001009 Jy/beam ! Combined flux in latest and established models = 0.0935213 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.0935213 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075357Jy sigma=0.000810 ! Fit after self-cal, rms=0.075353Jy sigma=0.000810 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00902895 Jy ! Component: 100 - total flux cleaned = 0.0136315 Jy ! Total flux subtracted in 100 components = 0.0136315 Jy ! Clean residual min=-0.003469 max=0.003317 Jy/beam ! Clean residual mean=-0.000009 rms=0.000800 Jy/beam ! Combined flux in latest and established models = 0.107153 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 19 components and 0.107153 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073790Jy sigma=0.000793 ! Fit after self-cal, rms=0.073784Jy sigma=0.000793 ! 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=4.198 mas, bmaj=4.499 mas, bpa=-73.46 degrees ! Estimated noise=439.136 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 (3.5, 0). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00549591 Jy ! Component: 100 - total flux cleaned = 0.00905377 Jy ! Component: 150 - total flux cleaned = 0.0115983 Jy ! Component: 200 - total flux cleaned = 0.0134928 Jy ! Total flux subtracted in 200 components = 0.0134928 Jy ! Clean residual min=-0.003480 max=0.002472 Jy/beam ! Clean residual mean=-0.000021 rms=0.000691 Jy/beam ! Combined flux in latest and established models = 0.120646 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 66 components and 0.120646 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073228Jy sigma=0.000788 ! Fit after self-cal, rms=0.073224Jy sigma=0.000788 ! 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.02 FD 0.90 HN 0.97 KP 1.10 ! LA 0.93 MK 0.96 NL 0.96 OV 0.99 ! PT 1.01 SC 1.01 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.05 HN 1.01 KP 1.02 ! LA 0.92 MK 1.03 NL 1.02 OV 0.98 ! PT 1.01 SC 1.09 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.18 HN 1.03 KP 0.96 ! LA 0.76 MK 1.01 NL 1.09 OV 0.95 ! PT 0.98 SC 1.05 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.15 FD 1.09 HN 0.99 KP 0.89 ! LA 0.81 MK 1.01 NL 1.01 OV 1.00 ! PT 1.02 SC 0.98 ! ! ! Fit before self-cal, rms=0.073224Jy sigma=0.000788 ! Fit after self-cal, rms=0.071300Jy sigma=0.000778 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.231 mas, bmaj=4.534 mas, bpa=-72.27 degrees ! Estimated noise=436.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 = 1.10628e-05 Jy ! Component: 100 - total flux cleaned = -5.62232e-05 Jy ! Component: 150 - total flux cleaned = -0.00010742 Jy ! Component: 200 - total flux cleaned = -0.000149586 Jy ! Total flux subtracted in 200 components = -0.000149586 Jy ! Clean residual min=-0.001692 max=0.001897 Jy/beam ! Clean residual mean=-0.000012 rms=0.000428 Jy/beam ! Combined flux in latest and established models = 0.120496 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 80 components and 0.120496 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071292Jy sigma=0.000777 ! Fit after self-cal, rms=0.071297Jy sigma=0.000777 ! 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.071297Jy sigma=0.000777 ! Fit after self-cal, rms=0.071534Jy sigma=0.000776 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.236 mas, bmaj=4.533 mas, bpa=-72.78 degrees ! Estimated noise=436.777 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.38587e-05 Jy ! Component: 100 - total flux cleaned = -0.000190971 Jy ! Component: 150 - total flux cleaned = -0.000211736 Jy ! Component: 200 - total flux cleaned = -0.000211682 Jy ! Total flux subtracted in 200 components = -0.000211682 Jy ! Clean residual min=-0.001463 max=0.001896 Jy/beam ! Clean residual mean=-0.000010 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.120284 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 90 components and 0.120284 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071531Jy sigma=0.000776 ! Fit after self-cal, rms=0.071537Jy sigma=0.000776 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) ! Added new window around map position (30, 90). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00168243 Jy ! Component: 100 - total flux cleaned = 0.00256456 Jy ! Component: 150 - total flux cleaned = 0.00284253 Jy ! Component: 200 - total flux cleaned = 0.00300503 Jy ! Total flux subtracted in 200 components = 0.00300503 Jy ! Clean residual min=-0.001457 max=0.001416 Jy/beam ! Clean residual mean=-0.000009 rms=0.000344 Jy/beam ! Combined flux in latest and established models = 0.123289 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 105 components and 0.123289 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071492Jy sigma=0.000776 ! Fit after self-cal, rms=0.071490Jy sigma=0.000776 ! 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.071490Jy sigma=0.000776 ! Fit after self-cal, rms=0.071366Jy sigma=0.000776 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.24 mas, bmaj=4.537 mas, bpa=-72.41 degrees ! Estimated noise=435.682 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000360544 Jy ! Component: 100 - total flux cleaned = 0.000446195 Jy ! Component: 150 - total flux cleaned = 0.000493012 Jy ! Component: 200 - total flux cleaned = 0.000507483 Jy ! Total flux subtracted in 200 components = 0.000507483 Jy ! Clean residual min=-0.001413 max=0.001366 Jy/beam ! Clean residual mean=-0.000008 rms=0.000338 Jy/beam ! Combined flux in latest and established models = 0.123797 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 115 components and 0.123797 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071357Jy sigma=0.000776 ! Fit after self-cal, rms=0.071359Jy sigma=0.000776 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.51519e-05 Jy ! Component: 100 - total flux cleaned = 4.14287e-05 Jy ! Component: 150 - total flux cleaned = 5.36998e-05 Jy ! Component: 200 - total flux cleaned = 6.53013e-05 Jy ! Total flux subtracted in 200 components = 6.53013e-05 Jy ! Clean residual min=-0.001418 max=0.001374 Jy/beam ! Clean residual mean=-0.000008 rms=0.000336 Jy/beam ! Combined flux in latest and established models = 0.123862 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 123 components and 0.123862 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071355Jy sigma=0.000776 ! Fit after self-cal, rms=0.071355Jy sigma=0.000776 ! 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.071355Jy sigma=0.000776 ! Fit after self-cal, rms=0.071311Jy sigma=0.000776 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.154 mas, bmaj=8.902 mas, bpa=72.64 degrees ! Estimated noise=529.948 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.44979e-05 Jy ! Component: 100 - total flux cleaned = 7.32074e-05 Jy ! Component: 150 - total flux cleaned = 6.29598e-05 Jy ! Component: 200 - total flux cleaned = 4.53598e-05 Jy ! Total flux subtracted in 200 components = 4.53598e-05 Jy ! Clean residual min=-0.001772 max=0.001814 Jy/beam ! Clean residual mean=-0.000015 rms=0.000459 Jy/beam ! Combined flux in latest and established models = 0.123908 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 132 components and 0.123908 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071310Jy sigma=0.000776 ! Fit after self-cal, rms=0.071310Jy sigma=0.000776 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.02879e-05 Jy ! Component: 100 - total flux cleaned = 2.7727e-06 Jy ! Component: 150 - total flux cleaned = 9.55091e-06 Jy ! Component: 200 - total flux cleaned = 2.16926e-05 Jy ! Total flux subtracted in 200 components = 2.16926e-05 Jy ! Clean residual min=-0.001759 max=0.001820 Jy/beam ! Clean residual mean=-0.000015 rms=0.000456 Jy/beam ! Combined flux in latest and established models = 0.123929 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 137 components and 0.123929 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071311Jy sigma=0.000776 ! Fit after self-cal, rms=0.071311Jy sigma=0.000776 ! 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=4.24 mas, bmaj=4.537 mas, bpa=-72.29 degrees ! Estimated noise=435.452 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.24 x 4.537 at -72.29 degrees (North through East) ! Clean map min=-0.0013747 max=0.098973 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.262 mas, bmaj=3.655 mas, bpa=-57.16 degrees ! Estimated noise=821.614 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0742105 Jy ! Component: 100 - total flux cleaned = 0.0931023 Jy ! Component: 150 - total flux cleaned = 0.101773 Jy ! Component: 200 - total flux cleaned = 0.106261 Jy ! Total flux subtracted in 200 components = 0.106261 Jy ! Clean residual min=-0.002718 max=0.002697 Jy/beam ! Clean residual mean=-0.000005 rms=0.000688 Jy/beam ! Combined flux in latest and established models = 0.106261 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.106261 Jy ! Inverting map and beam ! Estimated beam: bmin=4.24 mas, bmaj=4.537 mas, bpa=-72.29 degrees ! Estimated noise=435.452 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.00479025 Jy ! Component: 100 - total flux cleaned = 0.00755306 Jy ! Component: 150 - total flux cleaned = 0.00956331 Jy ! Component: 200 - total flux cleaned = 0.0110958 Jy ! Total flux subtracted in 200 components = 0.0110958 Jy ! Clean residual min=-0.001587 max=0.001704 Jy/beam ! Clean residual mean=-0.000010 rms=0.000379 Jy/beam ! Combined flux in latest and established models = 0.117357 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 47 components and 0.117357 Jy ! Inverting map ! Added new window around map position (21.5, -1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0016987 Jy ! Component: 100 - total flux cleaned = 0.00281889 Jy ! Component: 150 - total flux cleaned = 0.00371113 Jy ! Component: 200 - total flux cleaned = 0.00428978 Jy ! Total flux subtracted in 200 components = 0.00428978 Jy ! Clean residual min=-0.001457 max=0.001308 Jy/beam ! Clean residual mean=-0.000007 rms=0.000329 Jy/beam ! Combined flux in latest and established models = 0.121647 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 69 components and 0.121647 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.154 mas, bmaj=8.902 mas, bpa=72.64 degrees ! Estimated noise=529.948 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00108694 Jy ! Component: 100 - total flux cleaned = 0.00160709 Jy ! Component: 150 - total flux cleaned = 0.00195821 Jy ! Component: 200 - total flux cleaned = 0.00221282 Jy ! Total flux subtracted in 200 components = 0.00221282 Jy ! Clean residual min=-0.001629 max=0.001609 Jy/beam ! Clean residual mean=-0.000012 rms=0.000396 Jy/beam ! Combined flux in latest and established models = 0.123859 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000221845 Jy ! Component: 100 - total flux cleaned = 0.000414443 Jy ! Component: 150 - total flux cleaned = 0.000583843 Jy ! Component: 200 - total flux cleaned = 0.000720305 Jy ! Total flux subtracted in 200 components = 0.000720305 Jy ! Clean residual min=-0.001560 max=0.001564 Jy/beam ! Clean residual mean=-0.000011 rms=0.000383 Jy/beam ! Combined flux in latest and established models = 0.12458 Jy ! Adding 56 model components to the UV plane model. ! The established model now contains 118 components and 0.12458 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.24 mas, bmaj=4.537 mas, bpa=-72.29 degrees ! Estimated noise=435.452 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000132271 Jy ! Component: 100 - total flux cleaned = -0.00013308 Jy ! Component: 150 - total flux cleaned = -7.49423e-05 Jy ! Component: 200 - total flux cleaned = -5.70564e-05 Jy ! Total flux subtracted in 200 components = -5.70564e-05 Jy ! Clean residual min=-0.001383 max=0.001292 Jy/beam ! Clean residual mean=-0.000005 rms=0.000307 Jy/beam ! Combined flux in latest and established models = 0.124523 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 138 components and 0.124523 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071299Jy sigma=0.000775 ! Fit after self-cal, rms=0.071292Jy sigma=0.000775 wmodel J1401+5835_S_2014_12_20_pus_map.mod ! Writing 138 model components to file: J1401+5835_S_2014_12_20_pus_map.mod wobs J1401+5835_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J1401+5835_S_2014_12_20_pus_uvs.fits wwins J1401+5835_S_2014_12_20_pus_map.win ! wwins: Wrote 4 windows to J1401+5835_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.000251613 Jy ! Component: 100 - total flux cleaned = -0.000229038 Jy ! Component: 150 - total flux cleaned = -0.000169509 Jy ! Component: 200 - total flux cleaned = -3.47205e-05 Jy ! Component: 250 - total flux cleaned = 7.71431e-05 Jy ! Component: 300 - total flux cleaned = 0.000131155 Jy ! Component: 350 - total flux cleaned = 0.000183942 Jy ! Component: 400 - total flux cleaned = 0.000270665 Jy ! Component: 450 - total flux cleaned = 0.000287373 Jy ! Component: 500 - total flux cleaned = 0.000271058 Jy ! Component: 550 - total flux cleaned = 0.000287681 Jy ! Component: 600 - total flux cleaned = 0.000303742 Jy ! Component: 650 - total flux cleaned = 0.000287739 Jy ! Component: 700 - total flux cleaned = 0.000272144 Jy ! Component: 750 - total flux cleaned = 0.000257217 Jy ! Component: 800 - total flux cleaned = 0.0002423 Jy ! Component: 850 - total flux cleaned = 0.000212903 Jy ! Component: 900 - total flux cleaned = 0.000198508 Jy ! Component: 950 - total flux cleaned = 0.000155812 Jy ! Component: 1000 - total flux cleaned = 0.000197996 Jy ! Component: 1050 - total flux cleaned = 0.000142652 Jy ! Component: 1100 - total flux cleaned = 0.000142462 Jy ! Component: 1150 - total flux cleaned = 0.000128643 Jy ! Component: 1200 - total flux cleaned = 7.48338e-05 Jy ! Component: 1250 - total flux cleaned = 3.52828e-05 Jy ! Component: 1300 - total flux cleaned = 7.41385e-05 Jy ! Component: 1350 - total flux cleaned = 9.41231e-06 Jy ! Component: 1400 - total flux cleaned = -1.61434e-05 Jy ! Component: 1450 - total flux cleaned = -9.16784e-05 Jy ! Component: 1500 - total flux cleaned = -1.68543e-05 Jy ! Component: 1550 - total flux cleaned = -9.12465e-05 Jy ! Component: 1600 - total flux cleaned = -0.000115571 Jy ! Component: 1650 - total flux cleaned = -0.000115676 Jy ! Component: 1700 - total flux cleaned = -0.000175721 Jy ! Component: 1750 - total flux cleaned = -0.000163806 Jy ! Component: 1800 - total flux cleaned = -0.000175527 Jy ! Component: 1850 - total flux cleaned = -0.000187343 Jy ! Component: 1900 - total flux cleaned = -0.000198761 Jy ! Component: 1950 - total flux cleaned = -0.000233111 Jy ! Component: 2000 - total flux cleaned = -0.000255853 Jy ! Component: 2050 - total flux cleaned = -0.000289621 Jy ! Component: 2100 - total flux cleaned = -0.000300704 Jy ! Component: 2150 - total flux cleaned = -0.000322732 Jy ! Component: 2200 - total flux cleaned = -0.000366388 Jy ! Component: 2250 - total flux cleaned = -0.00033382 Jy ! Component: 2300 - total flux cleaned = -0.00039848 Jy ! Component: 2350 - total flux cleaned = -0.000398264 Jy ! Component: 2400 - total flux cleaned = -0.000451202 Jy ! Component: 2450 - total flux cleaned = -0.000451212 Jy ! Component: 2500 - total flux cleaned = -0.000471982 Jy ! Component: 2550 - total flux cleaned = -0.000461558 Jy ! Component: 2600 - total flux cleaned = -0.000512843 Jy ! Component: 2650 - total flux cleaned = -0.000512909 Jy ! Component: 2700 - total flux cleaned = -0.000523121 Jy ! Component: 2750 - total flux cleaned = -0.000543254 Jy ! Component: 2800 - total flux cleaned = -0.0005732 Jy ! Component: 2850 - total flux cleaned = -0.000593178 Jy ! Component: 2900 - total flux cleaned = -0.00065213 Jy ! Component: 2950 - total flux cleaned = -0.000710778 Jy ! Component: 3000 - total flux cleaned = -0.000710632 Jy ! Component: 3050 - total flux cleaned = -0.000729945 Jy ! Component: 3100 - total flux cleaned = -0.00075869 Jy ! Component: 3150 - total flux cleaned = -0.000777567 Jy ! Component: 3200 - total flux cleaned = -0.000805824 Jy ! Component: 3250 - total flux cleaned = -0.000824601 Jy ! Component: 3300 - total flux cleaned = -0.000871216 Jy ! Component: 3350 - total flux cleaned = -0.000898973 Jy ! Component: 3400 - total flux cleaned = -0.000908138 Jy ! Component: 3450 - total flux cleaned = -0.000972017 Jy ! Component: 3500 - total flux cleaned = -0.000981134 Jy ! Component: 3550 - total flux cleaned = -0.00103536 Jy ! Component: 3600 - total flux cleaned = -0.00107126 Jy ! Component: 3650 - total flux cleaned = -0.00111596 Jy ! Component: 3700 - total flux cleaned = -0.0011425 Jy ! Component: 3750 - total flux cleaned = -0.00118655 Jy ! Component: 3800 - total flux cleaned = -0.0012216 Jy ! Component: 3850 - total flux cleaned = -0.00125647 Jy ! Component: 3900 - total flux cleaned = -0.0012738 Jy ! Component: 3950 - total flux cleaned = -0.00132555 Jy ! Component: 4000 - total flux cleaned = -0.00137698 Jy ! Component: 4050 - total flux cleaned = -0.00141956 Jy ! Total flux subtracted in 4096 components = -0.00141111 Jy ! Clean residual min=-0.000469 max=0.000554 Jy/beam ! Clean residual mean=-0.000000 rms=0.000150 Jy/beam ! Combined flux in latest and established models = 0.123112 Jy keep ! Adding 283 model components to the UV plane model. ! The established model now contains 421 components and 0.123112 Jy ![Exited script file: muppet] wmap "J1401+5835_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.24 x 4.537 at -72.29 degrees (North through East) ! Clean map min=-0.00085869 max=0.09943 Jy/beam ! Writing clean map to FITS file: J1401+5835_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.0994297 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00014896 device "J1401+5835_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J1401+5835_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.449443 0.449443 0.898886 1.79777 3.59554 7.19109 14.3822 28.7643 57.5287 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.099 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.24 x 4.537 at -72.29 degrees (North through East) ! Clean map min=-0.00085869 max=0.09943 Jy/beam quit ! Quitting program ! Log file J1401+5835_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:37:43 2016