! Started logfile: J1420+3721_S_2014_06_09_pus_uvs.log on Wed Nov 16 19:56:05 2016 obs J1420+3721_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J1420+3721_S_2014_06_09_pus_uva.fits ! AN table 1: 74 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.766366 visibilities/baseline/integration-bin. ! Found source: J1420+3721 ! ! 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 10208 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 J1420+3721_S_2014_06_09_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 98 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 98 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 98 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 98 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.902011Jy sigma=0.011218 ! Fit after self-cal, rms=0.886791Jy sigma=0.011068 ! 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.927 mas, bmaj=4.651 mas, bpa=-10.96 degrees ! Estimated noise=856.622 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.0814001 Jy ! Component: 100 - total flux cleaned = 0.107009 Jy ! Total flux subtracted in 100 components = 0.107009 Jy ! Clean residual min=-0.005056 max=0.012378 Jy/beam ! Clean residual mean=0.000014 rms=0.001436 Jy/beam ! Combined flux in latest and established models = 0.107009 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.107009 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073855Jy sigma=0.000845 ! Fit after self-cal, rms=0.073809Jy sigma=0.000845 ! Inverting map ! Added new window around map position (3.5, -0.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0144056 Jy ! Component: 100 - total flux cleaned = 0.0227353 Jy ! Total flux subtracted in 100 components = 0.0227353 Jy ! Clean residual min=-0.003230 max=0.004158 Jy/beam ! Clean residual mean=0.000006 rms=0.000836 Jy/beam ! Combined flux in latest and established models = 0.129745 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 16 components and 0.129745 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069847Jy sigma=0.000793 ! Fit after self-cal, rms=0.069796Jy 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=3.697 mas, bmaj=5.751 mas, bpa=-9.322 degrees ! Estimated noise=572.098 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.00686472 Jy ! Component: 100 - total flux cleaned = 0.0100128 Jy ! Component: 150 - total flux cleaned = 0.0116787 Jy ! Component: 200 - total flux cleaned = 0.0120319 Jy ! Total flux subtracted in 200 components = 0.0120319 Jy ! Clean residual min=-0.002122 max=0.002329 Jy/beam ! Clean residual mean=0.000002 rms=0.000576 Jy/beam ! Combined flux in latest and established models = 0.141777 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 38 components and 0.141777 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069110Jy sigma=0.000786 ! Fit after self-cal, rms=0.069105Jy sigma=0.000785 ! 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.00* FD 0.87 HN 0.96 KP 1.03 ! LA 1.16 MK 1.03 NL 0.93 OV 0.99 ! PT 1.00 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.97 HN 0.99 KP 1.00 ! LA 1.12 MK 1.03 NL 1.00 OV 1.02 ! PT 0.99 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.18 HN 1.01 KP 0.91 ! LA 0.91 MK 1.05 NL 0.99 OV 0.93 ! PT 0.98 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.99 HN 0.99 KP 0.89 ! LA 0.89 MK 1.07 NL 1.05 OV 1.01 ! PT 1.04 SC 0.99 ! ! ! Fit before self-cal, rms=0.069105Jy sigma=0.000785 ! Fit after self-cal, rms=0.067793Jy sigma=0.000773 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.735 mas, bmaj=5.791 mas, bpa=-9.028 degrees ! Estimated noise=571.723 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.000182677 Jy ! Component: 100 - total flux cleaned = 0.00018306 Jy ! Component: 150 - total flux cleaned = 0.000145064 Jy ! Component: 200 - total flux cleaned = 0.000129288 Jy ! Total flux subtracted in 200 components = 0.000129288 Jy ! Clean residual min=-0.001627 max=0.001879 Jy/beam ! Clean residual mean=-0.000005 rms=0.000450 Jy/beam ! Combined flux in latest and established models = 0.141906 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 44 components and 0.141906 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067780Jy sigma=0.000773 ! Fit after self-cal, rms=0.067782Jy sigma=0.000773 ! 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.067782Jy sigma=0.000773 ! Fit after self-cal, rms=0.068140Jy sigma=0.000772 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.734 mas, bmaj=5.788 mas, bpa=-8.92 degrees ! Estimated noise=571.4 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.94223e-05 Jy ! Component: 100 - total flux cleaned = -1.8446e-05 Jy ! Component: 150 - total flux cleaned = -1.83365e-05 Jy ! Component: 200 - total flux cleaned = -1.86328e-05 Jy ! Total flux subtracted in 200 components = -1.86328e-05 Jy ! Clean residual min=-0.001560 max=0.001869 Jy/beam ! Clean residual mean=-0.000005 rms=0.000433 Jy/beam ! Combined flux in latest and established models = 0.141887 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 53 components and 0.141887 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068137Jy sigma=0.000772 ! Fit after self-cal, rms=0.068146Jy sigma=0.000772 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 (37, -33). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00167052 Jy ! Component: 100 - total flux cleaned = 0.0023519 Jy ! Component: 150 - total flux cleaned = 0.00243115 Jy ! Component: 200 - total flux cleaned = 0.002453 Jy ! Total flux subtracted in 200 components = 0.002453 Jy ! Clean residual min=-0.001579 max=0.001625 Jy/beam ! Clean residual mean=-0.000005 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.14434 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 71 components and 0.14434 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068100Jy sigma=0.000772 ! Fit after self-cal, rms=0.068099Jy sigma=0.000772 ! 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.068099Jy sigma=0.000772 ! Fit after self-cal, rms=0.068051Jy sigma=0.000772 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.737 mas, bmaj=5.789 mas, bpa=-8.77 degrees ! Estimated noise=570.879 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000352155 Jy ! Component: 100 - total flux cleaned = 0.000351167 Jy ! Component: 150 - total flux cleaned = 0.000315876 Jy ! Component: 200 - total flux cleaned = 0.000315741 Jy ! Total flux subtracted in 200 components = 0.000315741 Jy ! Clean residual min=-0.001534 max=0.001678 Jy/beam ! Clean residual mean=-0.000004 rms=0.000397 Jy/beam ! Combined flux in latest and established models = 0.144656 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 78 components and 0.144656 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068040Jy sigma=0.000771 ! Fit after self-cal, rms=0.068042Jy sigma=0.000771 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 (-34.5, -94). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00150231 Jy ! Component: 100 - total flux cleaned = 0.00191239 Jy ! Component: 150 - total flux cleaned = 0.00198959 Jy ! Component: 200 - total flux cleaned = 0.00196749 Jy ! Total flux subtracted in 200 components = 0.00196749 Jy ! Clean residual min=-0.001402 max=0.001522 Jy/beam ! Clean residual mean=-0.000005 rms=0.000369 Jy/beam ! Combined flux in latest and established models = 0.146624 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 101 components and 0.146624 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068002Jy sigma=0.000771 ! Fit after self-cal, rms=0.067999Jy sigma=0.000771 ! 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.067999Jy sigma=0.000771 ! Fit after self-cal, rms=0.067960Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.1 mas, bmaj=10.47 mas, bpa=-17.99 degrees ! Estimated noise=693.012 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000448931 Jy ! Component: 100 - total flux cleaned = 0.000590336 Jy ! Component: 150 - total flux cleaned = 0.000710889 Jy ! Component: 200 - total flux cleaned = 0.000829124 Jy ! Total flux subtracted in 200 components = 0.000829124 Jy ! Clean residual min=-0.001430 max=0.001526 Jy/beam ! Clean residual mean=-0.000011 rms=0.000426 Jy/beam ! Combined flux in latest and established models = 0.147453 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 111 components and 0.147453 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067956Jy sigma=0.000771 ! Fit after self-cal, rms=0.067957Jy sigma=0.000771 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.23449e-05 Jy ! Component: 100 - total flux cleaned = 6.83578e-05 Jy ! Component: 150 - total flux cleaned = 5.57437e-05 Jy ! Component: 200 - total flux cleaned = 3.22204e-05 Jy ! Total flux subtracted in 200 components = 3.22204e-05 Jy ! Clean residual min=-0.001393 max=0.001518 Jy/beam ! Clean residual mean=-0.000011 rms=0.000421 Jy/beam ! Combined flux in latest and established models = 0.147485 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 120 components and 0.147485 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067955Jy sigma=0.000771 ! Fit after self-cal, rms=0.067954Jy sigma=0.000771 ! 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.738 mas, bmaj=5.792 mas, bpa=-8.674 degrees ! Estimated noise=570.365 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.738 x 5.792 at -8.674 degrees (North through East) ! Clean map min=-0.0012605 max=0.11263 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.955 mas, bmaj=4.679 mas, bpa=-10.17 degrees ! Estimated noise=858.926 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0813528 Jy ! Component: 100 - total flux cleaned = 0.106804 Jy ! Component: 150 - total flux cleaned = 0.120834 Jy ! Component: 200 - total flux cleaned = 0.128869 Jy ! Total flux subtracted in 200 components = 0.128869 Jy ! Clean residual min=-0.002794 max=0.004018 Jy/beam ! Clean residual mean=0.000002 rms=0.000763 Jy/beam ! Combined flux in latest and established models = 0.128869 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.128869 Jy ! Inverting map and beam ! Estimated beam: bmin=3.738 mas, bmaj=5.792 mas, bpa=-8.674 degrees ! Estimated noise=570.365 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.00626419 Jy ! Component: 100 - total flux cleaned = 0.00922428 Jy ! Component: 150 - total flux cleaned = 0.0112815 Jy ! Component: 200 - total flux cleaned = 0.0129144 Jy ! Total flux subtracted in 200 components = 0.0129144 Jy ! Clean residual min=-0.001488 max=0.001477 Jy/beam ! Clean residual mean=-0.000002 rms=0.000416 Jy/beam ! Combined flux in latest and established models = 0.141783 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 42 components and 0.141783 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.1 mas, bmaj=10.47 mas, bpa=-17.99 degrees ! Estimated noise=693.012 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00179696 Jy ! Component: 100 - total flux cleaned = 0.00306011 Jy ! Component: 150 - total flux cleaned = 0.00400823 Jy ! Component: 200 - total flux cleaned = 0.00459534 Jy ! Total flux subtracted in 200 components = 0.00459534 Jy ! Clean residual min=-0.001568 max=0.001399 Jy/beam ! Clean residual mean=-0.000008 rms=0.000433 Jy/beam ! Combined flux in latest and established models = 0.146378 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.000314779 Jy ! Component: 100 - total flux cleaned = 0.000585282 Jy ! Component: 150 - total flux cleaned = 0.000817464 Jy ! Component: 200 - total flux cleaned = 0.000973526 Jy ! Total flux subtracted in 200 components = 0.000973526 Jy ! Clean residual min=-0.001430 max=0.001439 Jy/beam ! Clean residual mean=-0.000009 rms=0.000422 Jy/beam ! Combined flux in latest and established models = 0.147352 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 76 components and 0.147352 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.738 mas, bmaj=5.792 mas, bpa=-8.674 degrees ! Estimated noise=570.365 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000345118 Jy ! Component: 100 - total flux cleaned = -0.000378864 Jy ! Component: 150 - total flux cleaned = -0.000349002 Jy ! Component: 200 - total flux cleaned = -0.000349478 Jy ! Total flux subtracted in 200 components = -0.000349478 Jy ! Clean residual min=-0.001376 max=0.001589 Jy/beam ! Clean residual mean=-0.000005 rms=0.000367 Jy/beam ! Combined flux in latest and established models = 0.147002 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 93 components and 0.147002 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067979Jy sigma=0.000771 ! Fit after self-cal, rms=0.067975Jy sigma=0.000771 wmodel J1420+3721_S_2014_06_09_pus_map.mod ! Writing 93 model components to file: J1420+3721_S_2014_06_09_pus_map.mod wobs J1420+3721_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J1420+3721_S_2014_06_09_pus_uvs.fits wwins J1420+3721_S_2014_06_09_pus_map.win ! wwins: Wrote 4 windows to J1420+3721_S_2014_06_09_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.000452244 Jy ! Component: 100 - total flux cleaned = 0.000797478 Jy ! Component: 150 - total flux cleaned = 0.00103359 Jy ! Component: 200 - total flux cleaned = 0.0011478 Jy ! Component: 250 - total flux cleaned = 0.00119261 Jy ! Component: 300 - total flux cleaned = 0.00125737 Jy ! Component: 350 - total flux cleaned = 0.00132036 Jy ! Component: 400 - total flux cleaned = 0.001361 Jy ! Component: 450 - total flux cleaned = 0.0013608 Jy ! Component: 500 - total flux cleaned = 0.0013802 Jy ! Component: 550 - total flux cleaned = 0.00143776 Jy ! Component: 600 - total flux cleaned = 0.00149439 Jy ! Component: 650 - total flux cleaned = 0.0015133 Jy ! Component: 700 - total flux cleaned = 0.00160438 Jy ! Component: 750 - total flux cleaned = 0.00167575 Jy ! Component: 800 - total flux cleaned = 0.00171083 Jy ! Component: 850 - total flux cleaned = 0.00172777 Jy ! Component: 900 - total flux cleaned = 0.0016607 Jy ! Component: 950 - total flux cleaned = 0.00171023 Jy ! Component: 1000 - total flux cleaned = 0.00172602 Jy ! Component: 1050 - total flux cleaned = 0.0016619 Jy ! Component: 1100 - total flux cleaned = 0.00172543 Jy ! Component: 1150 - total flux cleaned = 0.00172539 Jy ! Component: 1200 - total flux cleaned = 0.00171015 Jy ! Component: 1250 - total flux cleaned = 0.00169508 Jy ! Component: 1300 - total flux cleaned = 0.00169516 Jy ! Component: 1350 - total flux cleaned = 0.00163585 Jy ! Component: 1400 - total flux cleaned = 0.00159209 Jy ! Component: 1450 - total flux cleaned = 0.00149128 Jy ! Component: 1500 - total flux cleaned = 0.00150574 Jy ! Component: 1550 - total flux cleaned = 0.00146344 Jy ! Component: 1600 - total flux cleaned = 0.00144954 Jy ! Component: 1650 - total flux cleaned = 0.00144959 Jy ! Component: 1700 - total flux cleaned = 0.00143593 Jy ! Component: 1750 - total flux cleaned = 0.0013955 Jy ! Component: 1800 - total flux cleaned = 0.00139567 Jy ! Component: 1850 - total flux cleaned = 0.00138246 Jy ! Component: 1900 - total flux cleaned = 0.00134334 Jy ! Component: 1950 - total flux cleaned = 0.00139524 Jy ! Component: 2000 - total flux cleaned = 0.00135676 Jy ! Component: 2050 - total flux cleaned = 0.00131863 Jy ! Component: 2100 - total flux cleaned = 0.00134355 Jy ! Component: 2150 - total flux cleaned = 0.00135587 Jy ! Component: 2200 - total flux cleaned = 0.00128138 Jy ! Component: 2250 - total flux cleaned = 0.00124427 Jy ! Component: 2300 - total flux cleaned = 0.00120788 Jy ! Component: 2350 - total flux cleaned = 0.00118372 Jy ! Component: 2400 - total flux cleaned = 0.00115977 Jy ! Component: 2450 - total flux cleaned = 0.00111239 Jy ! Component: 2500 - total flux cleaned = 0.00110058 Jy ! Component: 2550 - total flux cleaned = 0.00111215 Jy ! Component: 2600 - total flux cleaned = 0.00106597 Jy ! Component: 2650 - total flux cleaned = 0.00100882 Jy ! Component: 2700 - total flux cleaned = 0.00104285 Jy ! Component: 2750 - total flux cleaned = 0.000997599 Jy ! Component: 2800 - total flux cleaned = 0.00100882 Jy ! Component: 2850 - total flux cleaned = 0.000953231 Jy ! Component: 2900 - total flux cleaned = 0.000909112 Jy ! Component: 2950 - total flux cleaned = 0.000876288 Jy ! Component: 3000 - total flux cleaned = 0.000854524 Jy ! Component: 3050 - total flux cleaned = 0.000800749 Jy ! Component: 3100 - total flux cleaned = 0.000790107 Jy ! Component: 3150 - total flux cleaned = 0.000768865 Jy ! Component: 3200 - total flux cleaned = 0.000758342 Jy ! Component: 3250 - total flux cleaned = 0.000716599 Jy ! Component: 3300 - total flux cleaned = 0.000675052 Jy ! Component: 3350 - total flux cleaned = 0.000706038 Jy ! Component: 3400 - total flux cleaned = 0.000665069 Jy ! Component: 3450 - total flux cleaned = 0.000624372 Jy ! Component: 3500 - total flux cleaned = 0.000654655 Jy ! Component: 3550 - total flux cleaned = 0.000594533 Jy ! Component: 3600 - total flux cleaned = 0.000564742 Jy ! Component: 3650 - total flux cleaned = 0.00055493 Jy ! Component: 3700 - total flux cleaned = 0.000574575 Jy ! Component: 3750 - total flux cleaned = 0.000574569 Jy ! Component: 3800 - total flux cleaned = 0.000545424 Jy ! Component: 3850 - total flux cleaned = 0.000555007 Jy ! Component: 3900 - total flux cleaned = 0.000526434 Jy ! Component: 3950 - total flux cleaned = 0.000592881 Jy ! Component: 4000 - total flux cleaned = 0.000583398 Jy ! Component: 4050 - total flux cleaned = 0.000573912 Jy ! Total flux subtracted in 4096 components = 0.000564609 Jy ! Clean residual min=-0.000605 max=0.000593 Jy/beam ! Clean residual mean=-0.000001 rms=0.000166 Jy/beam ! Combined flux in latest and established models = 0.147567 Jy keep ! Adding 282 model components to the UV plane model. ! The established model now contains 375 components and 0.147567 Jy ![Exited script file: muppet] wmap "J1420+3721_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.738 x 5.792 at -8.674 degrees (North through East) ! Clean map min=-0.00098521 max=0.11305 Jy/beam ! Writing clean map to FITS file: J1420+3721_S_2014_06_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.113045 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000163608 device "J1420+3721_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1420+3721_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.434186 0.434186 0.868371 1.73674 3.47348 6.94697 13.8939 27.7879 55.5758 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.113 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.738 x 5.792 at -8.674 degrees (North through East) ! Clean map min=-0.00098521 max=0.11305 Jy/beam quit ! Quitting program ! Log file J1420+3721_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 19:56:10 2016