! Started logfile: J1127+0555_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:57:34 2016 obs J1127+0555_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J1127+0555_S_2015_03_17_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.792398 visibilities/baseline/integration-bin. ! Found source: J1127+0555 ! ! 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 16260 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 J1127+0555_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 128 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 128 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 128 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 128 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.925052Jy sigma=0.010870 ! Fit after self-cal, rms=0.793566Jy sigma=0.009353 ! 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.68 mas, bmaj=6.679 mas, bpa=-6.513 degrees ! Estimated noise=694.75 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.15218 Jy ! Component: 100 - total flux cleaned = 0.189393 Jy ! Total flux subtracted in 100 components = 0.189393 Jy ! Clean residual min=-0.008442 max=0.015587 Jy/beam ! Clean residual mean=-0.000054 rms=0.002119 Jy/beam ! Combined flux in latest and established models = 0.189393 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.189393 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086247Jy sigma=0.000899 ! Fit after self-cal, rms=0.086226Jy sigma=0.000899 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0175535 Jy ! Component: 100 - total flux cleaned = 0.0280801 Jy ! Total flux subtracted in 100 components = 0.0280801 Jy ! Clean residual min=-0.007405 max=0.006264 Jy/beam ! Clean residual mean=-0.000029 rms=0.001549 Jy/beam ! Combined flux in latest and established models = 0.217473 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 23 components and 0.217473 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080325Jy sigma=0.000849 ! Fit after self-cal, rms=0.080290Jy sigma=0.000849 ! 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.3 mas, bmaj=7.633 mas, bpa=-7.289 degrees ! Estimated noise=484.315 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.00857315 Jy ! Component: 100 - total flux cleaned = 0.013158 Jy ! Component: 150 - total flux cleaned = 0.0159252 Jy ! Component: 200 - total flux cleaned = 0.0176721 Jy ! Total flux subtracted in 200 components = 0.0176721 Jy ! Clean residual min=-0.006517 max=0.005119 Jy/beam ! Clean residual mean=-0.000040 rms=0.001490 Jy/beam ! Combined flux in latest and established models = 0.235145 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 61 components and 0.235145 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078837Jy sigma=0.000843 ! Fit after self-cal, rms=0.078817Jy sigma=0.000843 ! 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.02 FD 0.83 HN 0.95 KP 1.11 ! LA 0.99 MK 0.96 NL 0.96 OV 1.00 ! PT 1.07 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.86 HN 1.01 KP 1.07 ! LA 0.96 MK 1.02 NL 1.08 OV 1.04 ! PT 1.09 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 0.90 HN 0.96 KP 0.96 ! LA 0.79 MK 1.06 NL 1.24 OV 0.97 ! PT 1.07 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 0.89 HN 0.98 KP 0.93 ! LA 0.86 MK 1.07 NL 0.98 OV 1.03 ! PT 1.08 SC 1.00 ! ! ! Fit before self-cal, rms=0.078817Jy sigma=0.000843 ! Fit after self-cal, rms=0.071889Jy sigma=0.000795 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.326 mas, bmaj=7.716 mas, bpa=-7.151 degrees ! Estimated noise=485.205 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.000660947 Jy ! Component: 100 - total flux cleaned = -0.000931495 Jy ! Component: 150 - total flux cleaned = -0.00113984 Jy ! Component: 200 - total flux cleaned = -0.00119684 Jy ! Total flux subtracted in 200 components = -0.00119684 Jy ! Clean residual min=-0.003589 max=0.002919 Jy/beam ! Clean residual mean=-0.000025 rms=0.000659 Jy/beam ! Combined flux in latest and established models = 0.233949 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 69 components and 0.233948 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071845Jy sigma=0.000795 ! Fit after self-cal, rms=0.071800Jy sigma=0.000794 ! 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.071800Jy sigma=0.000794 ! Fit after self-cal, rms=0.071673Jy sigma=0.000790 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.343 mas, bmaj=7.717 mas, bpa=-7.084 degrees ! Estimated noise=485.749 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00047673 Jy ! Component: 100 - total flux cleaned = -0.000704426 Jy ! Component: 150 - total flux cleaned = -0.000838314 Jy ! Component: 200 - total flux cleaned = -0.000884751 Jy ! Total flux subtracted in 200 components = -0.000884751 Jy ! Clean residual min=-0.002639 max=0.001955 Jy/beam ! Clean residual mean=-0.000006 rms=0.000505 Jy/beam ! Combined flux in latest and established models = 0.233064 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 75 components and 0.233064 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071646Jy sigma=0.000789 ! Fit after self-cal, rms=0.071655Jy sigma=0.000789 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.67178e-06 Jy ! Component: 100 - total flux cleaned = -7.09589e-05 Jy ! Component: 150 - total flux cleaned = -0.000124845 Jy ! Component: 200 - total flux cleaned = -0.000157795 Jy ! Total flux subtracted in 200 components = -0.000157795 Jy ! Clean residual min=-0.002568 max=0.001946 Jy/beam ! Clean residual mean=-0.000006 rms=0.000500 Jy/beam ! Combined flux in latest and established models = 0.232906 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 80 components and 0.232906 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071644Jy sigma=0.000789 ! Fit after self-cal, rms=0.071644Jy sigma=0.000789 ! 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.071644Jy sigma=0.000789 ! Fit after self-cal, rms=0.071565Jy sigma=0.000789 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.352 mas, bmaj=7.721 mas, bpa=-6.927 degrees ! Estimated noise=485.864 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000603708 Jy ! Component: 100 - total flux cleaned = -0.000737528 Jy ! Component: 150 - total flux cleaned = -0.000822064 Jy ! Component: 200 - total flux cleaned = -0.000859794 Jy ! Total flux subtracted in 200 components = -0.000859794 Jy ! Clean residual min=-0.002437 max=0.001870 Jy/beam ! Clean residual mean=-0.000006 rms=0.000484 Jy/beam ! Combined flux in latest and established models = 0.232046 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 82 components and 0.232046 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071547Jy sigma=0.000789 ! Fit after self-cal, rms=0.071546Jy sigma=0.000789 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 = -2.40584e-05 Jy ! Component: 100 - total flux cleaned = -7.37844e-05 Jy ! Component: 150 - total flux cleaned = -0.000104999 Jy ! Component: 200 - total flux cleaned = -0.000119179 Jy ! Total flux subtracted in 200 components = -0.000119179 Jy ! Clean residual min=-0.002386 max=0.001866 Jy/beam ! Clean residual mean=-0.000006 rms=0.000481 Jy/beam ! Combined flux in latest and established models = 0.231927 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 82 components and 0.231927 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071539Jy sigma=0.000789 ! Fit after self-cal, rms=0.071539Jy sigma=0.000789 ! 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.071539Jy sigma=0.000789 ! Fit after self-cal, rms=0.071480Jy sigma=0.000789 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.981 mas, bmaj=11.69 mas, bpa=0.09783 degrees ! Estimated noise=628.701 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000562383 Jy ! Component: 100 - total flux cleaned = -0.000685726 Jy ! Component: 150 - total flux cleaned = -0.000760007 Jy ! Component: 200 - total flux cleaned = -0.00083881 Jy ! Total flux subtracted in 200 components = -0.00083881 Jy ! Clean residual min=-0.001852 max=0.001785 Jy/beam ! Clean residual mean=-0.000012 rms=0.000517 Jy/beam ! Combined flux in latest and established models = 0.231088 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 83 components and 0.231088 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071480Jy sigma=0.000789 ! Fit after self-cal, rms=0.071478Jy sigma=0.000789 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.41684e-05 Jy ! Component: 100 - total flux cleaned = 8.63297e-07 Jy ! Component: 150 - total flux cleaned = -5.69847e-05 Jy ! Component: 200 - total flux cleaned = -9.31496e-05 Jy ! Total flux subtracted in 200 components = -9.31496e-05 Jy ! Clean residual min=-0.001819 max=0.001756 Jy/beam ! Clean residual mean=-0.000012 rms=0.000512 Jy/beam ! Combined flux in latest and established models = 0.230995 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 84 components and 0.230995 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071483Jy sigma=0.000789 ! Fit after self-cal, rms=0.071483Jy sigma=0.000789 ! 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.361 mas, bmaj=7.726 mas, bpa=-6.794 degrees ! Estimated noise=485.99 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.361 x 7.726 at -6.794 degrees (North through East) ! Clean map min=-0.002084 max=0.20172 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.725 mas, bmaj=6.754 mas, bpa=-6.072 degrees ! Estimated noise=705.366 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.154419 Jy ! Component: 100 - total flux cleaned = 0.190111 Jy ! Component: 150 - total flux cleaned = 0.205597 Jy ! Component: 200 - total flux cleaned = 0.214438 Jy ! Total flux subtracted in 200 components = 0.214438 Jy ! Clean residual min=-0.002882 max=0.004659 Jy/beam ! Clean residual mean=-0.000018 rms=0.000817 Jy/beam ! Combined flux in latest and established models = 0.214438 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 26 model components to the UV plane model. ! The established model now contains 26 components and 0.214438 Jy ! Inverting map and beam ! Estimated beam: bmin=3.361 mas, bmaj=7.726 mas, bpa=-6.794 degrees ! Estimated noise=485.99 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) ! Added new window around map position (2.5, -1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00750576 Jy ! Component: 100 - total flux cleaned = 0.0115134 Jy ! Component: 150 - total flux cleaned = 0.0139033 Jy ! Component: 200 - total flux cleaned = 0.0150386 Jy ! Total flux subtracted in 200 components = 0.0150386 Jy ! Clean residual min=-0.001969 max=0.001838 Jy/beam ! Clean residual mean=-0.000010 rms=0.000453 Jy/beam ! Combined flux in latest and established models = 0.229476 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 72 components and 0.229476 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.981 mas, bmaj=11.69 mas, bpa=0.09783 degrees ! Estimated noise=628.701 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00152944 Jy ! Component: 100 - total flux cleaned = 0.00178632 Jy ! Component: 150 - total flux cleaned = 0.00190027 Jy ! Component: 200 - total flux cleaned = 0.00199608 Jy ! Total flux subtracted in 200 components = 0.00199608 Jy ! Clean residual min=-0.001689 max=0.001770 Jy/beam ! Clean residual mean=-0.000011 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.231472 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.24624e-05 Jy ! Component: 100 - total flux cleaned = 0.000134926 Jy ! Component: 150 - total flux cleaned = 0.000167329 Jy ! Component: 200 - total flux cleaned = 0.000182278 Jy ! Total flux subtracted in 200 components = 0.000182278 Jy ! Clean residual min=-0.001645 max=0.001810 Jy/beam ! Clean residual mean=-0.000010 rms=0.000485 Jy/beam ! Combined flux in latest and established models = 0.231655 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 90 components and 0.231655 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.361 mas, bmaj=7.726 mas, bpa=-6.794 degrees ! Estimated noise=485.99 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.11146e-05 Jy ! Component: 100 - total flux cleaned = -3.94579e-05 Jy ! Component: 150 - total flux cleaned = -2.02227e-05 Jy ! Component: 200 - total flux cleaned = 3.31015e-05 Jy ! Total flux subtracted in 200 components = 3.31015e-05 Jy ! Clean residual min=-0.001796 max=0.001694 Jy/beam ! Clean residual mean=-0.000005 rms=0.000418 Jy/beam ! Combined flux in latest and established models = 0.231688 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 105 components and 0.231688 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071374Jy sigma=0.000787 ! Fit after self-cal, rms=0.071367Jy sigma=0.000787 wmodel J1127+0555_S_2015_03_17_pus_map.mod ! Writing 105 model components to file: J1127+0555_S_2015_03_17_pus_map.mod wobs J1127+0555_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J1127+0555_S_2015_03_17_pus_uvs.fits wwins J1127+0555_S_2015_03_17_pus_map.win ! wwins: Wrote 2 windows to J1127+0555_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.000271012 Jy ! Component: 100 - total flux cleaned = -0.00033127 Jy ! Component: 150 - total flux cleaned = -0.00033051 Jy ! Component: 200 - total flux cleaned = -0.000252062 Jy ! Component: 250 - total flux cleaned = -0.000202421 Jy ! Component: 300 - total flux cleaned = -0.000202255 Jy ! Component: 350 - total flux cleaned = -0.000200918 Jy ! Component: 400 - total flux cleaned = -0.000200224 Jy ! Component: 450 - total flux cleaned = -0.000243929 Jy ! Component: 500 - total flux cleaned = -0.000307346 Jy ! Component: 550 - total flux cleaned = -0.000369475 Jy ! Component: 600 - total flux cleaned = -0.000430254 Jy ! Component: 650 - total flux cleaned = -0.00048899 Jy ! Component: 700 - total flux cleaned = -0.000526689 Jy ! Component: 750 - total flux cleaned = -0.000526393 Jy ! Component: 800 - total flux cleaned = -0.000508137 Jy ! Component: 850 - total flux cleaned = -0.000436699 Jy ! Component: 900 - total flux cleaned = -0.000437078 Jy ! Component: 950 - total flux cleaned = -0.000420216 Jy ! Component: 1000 - total flux cleaned = -0.000369653 Jy ! Component: 1050 - total flux cleaned = -0.000352804 Jy ! Component: 1100 - total flux cleaned = -0.000384975 Jy ! Component: 1150 - total flux cleaned = -0.000320988 Jy ! Component: 1200 - total flux cleaned = -0.000352234 Jy ! Component: 1250 - total flux cleaned = -0.000321239 Jy ! Component: 1300 - total flux cleaned = -0.00029065 Jy ! Component: 1350 - total flux cleaned = -0.000305838 Jy ! Component: 1400 - total flux cleaned = -0.000320317 Jy ! Component: 1450 - total flux cleaned = -0.000291301 Jy ! Component: 1500 - total flux cleaned = -0.000276844 Jy ! Component: 1550 - total flux cleaned = -0.000319475 Jy ! Component: 1600 - total flux cleaned = -0.00031952 Jy ! Component: 1650 - total flux cleaned = -0.000374419 Jy ! Component: 1700 - total flux cleaned = -0.000360571 Jy ! Component: 1750 - total flux cleaned = -0.00032044 Jy ! Component: 1800 - total flux cleaned = -0.000373635 Jy ! Component: 1850 - total flux cleaned = -0.000412904 Jy ! Component: 1900 - total flux cleaned = -0.000425795 Jy ! Component: 1950 - total flux cleaned = -0.000451394 Jy ! Component: 2000 - total flux cleaned = -0.000464213 Jy ! Component: 2050 - total flux cleaned = -0.000526813 Jy ! Component: 2100 - total flux cleaned = -0.000526966 Jy ! Component: 2150 - total flux cleaned = -0.000551422 Jy ! Component: 2200 - total flux cleaned = -0.0005877 Jy ! Component: 2250 - total flux cleaned = -0.000623556 Jy ! Component: 2300 - total flux cleaned = -0.000611695 Jy ! Component: 2350 - total flux cleaned = -0.000635052 Jy ! Component: 2400 - total flux cleaned = -0.000646574 Jy ! Component: 2450 - total flux cleaned = -0.000680991 Jy ! Component: 2500 - total flux cleaned = -0.000703677 Jy ! Component: 2550 - total flux cleaned = -0.000714924 Jy ! Component: 2600 - total flux cleaned = -0.000748329 Jy ! Component: 2650 - total flux cleaned = -0.000748393 Jy ! Component: 2700 - total flux cleaned = -0.000792286 Jy ! Component: 2750 - total flux cleaned = -0.000792217 Jy ! Component: 2800 - total flux cleaned = -0.00077085 Jy ! Component: 2850 - total flux cleaned = -0.000802799 Jy ! Component: 2900 - total flux cleaned = -0.00076065 Jy ! Component: 2950 - total flux cleaned = -0.00079203 Jy ! Component: 3000 - total flux cleaned = -0.000781589 Jy ! Component: 3050 - total flux cleaned = -0.000771268 Jy ! Component: 3100 - total flux cleaned = -0.000781347 Jy ! Component: 3150 - total flux cleaned = -0.00076105 Jy ! Component: 3200 - total flux cleaned = -0.000770963 Jy ! Component: 3250 - total flux cleaned = -0.000750931 Jy ! Component: 3300 - total flux cleaned = -0.000750922 Jy ! Component: 3350 - total flux cleaned = -0.000780232 Jy ! Component: 3400 - total flux cleaned = -0.000760786 Jy ! Component: 3450 - total flux cleaned = -0.000789717 Jy ! Component: 3500 - total flux cleaned = -0.000760932 Jy ! Component: 3550 - total flux cleaned = -0.000732644 Jy ! Component: 3600 - total flux cleaned = -0.000751507 Jy ! Component: 3650 - total flux cleaned = -0.00077952 Jy ! Component: 3700 - total flux cleaned = -0.000779511 Jy ! Component: 3750 - total flux cleaned = -0.000761133 Jy ! Component: 3800 - total flux cleaned = -0.000752054 Jy ! Component: 3850 - total flux cleaned = -0.00077019 Jy ! Component: 3900 - total flux cleaned = -0.000788222 Jy ! Component: 3950 - total flux cleaned = -0.000797227 Jy ! Component: 4000 - total flux cleaned = -0.000779426 Jy ! Component: 4050 - total flux cleaned = -0.000770645 Jy ! Total flux subtracted in 4096 components = -0.000823314 Jy ! Clean residual min=-0.000541 max=0.000513 Jy/beam ! Clean residual mean=-0.000003 rms=0.000168 Jy/beam ! Combined flux in latest and established models = 0.230864 Jy keep ! Adding 292 model components to the UV plane model. ! The established model now contains 397 components and 0.230864 Jy ![Exited script file: muppet] wmap "J1127+0555_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.361 x 7.726 at -6.794 degrees (North through East) ! Clean map min=-0.0012357 max=0.20281 Jy/beam ! Writing clean map to FITS file: J1127+0555_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.202813 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000164175 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.242848 0.242848 0.485696 0.971391 1.94278 3.88557 7.77113 15.5423 31.0845 62.1691 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.202 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.361 x 7.726 at -6.794 degrees (North through East) ! Clean map min=-0.0012357 max=0.20281 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 J1127+0555_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:57:39 2016