! Started logfile: J1222+0413_S_2014_05_31_pus_uvs.log on Mon Nov 28 15:26:02 2016 obs J1222+0413_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J1222+0413_S_2014_05_31_pus_uva.fits ! AN table 1: 52 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.771368 visibilities/baseline/integration-bin. ! Found source: J1222+0413 ! ! 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 7220 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 J1222+0413_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 77 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 95 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 95 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 95 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.640487Jy sigma=0.007212 ! Fit after self-cal, rms=0.623469Jy sigma=0.007097 ! 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.965 mas, bmaj=6.997 mas, bpa=0.5448 degrees ! Estimated noise=1052.08 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.312892 Jy ! Component: 100 - total flux cleaned = 0.381463 Jy ! Total flux subtracted in 100 components = 0.381463 Jy ! Clean residual min=-0.008035 max=0.021121 Jy/beam ! Clean residual mean=0.000010 rms=0.002489 Jy/beam ! Combined flux in latest and established models = 0.381463 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.381463 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.209051Jy sigma=0.001008 ! Fit after self-cal, rms=0.209002Jy sigma=0.001007 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0221758 Jy ! Component: 100 - total flux cleaned = 0.0333542 Jy ! Total flux subtracted in 100 components = 0.0333542 Jy ! Clean residual min=-0.006671 max=0.007633 Jy/beam ! Clean residual mean=0.000001 rms=0.001742 Jy/beam ! Combined flux in latest and established models = 0.414818 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 22 components and 0.414818 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.206032Jy sigma=0.000930 ! Fit after self-cal, rms=0.205992Jy sigma=0.000930 ! 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.062 mas, bmaj=8.713 mas, bpa=1.718 degrees ! Estimated noise=743.67 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.00906109 Jy ! Component: 100 - total flux cleaned = 0.0134016 Jy ! Component: 150 - total flux cleaned = 0.0158252 Jy ! Component: 200 - total flux cleaned = 0.0172618 Jy ! Total flux subtracted in 200 components = 0.0172618 Jy ! Clean residual min=-0.005892 max=0.005179 Jy/beam ! Clean residual mean=0.000000 rms=0.001476 Jy/beam ! Combined flux in latest and established models = 0.432079 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 37 components and 0.432079 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.205500Jy sigma=0.000923 ! Fit after self-cal, rms=0.205502Jy sigma=0.000923 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.85 HN 0.97 KP 1.05 ! LA 1.18 MK 1.00 NL 0.97 OV 0.97 ! PT 1.01 SC 0.98 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.98 HN 1.03 KP 1.02 ! LA 1.14 MK 1.02 NL 1.05 OV 1.00 ! PT 0.99 SC 1.03 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.13 HN 1.03 KP 0.92 ! LA 0.90 MK 1.03 NL 1.01 OV 0.93 ! PT 0.97 SC 1.03 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.98 HN 1.01 KP 0.89 ! LA 0.88 MK 1.01 NL 1.06 OV 1.00 ! PT 1.04 SC 0.97 ! ! ! Fit before self-cal, rms=0.205502Jy sigma=0.000923 ! Fit after self-cal, rms=0.197584Jy sigma=0.000789 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.077 mas, bmaj=8.743 mas, bpa=1.937 degrees ! Estimated noise=745.295 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.000165116 Jy ! Component: 100 - total flux cleaned = -9.21916e-05 Jy ! Component: 150 - total flux cleaned = -0.000237526 Jy ! Component: 200 - total flux cleaned = -0.000258057 Jy ! Total flux subtracted in 200 components = -0.000258057 Jy ! Clean residual min=-0.002612 max=0.002660 Jy/beam ! Clean residual mean=-0.000002 rms=0.000689 Jy/beam ! Combined flux in latest and established models = 0.431821 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 43 components and 0.431821 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.197580Jy sigma=0.000789 ! Fit after self-cal, rms=0.197412Jy sigma=0.000788 ! 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.197412Jy sigma=0.000788 ! Fit after self-cal, rms=0.198596Jy sigma=0.000785 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.078 mas, bmaj=8.745 mas, bpa=1.955 degrees ! Estimated noise=745.271 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.48071e-06 Jy ! Component: 100 - total flux cleaned = -3.31541e-05 Jy ! Component: 150 - total flux cleaned = -1.60002e-05 Jy ! Component: 200 - total flux cleaned = -1.54551e-05 Jy ! Total flux subtracted in 200 components = -1.54551e-05 Jy ! Clean residual min=-0.002400 max=0.002398 Jy/beam ! Clean residual mean=-0.000002 rms=0.000610 Jy/beam ! Combined flux in latest and established models = 0.431806 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 45 components and 0.431806 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.198590Jy sigma=0.000785 ! Fit after self-cal, rms=0.198588Jy sigma=0.000784 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.0446e-05 Jy ! Component: 100 - total flux cleaned = -1.07104e-05 Jy ! Component: 150 - total flux cleaned = 4.28863e-06 Jy ! Component: 200 - total flux cleaned = 4.19149e-06 Jy ! Total flux subtracted in 200 components = 4.19149e-06 Jy ! Clean residual min=-0.002341 max=0.002354 Jy/beam ! Clean residual mean=-0.000002 rms=0.000598 Jy/beam ! Combined flux in latest and established models = 0.43181 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 46 components and 0.43181 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.198583Jy sigma=0.000784 ! Fit after self-cal, rms=0.198581Jy sigma=0.000784 ! 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.198581Jy sigma=0.000784 ! Fit after self-cal, rms=0.198659Jy sigma=0.000784 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.078 mas, bmaj=8.745 mas, bpa=1.958 degrees ! Estimated noise=745.272 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.87521e-05 Jy ! Component: 100 - total flux cleaned = 2.36286e-06 Jy ! Component: 150 - total flux cleaned = -1.32047e-05 Jy ! Component: 200 - total flux cleaned = -1.26087e-05 Jy ! Total flux subtracted in 200 components = -1.26087e-05 Jy ! Clean residual min=-0.002289 max=0.002326 Jy/beam ! Clean residual mean=-0.000002 rms=0.000589 Jy/beam ! Combined flux in latest and established models = 0.431798 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 47 components and 0.431797 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.198654Jy sigma=0.000784 ! Fit after self-cal, rms=0.198653Jy sigma=0.000784 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 = 5.87765e-07 Jy ! Component: 100 - total flux cleaned = -3.28881e-05 Jy ! Component: 150 - total flux cleaned = -4.57265e-05 Jy ! Component: 200 - total flux cleaned = -4.52251e-05 Jy ! Total flux subtracted in 200 components = -4.52251e-05 Jy ! Clean residual min=-0.002247 max=0.002293 Jy/beam ! Clean residual mean=-0.000002 rms=0.000582 Jy/beam ! Combined flux in latest and established models = 0.431752 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 50 components and 0.431752 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.198647Jy sigma=0.000784 ! Fit after self-cal, rms=0.198646Jy sigma=0.000784 ! 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.198646Jy sigma=0.000784 ! Fit after self-cal, rms=0.198612Jy sigma=0.000784 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.059 mas, bmaj=12.39 mas, bpa=1.484 degrees ! Estimated noise=838.213 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00013505 Jy ! Component: 100 - total flux cleaned = 8.16551e-05 Jy ! Component: 150 - total flux cleaned = 8.19302e-05 Jy ! Component: 200 - total flux cleaned = 8.2852e-05 Jy ! Total flux subtracted in 200 components = 8.2852e-05 Jy ! Clean residual min=-0.002135 max=0.002510 Jy/beam ! Clean residual mean=-0.000003 rms=0.000664 Jy/beam ! Combined flux in latest and established models = 0.431835 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 59 components and 0.431835 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.198626Jy sigma=0.000784 ! Fit after self-cal, rms=0.198629Jy sigma=0.000784 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.61895e-06 Jy ! Component: 100 - total flux cleaned = 1.96859e-05 Jy ! Component: 150 - total flux cleaned = 1.945e-05 Jy ! Component: 200 - total flux cleaned = 1.90813e-05 Jy ! Total flux subtracted in 200 components = 1.90813e-05 Jy ! Clean residual min=-0.002124 max=0.002411 Jy/beam ! Clean residual mean=-0.000003 rms=0.000652 Jy/beam ! Combined flux in latest and established models = 0.431854 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 62 components and 0.431854 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.198641Jy sigma=0.000784 ! Fit after self-cal, rms=0.198642Jy sigma=0.000784 ! 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.078 mas, bmaj=8.745 mas, bpa=1.963 degrees ! Estimated noise=745.288 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.078 x 8.745 at 1.963 degrees (North through East) ! Clean map min=-0.0020465 max=0.4062 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.971 mas, bmaj=7.019 mas, bpa=0.7063 degrees ! Estimated noise=1054.42 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.313044 Jy ! Component: 100 - total flux cleaned = 0.381895 Jy ! Component: 150 - total flux cleaned = 0.404298 Jy ! Component: 200 - total flux cleaned = 0.415542 Jy ! Total flux subtracted in 200 components = 0.415542 Jy ! Clean residual min=-0.003961 max=0.005467 Jy/beam ! Clean residual mean=0.000003 rms=0.000949 Jy/beam ! Combined flux in latest and established models = 0.415542 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.415542 Jy ! Inverting map and beam ! Estimated beam: bmin=4.078 mas, bmaj=8.745 mas, bpa=1.963 degrees ! Estimated noise=745.288 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.00884955 Jy ! Component: 100 - total flux cleaned = 0.0129856 Jy ! Component: 150 - total flux cleaned = 0.0142382 Jy ! Component: 200 - total flux cleaned = 0.0146889 Jy ! Total flux subtracted in 200 components = 0.0146889 Jy ! Clean residual min=-0.002277 max=0.002453 Jy/beam ! Clean residual mean=-0.000001 rms=0.000599 Jy/beam ! Combined flux in latest and established models = 0.430231 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 37 components and 0.430231 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.059 mas, bmaj=12.39 mas, bpa=1.484 degrees ! Estimated noise=838.213 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00107596 Jy ! Component: 100 - total flux cleaned = 0.00121102 Jy ! Component: 150 - total flux cleaned = 0.00134639 Jy ! Component: 200 - total flux cleaned = 0.00143461 Jy ! Total flux subtracted in 200 components = 0.00143461 Jy ! Clean residual min=-0.002109 max=0.002403 Jy/beam ! Clean residual mean=-0.000002 rms=0.000664 Jy/beam ! Combined flux in latest and established models = 0.431666 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 = 3.90071e-05 Jy ! Component: 100 - total flux cleaned = 7.54687e-05 Jy ! Component: 150 - total flux cleaned = 0.00010936 Jy ! Component: 200 - total flux cleaned = 0.000125321 Jy ! Total flux subtracted in 200 components = 0.000125321 Jy ! Clean residual min=-0.002094 max=0.002411 Jy/beam ! Clean residual mean=-0.000003 rms=0.000656 Jy/beam ! Combined flux in latest and established models = 0.431791 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 47 components and 0.431791 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.078 mas, bmaj=8.745 mas, bpa=1.963 degrees ! Estimated noise=745.288 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000288086 Jy ! Component: 100 - total flux cleaned = -0.00031384 Jy ! Component: 150 - total flux cleaned = -0.000292338 Jy ! Component: 200 - total flux cleaned = -0.000272124 Jy ! Total flux subtracted in 200 components = -0.000272124 Jy ! Clean residual min=-0.002084 max=0.002202 Jy/beam ! Clean residual mean=-0.000001 rms=0.000567 Jy/beam ! Combined flux in latest and established models = 0.431519 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 59 components and 0.431519 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.198614Jy sigma=0.000784 ! Fit after self-cal, rms=0.198623Jy sigma=0.000784 wmodel J1222+0413_S_2014_05_31_pus_map.mod ! Writing 59 model components to file: J1222+0413_S_2014_05_31_pus_map.mod wobs J1222+0413_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J1222+0413_S_2014_05_31_pus_uvs.fits wwins J1222+0413_S_2014_05_31_pus_map.win ! wwins: Wrote 1 windows to J1222+0413_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 = 4.39738e-05 Jy ! Component: 100 - total flux cleaned = -0.000215514 Jy ! Component: 150 - total flux cleaned = -0.000322055 Jy ! Component: 200 - total flux cleaned = -0.000424336 Jy ! Component: 250 - total flux cleaned = -0.000556161 Jy ! Component: 300 - total flux cleaned = -0.000811136 Jy ! Component: 350 - total flux cleaned = -0.000934786 Jy ! Component: 400 - total flux cleaned = -0.00108548 Jy ! Component: 450 - total flux cleaned = -0.00123209 Jy ! Component: 500 - total flux cleaned = -0.00128862 Jy ! Component: 550 - total flux cleaned = -0.00131672 Jy ! Component: 600 - total flux cleaned = -0.00137156 Jy ! Component: 650 - total flux cleaned = -0.00134478 Jy ! Component: 700 - total flux cleaned = -0.0013713 Jy ! Component: 750 - total flux cleaned = -0.00144879 Jy ! Component: 800 - total flux cleaned = -0.0014223 Jy ! Component: 850 - total flux cleaned = -0.00144697 Jy ! Component: 900 - total flux cleaned = -0.00147146 Jy ! Component: 950 - total flux cleaned = -0.0014709 Jy ! Component: 1000 - total flux cleaned = -0.00142257 Jy ! Component: 1050 - total flux cleaned = -0.00144673 Jy ! Component: 1100 - total flux cleaned = -0.00147081 Jy ! Component: 1150 - total flux cleaned = -0.00154047 Jy ! Component: 1200 - total flux cleaned = -0.00158606 Jy ! Component: 1250 - total flux cleaned = -0.00156366 Jy ! Component: 1300 - total flux cleaned = -0.00167545 Jy ! Component: 1350 - total flux cleaned = -0.00163126 Jy ! Component: 1400 - total flux cleaned = -0.00169676 Jy ! Component: 1450 - total flux cleaned = -0.00174 Jy ! Component: 1500 - total flux cleaned = -0.00176133 Jy ! Component: 1550 - total flux cleaned = -0.0018247 Jy ! Component: 1600 - total flux cleaned = -0.00182456 Jy ! Component: 1650 - total flux cleaned = -0.00186604 Jy ! Component: 1700 - total flux cleaned = -0.00182533 Jy ! Component: 1750 - total flux cleaned = -0.00186579 Jy ! Component: 1800 - total flux cleaned = -0.0018256 Jy ! Component: 1850 - total flux cleaned = -0.00172615 Jy ! Component: 1900 - total flux cleaned = -0.00182446 Jy ! Component: 1950 - total flux cleaned = -0.00176588 Jy ! Component: 2000 - total flux cleaned = -0.00172717 Jy ! Component: 2050 - total flux cleaned = -0.00178491 Jy ! Component: 2100 - total flux cleaned = -0.00184201 Jy ! Component: 2150 - total flux cleaned = -0.00180413 Jy ! Component: 2200 - total flux cleaned = -0.0018418 Jy ! Component: 2250 - total flux cleaned = -0.00189764 Jy ! Component: 2300 - total flux cleaned = -0.00187924 Jy ! Component: 2350 - total flux cleaned = -0.00193421 Jy ! Component: 2400 - total flux cleaned = -0.00195235 Jy ! Component: 2450 - total flux cleaned = -0.00200649 Jy ! Component: 2500 - total flux cleaned = -0.00198854 Jy ! Component: 2550 - total flux cleaned = -0.00204193 Jy ! Component: 2600 - total flux cleaned = -0.0020948 Jy ! Component: 2650 - total flux cleaned = -0.00212976 Jy ! Component: 2700 - total flux cleaned = -0.00204257 Jy ! Component: 2750 - total flux cleaned = -0.00212913 Jy ! Component: 2800 - total flux cleaned = -0.00207737 Jy ! Component: 2850 - total flux cleaned = -0.00207737 Jy ! Component: 2900 - total flux cleaned = -0.00207749 Jy ! Component: 2950 - total flux cleaned = -0.00207743 Jy ! Component: 3000 - total flux cleaned = -0.00206055 Jy ! Component: 3050 - total flux cleaned = -0.00206067 Jy ! Component: 3100 - total flux cleaned = -0.00206062 Jy ! Component: 3150 - total flux cleaned = -0.00196166 Jy ! Component: 3200 - total flux cleaned = -0.00191263 Jy ! Component: 3250 - total flux cleaned = -0.00194528 Jy ! Component: 3300 - total flux cleaned = -0.00196136 Jy ! Component: 3350 - total flux cleaned = -0.00188086 Jy ! Component: 3400 - total flux cleaned = -0.00184893 Jy ! Component: 3450 - total flux cleaned = -0.00180128 Jy ! Component: 3500 - total flux cleaned = -0.00175379 Jy ! Component: 3550 - total flux cleaned = -0.00175392 Jy ! Component: 3600 - total flux cleaned = -0.0017226 Jy ! Component: 3650 - total flux cleaned = -0.001707 Jy ! Component: 3700 - total flux cleaned = -0.00164502 Jy ! Component: 3750 - total flux cleaned = -0.00162968 Jy ! Component: 3800 - total flux cleaned = -0.00169096 Jy ! Component: 3850 - total flux cleaned = -0.00167568 Jy ! Component: 3900 - total flux cleaned = -0.0016302 Jy ! Component: 3950 - total flux cleaned = -0.00163016 Jy ! Component: 4000 - total flux cleaned = -0.00158494 Jy ! Component: 4050 - total flux cleaned = -0.0016449 Jy ! Total flux subtracted in 4096 components = -0.0015852 Jy ! Clean residual min=-0.000845 max=0.000872 Jy/beam ! Clean residual mean=-0.000002 rms=0.000268 Jy/beam ! Combined flux in latest and established models = 0.429934 Jy keep ! Adding 285 model components to the UV plane model. ! The established model now contains 344 components and 0.429934 Jy ![Exited script file: muppet] wmap "J1222+0413_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.078 x 8.745 at 1.963 degrees (North through East) ! Clean map min=-0.0016996 max=0.40676 Jy/beam ! Writing clean map to FITS file: J1222+0413_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.406761 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000263855 device "J1222+0413_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J1222+0413_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.194602 0.194602 0.389204 0.778408 1.55682 3.11363 6.22727 12.4545 24.9091 49.8181 99.6362 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.406 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.078 x 8.745 at 1.963 degrees (North through East) ! Clean map min=-0.0016996 max=0.40676 Jy/beam quit ! Quitting program ! Log file J1222+0413_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 15:26:07 2016