! Started logfile: J1547+2052_S_2015_03_17_pus_uvs.log on Fri Dec 30 23:03:04 2016 obs J1547+2052_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J1547+2052_S_2015_03_17_pus_uva.fits ! AN table 1: 124 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.882079 visibilities/baseline/integration-bin. ! Found source: J1547+2052 ! ! 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 19688 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 J1547+2052_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 76 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 76 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 76 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 76 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.991161Jy sigma=0.012234 ! Fit after self-cal, rms=0.958372Jy sigma=0.011851 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.742 mas, bmaj=5.937 mas, bpa=-6.997 degrees ! Estimated noise=628.354 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.0310128 Jy ! Component: 100 - total flux cleaned = 0.0400567 Jy ! Total flux subtracted in 100 components = 0.0400567 Jy ! Clean residual min=-0.002608 max=0.003904 Jy/beam ! Clean residual mean=-0.000008 rms=0.000639 Jy/beam ! Combined flux in latest and established models = 0.0400567 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.0400567 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068455Jy sigma=0.000775 ! Fit after self-cal, rms=0.067836Jy sigma=0.000768 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00505237 Jy ! Component: 100 - total flux cleaned = 0.00788964 Jy ! Total flux subtracted in 100 components = 0.00788964 Jy ! Clean residual min=-0.002570 max=0.002116 Jy/beam ! Clean residual mean=-0.000006 rms=0.000557 Jy/beam ! Combined flux in latest and established models = 0.0479463 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 22 components and 0.0479463 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067303Jy sigma=0.000763 ! Fit after self-cal, rms=0.067279Jy 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.399 mas, bmaj=6.749 mas, bpa=-4.726 degrees ! Estimated noise=415.794 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.00262146 Jy ! Component: 100 - total flux cleaned = 0.00402936 Jy ! Component: 150 - total flux cleaned = 0.00488805 Jy ! Component: 200 - total flux cleaned = 0.00540208 Jy ! Total flux subtracted in 200 components = 0.00540208 Jy ! Clean residual min=-0.001853 max=0.001747 Jy/beam ! Clean residual mean=-0.000005 rms=0.000438 Jy/beam ! Combined flux in latest and established models = 0.0533484 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 50 components and 0.0533484 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067136Jy sigma=0.000761 ! Fit after self-cal, rms=0.067125Jy sigma=0.000761 ! 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.07 FD 0.83 HN 0.92 KP 1.08 ! LA 0.97 MK 1.00 NL 0.94 OV 1.03 ! PT 1.09 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.92 HN 1.02 KP 1.08 ! LA 1.02 MK 1.06 NL 0.98 OV 1.07 ! PT 1.05 SC 1.10 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.85 HN 0.98 KP 0.96 ! LA 0.79 MK 1.05 NL 1.10 OV 1.00 ! PT 1.06 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.94 HN 0.94 KP 0.98 ! LA 0.83 MK 1.11 NL 1.00 OV 1.00 ! PT 1.08 SC 0.96 ! ! ! Fit before self-cal, rms=0.067125Jy sigma=0.000761 ! Fit after self-cal, rms=0.064923Jy sigma=0.000759 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.44 mas, bmaj=6.805 mas, bpa=-4.383 degrees ! Estimated noise=418.065 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 = 3.28818e-05 Jy ! Component: 100 - total flux cleaned = 5.11428e-05 Jy ! Component: 150 - total flux cleaned = 9.72993e-05 Jy ! Component: 200 - total flux cleaned = 0.000125435 Jy ! Total flux subtracted in 200 components = 0.000125435 Jy ! Clean residual min=-0.001626 max=0.001429 Jy/beam ! Clean residual mean=-0.000000 rms=0.000345 Jy/beam ! Combined flux in latest and established models = 0.0534738 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 56 components and 0.0534738 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064915Jy sigma=0.000759 ! Fit after self-cal, rms=0.064839Jy sigma=0.000759 ! 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.064839Jy sigma=0.000759 ! Fit after self-cal, rms=0.064386Jy sigma=0.000758 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.434 mas, bmaj=6.805 mas, bpa=-4.973 degrees ! Estimated noise=415.75 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000147112 Jy ! Component: 100 - total flux cleaned = 9.72981e-05 Jy ! Component: 150 - total flux cleaned = 8.74084e-05 Jy ! Component: 200 - total flux cleaned = 0.000105484 Jy ! Total flux subtracted in 200 components = 0.000105484 Jy ! Clean residual min=-0.001596 max=0.001381 Jy/beam ! Clean residual mean=0.000000 rms=0.000339 Jy/beam ! Combined flux in latest and established models = 0.0535793 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 60 components and 0.0535793 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064381Jy sigma=0.000758 ! Fit after self-cal, rms=0.064379Jy sigma=0.000758 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.41773e-05 Jy ! Component: 100 - total flux cleaned = 7.23803e-05 Jy ! Component: 150 - total flux cleaned = 6.33024e-05 Jy ! Component: 200 - total flux cleaned = 7.21208e-05 Jy ! Total flux subtracted in 200 components = 7.21208e-05 Jy ! Clean residual min=-0.001561 max=0.001388 Jy/beam ! Clean residual mean=0.000000 rms=0.000339 Jy/beam ! Combined flux in latest and established models = 0.0536514 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 61 components and 0.0536514 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064375Jy sigma=0.000758 ! Fit after self-cal, rms=0.064376Jy sigma=0.000758 ! 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.064376Jy sigma=0.000758 ! Fit after self-cal, rms=0.064318Jy sigma=0.000758 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.434 mas, bmaj=6.795 mas, bpa=-4.965 degrees ! Estimated noise=415.217 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.22571e-08 Jy ! Component: 100 - total flux cleaned = -1.87468e-05 Jy ! Component: 150 - total flux cleaned = -1.02723e-05 Jy ! Component: 200 - total flux cleaned = -1.00254e-05 Jy ! Total flux subtracted in 200 components = -1.00254e-05 Jy ! Clean residual min=-0.001547 max=0.001369 Jy/beam ! Clean residual mean=0.000000 rms=0.000338 Jy/beam ! Combined flux in latest and established models = 0.0536414 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 63 components and 0.0536414 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064315Jy sigma=0.000758 ! Fit after self-cal, rms=0.064317Jy sigma=0.000758 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.07624e-05 Jy ! Component: 100 - total flux cleaned = -2.76832e-06 Jy ! Component: 150 - total flux cleaned = 4.81934e-06 Jy ! Component: 200 - total flux cleaned = 5.01795e-06 Jy ! Total flux subtracted in 200 components = 5.01795e-06 Jy ! Clean residual min=-0.001541 max=0.001359 Jy/beam ! Clean residual mean=0.000000 rms=0.000338 Jy/beam ! Combined flux in latest and established models = 0.0536464 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 63 components and 0.0536464 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064315Jy sigma=0.000758 ! Fit after self-cal, rms=0.064315Jy sigma=0.000758 ! 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.064315Jy sigma=0.000758 ! Fit after self-cal, rms=0.064247Jy sigma=0.000758 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.701 mas, bmaj=10.27 mas, bpa=-4.261 degrees ! Estimated noise=516.804 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.23269e-05 Jy ! Component: 100 - total flux cleaned = -4.16403e-06 Jy ! Component: 150 - total flux cleaned = 1.73438e-05 Jy ! Component: 200 - total flux cleaned = 2.83912e-05 Jy ! Total flux subtracted in 200 components = 2.83912e-05 Jy ! Clean residual min=-0.001726 max=0.001409 Jy/beam ! Clean residual mean=0.000001 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.0536748 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 68 components and 0.0536748 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064246Jy sigma=0.000758 ! Fit after self-cal, rms=0.064246Jy sigma=0.000758 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.51075e-05 Jy ! Component: 100 - total flux cleaned = -3.42599e-05 Jy ! Component: 150 - total flux cleaned = -2.94177e-05 Jy ! Component: 200 - total flux cleaned = -2.43835e-05 Jy ! Total flux subtracted in 200 components = -2.43835e-05 Jy ! Clean residual min=-0.001726 max=0.001408 Jy/beam ! Clean residual mean=0.000001 rms=0.000426 Jy/beam ! Combined flux in latest and established models = 0.0536504 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 68 components and 0.0536504 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064245Jy sigma=0.000758 ! Fit after self-cal, rms=0.064246Jy sigma=0.000758 ! 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.434 mas, bmaj=6.785 mas, bpa=-4.856 degrees ! Estimated noise=414.795 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.434 x 6.785 at -4.856 degrees (North through East) ! Clean map min=-0.0014769 max=0.042089 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.761 mas, bmaj=5.958 mas, bpa=-7.167 degrees ! Estimated noise=632.56 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0318655 Jy ! Component: 100 - total flux cleaned = 0.0419326 Jy ! Component: 150 - total flux cleaned = 0.0465503 Jy ! Component: 200 - total flux cleaned = 0.0490597 Jy ! Total flux subtracted in 200 components = 0.0490597 Jy ! Clean residual min=-0.002206 max=0.002036 Jy/beam ! Clean residual mean=-0.000002 rms=0.000525 Jy/beam ! Combined flux in latest and established models = 0.0490597 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.0490597 Jy ! Inverting map and beam ! Estimated beam: bmin=3.434 mas, bmaj=6.785 mas, bpa=-4.856 degrees ! Estimated noise=414.795 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.00195592 Jy ! Component: 100 - total flux cleaned = 0.00296549 Jy ! Component: 150 - total flux cleaned = 0.00358761 Jy ! Component: 200 - total flux cleaned = 0.00383253 Jy ! Total flux subtracted in 200 components = 0.00383253 Jy ! Clean residual min=-0.001555 max=0.001411 Jy/beam ! Clean residual mean=0.000000 rms=0.000345 Jy/beam ! Combined flux in latest and established models = 0.0528923 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 39 components and 0.0528923 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.701 mas, bmaj=10.27 mas, bpa=-4.261 degrees ! Estimated noise=516.804 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000510663 Jy ! Component: 100 - total flux cleaned = 0.000673795 Jy ! Component: 150 - total flux cleaned = 0.000681254 Jy ! Component: 200 - total flux cleaned = 0.000688062 Jy ! Total flux subtracted in 200 components = 0.000688062 Jy ! Clean residual min=-0.001749 max=0.001445 Jy/beam ! Clean residual mean=0.000001 rms=0.000431 Jy/beam ! Combined flux in latest and established models = 0.0535803 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 = 6.67797e-06 Jy ! Component: 100 - total flux cleaned = 1.29367e-05 Jy ! Component: 150 - total flux cleaned = 1.92174e-05 Jy ! Component: 200 - total flux cleaned = 2.53233e-05 Jy ! Total flux subtracted in 200 components = 2.53233e-05 Jy ! Clean residual min=-0.001743 max=0.001440 Jy/beam ! Clean residual mean=0.000001 rms=0.000430 Jy/beam ! Combined flux in latest and established models = 0.0536057 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 45 components and 0.0536057 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.434 mas, bmaj=6.785 mas, bpa=-4.856 degrees ! Estimated noise=414.795 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000242562 Jy ! Component: 100 - total flux cleaned = -0.000242608 Jy ! Component: 150 - total flux cleaned = -0.000230925 Jy ! Component: 200 - total flux cleaned = -0.000208642 Jy ! Total flux subtracted in 200 components = -0.000208642 Jy ! Clean residual min=-0.001535 max=0.001421 Jy/beam ! Clean residual mean=0.000000 rms=0.000341 Jy/beam ! Combined flux in latest and established models = 0.053397 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 52 components and 0.053397 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064252Jy sigma=0.000758 ! Fit after self-cal, rms=0.064250Jy sigma=0.000758 wmodel J1547+2052_S_2015_03_17_pus_map.mod ! Writing 52 model components to file: J1547+2052_S_2015_03_17_pus_map.mod wobs J1547+2052_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J1547+2052_S_2015_03_17_pus_uvs.fits wwins J1547+2052_S_2015_03_17_pus_map.win ! wwins: Wrote 1 windows to J1547+2052_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.000247054 Jy ! Component: 100 - total flux cleaned = -0.000410314 Jy ! Component: 150 - total flux cleaned = -0.000388395 Jy ! Component: 200 - total flux cleaned = -0.000303825 Jy ! Component: 250 - total flux cleaned = -0.000183248 Jy ! Component: 300 - total flux cleaned = -8.64058e-05 Jy ! Component: 350 - total flux cleaned = 7.70373e-06 Jy ! Component: 400 - total flux cleaned = 9.94539e-05 Jy ! Component: 450 - total flux cleaned = 0.000225187 Jy ! Component: 500 - total flux cleaned = 0.000312893 Jy ! Component: 550 - total flux cleaned = 0.000432893 Jy ! Component: 600 - total flux cleaned = 0.00051661 Jy ! Component: 650 - total flux cleaned = 0.000582204 Jy ! Component: 700 - total flux cleaned = 0.000647078 Jy ! Component: 750 - total flux cleaned = 0.000757895 Jy ! Component: 800 - total flux cleaned = 0.000788825 Jy ! Component: 850 - total flux cleaned = 0.000880523 Jy ! Component: 900 - total flux cleaned = 0.000925251 Jy ! Component: 950 - total flux cleaned = 0.000969464 Jy ! Component: 1000 - total flux cleaned = 0.00102715 Jy ! Component: 1050 - total flux cleaned = 0.00109828 Jy ! Component: 1100 - total flux cleaned = 0.00112607 Jy ! Component: 1150 - total flux cleaned = 0.00113976 Jy ! Component: 1200 - total flux cleaned = 0.00120809 Jy ! Component: 1250 - total flux cleaned = 0.00123509 Jy ! Component: 1300 - total flux cleaned = 0.00127498 Jy ! Component: 1350 - total flux cleaned = 0.00130116 Jy ! Component: 1400 - total flux cleaned = 0.00136556 Jy ! Component: 1450 - total flux cleaned = 0.00137823 Jy ! Component: 1500 - total flux cleaned = 0.0014031 Jy ! Component: 1550 - total flux cleaned = 0.00139063 Jy ! Component: 1600 - total flux cleaned = 0.00136623 Jy ! Component: 1650 - total flux cleaned = 0.00139052 Jy ! Component: 1700 - total flux cleaned = 0.00139051 Jy ! Component: 1750 - total flux cleaned = 0.00140207 Jy ! Component: 1800 - total flux cleaned = 0.00136694 Jy ! Component: 1850 - total flux cleaned = 0.00133251 Jy ! Component: 1900 - total flux cleaned = 0.00133249 Jy ! Component: 1950 - total flux cleaned = 0.00137757 Jy ! Component: 2000 - total flux cleaned = 0.00136624 Jy ! Component: 2050 - total flux cleaned = 0.00136605 Jy ! Component: 2100 - total flux cleaned = 0.00135516 Jy ! Component: 2150 - total flux cleaned = 0.00135517 Jy ! Component: 2200 - total flux cleaned = 0.00135512 Jy ! Component: 2250 - total flux cleaned = 0.00134454 Jy ! Component: 2300 - total flux cleaned = 0.00132378 Jy ! Component: 2350 - total flux cleaned = 0.00136511 Jy ! Component: 2400 - total flux cleaned = 0.00132418 Jy ! Component: 2450 - total flux cleaned = 0.00130401 Jy ! Component: 2500 - total flux cleaned = 0.00131402 Jy ! Component: 2550 - total flux cleaned = 0.0013139 Jy ! Component: 2600 - total flux cleaned = 0.0012745 Jy ! Component: 2650 - total flux cleaned = 0.00129409 Jy ! Component: 2700 - total flux cleaned = 0.00125539 Jy ! Component: 2750 - total flux cleaned = 0.00124585 Jy ! Component: 2800 - total flux cleaned = 0.00121741 Jy ! Component: 2850 - total flux cleaned = 0.00119861 Jy ! Component: 2900 - total flux cleaned = 0.00120798 Jy ! Component: 2950 - total flux cleaned = 0.00117083 Jy ! Component: 3000 - total flux cleaned = 0.0011616 Jy ! Component: 3050 - total flux cleaned = 0.00113428 Jy ! Component: 3100 - total flux cleaned = 0.00115227 Jy ! Component: 3150 - total flux cleaned = 0.00113431 Jy ! Component: 3200 - total flux cleaned = 0.00116089 Jy ! Component: 3250 - total flux cleaned = 0.00110792 Jy ! Component: 3300 - total flux cleaned = 0.00109052 Jy ! Component: 3350 - total flux cleaned = 0.00109053 Jy ! Component: 3400 - total flux cleaned = 0.00107319 Jy ! Component: 3450 - total flux cleaned = 0.00109031 Jy ! Component: 3500 - total flux cleaned = 0.00109867 Jy ! Component: 3550 - total flux cleaned = 0.00110694 Jy ! Component: 3600 - total flux cleaned = 0.00108181 Jy ! Component: 3650 - total flux cleaned = 0.00109011 Jy ! Component: 3700 - total flux cleaned = 0.00108189 Jy ! Component: 3750 - total flux cleaned = 0.00109006 Jy ! Component: 3800 - total flux cleaned = 0.00105754 Jy ! Component: 3850 - total flux cleaned = 0.00109781 Jy ! Component: 3900 - total flux cleaned = 0.00107362 Jy ! Component: 3950 - total flux cleaned = 0.00105769 Jy ! Component: 4000 - total flux cleaned = 0.00105769 Jy ! Component: 4050 - total flux cleaned = 0.0010419 Jy ! Total flux subtracted in 4096 components = 0.0010341 Jy ! Clean residual min=-0.000516 max=0.000542 Jy/beam ! Clean residual mean=0.000000 rms=0.000145 Jy/beam ! Combined flux in latest and established models = 0.0544311 Jy keep ! Adding 291 model components to the UV plane model. ! The established model now contains 343 components and 0.0544311 Jy ![Exited script file: muppet] wmap "J1547+2052_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.434 x 6.785 at -4.856 degrees (North through East) ! Clean map min=-0.0010654 max=0.041891 Jy/beam ! Writing clean map to FITS file: J1547+2052_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.0418911 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00014393 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.03075 1.03075 2.06149 4.12299 8.24597 16.4919 32.9839 65.9678 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.041 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.434 x 6.785 at -4.856 degrees (North through East) ! Clean map min=-0.0010654 max=0.041891 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 J1547+2052_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 23:03:08 2016