! Started logfile: J1058+5628_S_2014_05_31_pus_uvs.log on Mon Nov 28 15:23:38 2016 obs J1058+5628_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J1058+5628_S_2014_05_31_pus_uva.fits ! AN table 1: 102 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.700436 visibilities/baseline/integration-bin. ! Found source: J1058+5628 ! ! 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 12860 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 J1058+5628_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 160 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 160 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 160 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 160 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.858430Jy sigma=0.010474 ! Fit after self-cal, rms=0.833703Jy sigma=0.010190 ! 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.799 mas, bmaj=4.968 mas, bpa=32.67 degrees ! Estimated noise=835.69 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.1279 Jy ! Component: 100 - total flux cleaned = 0.156109 Jy ! Total flux subtracted in 100 components = 0.156109 Jy ! Clean residual min=-0.005102 max=0.009474 Jy/beam ! Clean residual mean=-0.000029 rms=0.001450 Jy/beam ! Combined flux in latest and established models = 0.156109 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.156109 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073156Jy sigma=0.000839 ! Fit after self-cal, rms=0.073148Jy sigma=0.000839 ! Inverting map ! Added new window around map position (-4, 1.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0104391 Jy ! Component: 100 - total flux cleaned = 0.0163045 Jy ! Total flux subtracted in 100 components = 0.0163045 Jy ! Clean residual min=-0.004776 max=0.004552 Jy/beam ! Clean residual mean=-0.000006 rms=0.001102 Jy/beam ! Combined flux in latest and established models = 0.172414 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 25 components and 0.172414 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070859Jy sigma=0.000813 ! Fit after self-cal, rms=0.070816Jy sigma=0.000813 ! 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.596 mas, bmaj=5.985 mas, bpa=28.19 degrees ! Estimated noise=518.575 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.00682867 Jy ! Component: 100 - total flux cleaned = 0.0103207 Jy ! Component: 150 - total flux cleaned = 0.0125446 Jy ! Component: 200 - total flux cleaned = 0.0140493 Jy ! Total flux subtracted in 200 components = 0.0140493 Jy ! Clean residual min=-0.003238 max=0.003387 Jy/beam ! Clean residual mean=0.000025 rms=0.000780 Jy/beam ! Combined flux in latest and established models = 0.186463 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 61 components and 0.186463 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070064Jy sigma=0.000806 ! Fit after self-cal, rms=0.070056Jy sigma=0.000806 ! 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 0.99 FD 0.85 HN 1.06 KP 1.02 ! LA 1.18 MK 1.00* NL 0.98 OV 0.99 ! PT 1.00 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.02 HN 1.04 KP 1.00 ! LA 1.15 MK 1.00* NL 1.02 OV 1.00 ! PT 1.00 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.13 HN 1.02 KP 0.91 ! LA 0.89 MK 1.00* NL 0.98 OV 0.93 ! PT 0.99 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.02 HN 0.99 KP 0.88 ! LA 0.87 MK 1.00* NL 1.06 OV 0.99 ! PT 1.01 SC 0.97 ! ! ! Fit before self-cal, rms=0.070056Jy sigma=0.000806 ! Fit after self-cal, rms=0.066602Jy sigma=0.000778 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.586 mas, bmaj=5.982 mas, bpa=28.35 degrees ! Estimated noise=516.669 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.000123924 Jy ! Component: 100 - total flux cleaned = 0.000162543 Jy ! Component: 150 - total flux cleaned = 0.000146356 Jy ! Component: 200 - total flux cleaned = 0.000131754 Jy ! Total flux subtracted in 200 components = 0.000131754 Jy ! Clean residual min=-0.001629 max=0.001896 Jy/beam ! Clean residual mean=-0.000012 rms=0.000430 Jy/beam ! Combined flux in latest and established models = 0.186595 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 73 components and 0.186595 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066593Jy sigma=0.000778 ! Fit after self-cal, rms=0.066582Jy sigma=0.000778 ! 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.066582Jy sigma=0.000778 ! Fit after self-cal, rms=0.066641Jy sigma=0.000776 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.588 mas, bmaj=5.966 mas, bpa=27.78 degrees ! Estimated noise=517.196 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000219538 Jy ! Component: 100 - total flux cleaned = 0.000217132 Jy ! Component: 150 - total flux cleaned = 0.000196817 Jy ! Component: 200 - total flux cleaned = 0.000163192 Jy ! Total flux subtracted in 200 components = 0.000163192 Jy ! Clean residual min=-0.001422 max=0.001484 Jy/beam ! Clean residual mean=-0.000017 rms=0.000365 Jy/beam ! Combined flux in latest and established models = 0.186758 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 83 components and 0.186758 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066625Jy sigma=0.000776 ! Fit after self-cal, rms=0.066624Jy 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 = 3.45936e-05 Jy ! Component: 100 - total flux cleaned = -6.10661e-06 Jy ! Component: 150 - total flux cleaned = -1.8023e-05 Jy ! Component: 200 - total flux cleaned = -2.89891e-05 Jy ! Total flux subtracted in 200 components = -2.89891e-05 Jy ! Clean residual min=-0.001434 max=0.001416 Jy/beam ! Clean residual mean=-0.000017 rms=0.000361 Jy/beam ! Combined flux in latest and established models = 0.186729 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 87 components and 0.186729 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066619Jy sigma=0.000776 ! Fit after self-cal, rms=0.066619Jy 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.066619Jy sigma=0.000776 ! Fit after self-cal, rms=0.066684Jy sigma=0.000776 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.589 mas, bmaj=5.956 mas, bpa=27.66 degrees ! Estimated noise=517.706 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000140302 Jy ! Component: 100 - total flux cleaned = 0.000155289 Jy ! Component: 150 - total flux cleaned = 0.000168114 Jy ! Component: 200 - total flux cleaned = 0.000146607 Jy ! Total flux subtracted in 200 components = 0.000146607 Jy ! Clean residual min=-0.001400 max=0.001352 Jy/beam ! Clean residual mean=-0.000017 rms=0.000354 Jy/beam ! Combined flux in latest and established models = 0.186876 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 92 components and 0.186876 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066678Jy sigma=0.000776 ! Fit after self-cal, rms=0.066677Jy 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 = 4.22542e-06 Jy ! Component: 100 - total flux cleaned = -1.38635e-05 Jy ! Component: 150 - total flux cleaned = -3.04687e-05 Jy ! Component: 200 - total flux cleaned = -3.01303e-05 Jy ! Total flux subtracted in 200 components = -3.01303e-05 Jy ! Clean residual min=-0.001408 max=0.001340 Jy/beam ! Clean residual mean=-0.000017 rms=0.000352 Jy/beam ! Combined flux in latest and established models = 0.186845 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 94 components and 0.186845 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066674Jy sigma=0.000776 ! Fit after self-cal, rms=0.066674Jy 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.066674Jy sigma=0.000776 ! Fit after self-cal, rms=0.066741Jy sigma=0.000776 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.055 mas, bmaj=8.961 mas, bpa=18.43 degrees ! Estimated noise=608.402 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000249793 Jy ! Component: 100 - total flux cleaned = 0.00022998 Jy ! Component: 150 - total flux cleaned = 0.000212635 Jy ! Component: 200 - total flux cleaned = 0.000197471 Jy ! Total flux subtracted in 200 components = 0.000197471 Jy ! Clean residual min=-0.001338 max=0.001252 Jy/beam ! Clean residual mean=-0.000034 rms=0.000375 Jy/beam ! Combined flux in latest and established models = 0.187043 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 98 components and 0.187043 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066740Jy sigma=0.000776 ! Fit after self-cal, rms=0.066739Jy 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 = 7.72082e-06 Jy ! Component: 100 - total flux cleaned = 2.3919e-06 Jy ! Component: 150 - total flux cleaned = -6.32364e-06 Jy ! Component: 200 - total flux cleaned = -1.43961e-05 Jy ! Total flux subtracted in 200 components = -1.43961e-05 Jy ! Clean residual min=-0.001333 max=0.001259 Jy/beam ! Clean residual mean=-0.000034 rms=0.000375 Jy/beam ! Combined flux in latest and established models = 0.187029 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 102 components and 0.187029 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066739Jy sigma=0.000776 ! Fit after self-cal, rms=0.066739Jy 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.589 mas, bmaj=5.95 mas, bpa=27.6 degrees ! Estimated noise=518.184 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.589 x 5.95 at 27.6 degrees (North through East) ! Clean map min=-0.0013772 max=0.16662 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.78 mas, bmaj=4.907 mas, bpa=31.95 degrees ! Estimated noise=834.926 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.127681 Jy ! Component: 100 - total flux cleaned = 0.1563 Jy ! Component: 150 - total flux cleaned = 0.167551 Jy ! Component: 200 - total flux cleaned = 0.173933 Jy ! Total flux subtracted in 200 components = 0.173933 Jy ! Clean residual min=-0.003037 max=0.003568 Jy/beam ! Clean residual mean=-0.000024 rms=0.000759 Jy/beam ! Combined flux in latest and established models = 0.173933 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.173933 Jy ! Inverting map and beam ! Estimated beam: bmin=4.589 mas, bmaj=5.95 mas, bpa=27.6 degrees ! Estimated noise=518.184 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.00581616 Jy ! Component: 100 - total flux cleaned = 0.00883644 Jy ! Component: 150 - total flux cleaned = 0.0105442 Jy ! Component: 200 - total flux cleaned = 0.011557 Jy ! Total flux subtracted in 200 components = 0.011557 Jy ! Clean residual min=-0.001432 max=0.001433 Jy/beam ! Clean residual mean=-0.000021 rms=0.000361 Jy/beam ! Combined flux in latest and established models = 0.18549 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 53 components and 0.18549 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.055 mas, bmaj=8.961 mas, bpa=18.43 degrees ! Estimated noise=608.402 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000862129 Jy ! Component: 100 - total flux cleaned = 0.00126321 Jy ! Component: 150 - total flux cleaned = 0.00136961 Jy ! Component: 200 - total flux cleaned = 0.00139856 Jy ! Total flux subtracted in 200 components = 0.00139856 Jy ! Clean residual min=-0.001338 max=0.001271 Jy/beam ! Clean residual mean=-0.000035 rms=0.000378 Jy/beam ! Combined flux in latest and established models = 0.186888 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 = 2.96401e-05 Jy ! Component: 100 - total flux cleaned = 4.95909e-05 Jy ! Component: 150 - total flux cleaned = 6.27304e-05 Jy ! Component: 200 - total flux cleaned = 6.66535e-05 Jy ! Total flux subtracted in 200 components = 6.66535e-05 Jy ! Clean residual min=-0.001342 max=0.001270 Jy/beam ! Clean residual mean=-0.000035 rms=0.000377 Jy/beam ! Combined flux in latest and established models = 0.186955 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 81 components and 0.186955 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.589 mas, bmaj=5.95 mas, bpa=27.6 degrees ! Estimated noise=518.184 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.47508e-06 Jy ! Component: 100 - total flux cleaned = -3.35188e-05 Jy ! Component: 150 - total flux cleaned = -5.92847e-05 Jy ! Component: 200 - total flux cleaned = -8.23763e-05 Jy ! Total flux subtracted in 200 components = -8.23763e-05 Jy ! Clean residual min=-0.001358 max=0.001330 Jy/beam ! Clean residual mean=-0.000018 rms=0.000348 Jy/beam ! Combined flux in latest and established models = 0.186873 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 89 components and 0.186873 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066733Jy sigma=0.000776 ! Fit after self-cal, rms=0.066732Jy sigma=0.000776 wmodel J1058+5628_S_2014_05_31_pus_map.mod ! Writing 89 model components to file: J1058+5628_S_2014_05_31_pus_map.mod wobs J1058+5628_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J1058+5628_S_2014_05_31_pus_uvs.fits wwins J1058+5628_S_2014_05_31_pus_map.win ! wwins: Wrote 2 windows to J1058+5628_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.000147672 Jy ! Component: 100 - total flux cleaned = 0.000171412 Jy ! Component: 150 - total flux cleaned = 0.000106352 Jy ! Component: 200 - total flux cleaned = 0.000148573 Jy ! Component: 250 - total flux cleaned = 0.00016891 Jy ! Component: 300 - total flux cleaned = 0.000169721 Jy ! Component: 350 - total flux cleaned = 0.00020797 Jy ! Component: 400 - total flux cleaned = 0.000226616 Jy ! Component: 450 - total flux cleaned = 0.00026305 Jy ! Component: 500 - total flux cleaned = 0.00031675 Jy ! Component: 550 - total flux cleaned = 0.000334107 Jy ! Component: 600 - total flux cleaned = 0.000368573 Jy ! Component: 650 - total flux cleaned = 0.000385381 Jy ! Component: 700 - total flux cleaned = 0.000385379 Jy ! Component: 750 - total flux cleaned = 0.00041743 Jy ! Component: 800 - total flux cleaned = 0.000433167 Jy ! Component: 850 - total flux cleaned = 0.000417467 Jy ! Component: 900 - total flux cleaned = 0.000387235 Jy ! Component: 950 - total flux cleaned = 0.000387432 Jy ! Component: 1000 - total flux cleaned = 0.000387614 Jy ! Component: 1050 - total flux cleaned = 0.000387624 Jy ! Component: 1100 - total flux cleaned = 0.000359007 Jy ! Component: 1150 - total flux cleaned = 0.000344843 Jy ! Component: 1200 - total flux cleaned = 0.000344915 Jy ! Component: 1250 - total flux cleaned = 0.000303823 Jy ! Component: 1300 - total flux cleaned = 0.000222363 Jy ! Component: 1350 - total flux cleaned = 0.000195646 Jy ! Component: 1400 - total flux cleaned = 0.000169141 Jy ! Component: 1450 - total flux cleaned = 3.92223e-05 Jy ! Component: 1500 - total flux cleaned = 5.23741e-05 Jy ! Component: 1550 - total flux cleaned = 2.70258e-05 Jy ! Component: 1600 - total flux cleaned = -4.83521e-05 Jy ! Component: 1650 - total flux cleaned = -8.53961e-05 Jy ! Component: 1700 - total flux cleaned = -0.000109855 Jy ! Component: 1750 - total flux cleaned = -0.000158272 Jy ! Component: 1800 - total flux cleaned = -0.000182029 Jy ! Component: 1850 - total flux cleaned = -0.000276452 Jy ! Component: 1900 - total flux cleaned = -0.000252925 Jy ! Component: 1950 - total flux cleaned = -0.000287525 Jy ! Component: 2000 - total flux cleaned = -0.000310538 Jy ! Component: 2050 - total flux cleaned = -0.000299302 Jy ! Component: 2100 - total flux cleaned = -0.000333136 Jy ! Component: 2150 - total flux cleaned = -0.00037758 Jy ! Component: 2200 - total flux cleaned = -0.000388434 Jy ! Component: 2250 - total flux cleaned = -0.00043212 Jy ! Component: 2300 - total flux cleaned = -0.000432114 Jy ! Component: 2350 - total flux cleaned = -0.000432174 Jy ! Component: 2400 - total flux cleaned = -0.000453425 Jy ! Component: 2450 - total flux cleaned = -0.000495095 Jy ! Component: 2500 - total flux cleaned = -0.000495062 Jy ! Component: 2550 - total flux cleaned = -0.000536196 Jy ! Component: 2600 - total flux cleaned = -0.000546245 Jy ! Component: 2650 - total flux cleaned = -0.000556272 Jy ! Component: 2700 - total flux cleaned = -0.000566141 Jy ! Component: 2750 - total flux cleaned = -0.000585839 Jy ! Component: 2800 - total flux cleaned = -0.000546554 Jy ! Component: 2850 - total flux cleaned = -0.000585599 Jy ! Component: 2900 - total flux cleaned = -0.000566289 Jy ! Component: 2950 - total flux cleaned = -0.000623849 Jy ! Component: 3000 - total flux cleaned = -0.000604829 Jy ! Component: 3050 - total flux cleaned = -0.000614275 Jy ! Component: 3100 - total flux cleaned = -0.000604895 Jy ! Component: 3150 - total flux cleaned = -0.000641958 Jy ! Component: 3200 - total flux cleaned = -0.000623513 Jy ! Component: 3250 - total flux cleaned = -0.000623562 Jy ! Component: 3300 - total flux cleaned = -0.000650816 Jy ! Component: 3350 - total flux cleaned = -0.000677773 Jy ! Component: 3400 - total flux cleaned = -0.000633035 Jy ! Component: 3450 - total flux cleaned = -0.000659656 Jy ! Component: 3500 - total flux cleaned = -0.000659605 Jy ! Component: 3550 - total flux cleaned = -0.000615962 Jy ! Component: 3600 - total flux cleaned = -0.000624766 Jy ! Component: 3650 - total flux cleaned = -0.000650668 Jy ! Component: 3700 - total flux cleaned = -0.000633429 Jy ! Component: 3750 - total flux cleaned = -0.000658904 Jy ! Component: 3800 - total flux cleaned = -0.000633521 Jy ! Component: 3850 - total flux cleaned = -0.000667058 Jy ! Component: 3900 - total flux cleaned = -0.000658604 Jy ! Component: 3950 - total flux cleaned = -0.000608746 Jy ! Component: 4000 - total flux cleaned = -0.000608758 Jy ! Component: 4050 - total flux cleaned = -0.000616931 Jy ! Total flux subtracted in 4096 components = -0.000608701 Jy ! Clean residual min=-0.000466 max=0.000615 Jy/beam ! Clean residual mean=-0.000004 rms=0.000146 Jy/beam ! Combined flux in latest and established models = 0.186264 Jy keep ! Adding 277 model components to the UV plane model. ! The established model now contains 366 components and 0.186264 Jy ![Exited script file: muppet] wmap "J1058+5628_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.589 x 5.95 at 27.6 degrees (North through East) ! Clean map min=-0.00090919 max=0.16679 Jy/beam ! Writing clean map to FITS file: J1058+5628_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.166785 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000145675 device "J1058+5628_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J1058+5628_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.262029 0.262029 0.524057 1.04811 2.09623 4.19246 8.38492 16.7698 33.5397 67.0793 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.166 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.589 x 5.95 at 27.6 degrees (North through East) ! Clean map min=-0.00090919 max=0.16679 Jy/beam quit ! Quitting program ! Log file J1058+5628_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 15:23:43 2016