! Started logfile: J2130+0843_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:47:58 2016 obs J2130+0843_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J2130+0843_S_2014_12_20_pus_uva.fits ! AN table 1: 58 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.945977 visibilities/baseline/integration-bin. ! Found source: J2130+0843 ! ! 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 344 lines of history. ! ! Reading 9876 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 J2130+0843_S_2014_12_20_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 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.986856Jy sigma=0.011102 ! Fit after self-cal, rms=0.945928Jy sigma=0.010689 ! 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.805 mas, bmaj=6.945 mas, bpa=-5.476 degrees ! Estimated noise=823.294 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.0420867 Jy ! Component: 100 - total flux cleaned = 0.0523448 Jy ! Total flux subtracted in 100 components = 0.0523448 Jy ! Clean residual min=-0.003006 max=0.004230 Jy/beam ! Clean residual mean=-0.000012 rms=0.000773 Jy/beam ! Combined flux in latest and established models = 0.0523448 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0523448 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077899Jy sigma=0.000791 ! Fit after self-cal, rms=0.077714Jy sigma=0.000789 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00504113 Jy ! Component: 100 - total flux cleaned = 0.00795853 Jy ! Total flux subtracted in 100 components = 0.00795853 Jy ! Clean residual min=-0.002601 max=0.002635 Jy/beam ! Clean residual mean=-0.000006 rms=0.000676 Jy/beam ! Combined flux in latest and established models = 0.0603033 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 24 components and 0.0603033 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077251Jy sigma=0.000785 ! Fit after self-cal, rms=0.077241Jy sigma=0.000784 ! 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.284 mas, bmaj=7.607 mas, bpa=-5.49 degrees ! Estimated noise=644.079 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.00275138 Jy ! Component: 100 - total flux cleaned = 0.0041896 Jy ! Component: 150 - total flux cleaned = 0.00508604 Jy ! Component: 200 - total flux cleaned = 0.00567246 Jy ! Total flux subtracted in 200 components = 0.00567246 Jy ! Clean residual min=-0.002148 max=0.002244 Jy/beam ! Clean residual mean=-0.000004 rms=0.000542 Jy/beam ! Combined flux in latest and established models = 0.0659758 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 45 components and 0.0659758 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077105Jy sigma=0.000784 ! Fit after self-cal, rms=0.077114Jy sigma=0.000784 ! 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.01 FD 0.86 HN 0.97 KP 1.06 ! LA 0.99 MK 1.06 NL 0.86 OV 0.98 ! PT 1.11 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 0.92 HN 1.02 KP 1.06 ! LA 0.92 MK 1.04 NL 0.99 OV 1.05 ! PT 1.10 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.15 HN 1.02 KP 0.94 ! LA 0.80 MK 1.02 NL 1.30 OV 0.92 ! PT 0.96 SC 1.07 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 0.99 HN 1.03 KP 0.90 ! LA 0.83 MK 0.99 NL 1.09 OV 0.97 ! PT 1.11 SC 1.00 ! ! ! Fit before self-cal, rms=0.077114Jy sigma=0.000784 ! Fit after self-cal, rms=0.075862Jy sigma=0.000779 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.312 mas, bmaj=7.693 mas, bpa=-5.433 degrees ! Estimated noise=649.475 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.000103957 Jy ! Component: 100 - total flux cleaned = -0.000161563 Jy ! Component: 150 - total flux cleaned = -0.000197094 Jy ! Component: 200 - total flux cleaned = -0.000247781 Jy ! Total flux subtracted in 200 components = -0.000247781 Jy ! Clean residual min=-0.001773 max=0.001890 Jy/beam ! Clean residual mean=-0.000002 rms=0.000462 Jy/beam ! Combined flux in latest and established models = 0.065728 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 52 components and 0.065728 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075855Jy sigma=0.000779 ! Fit after self-cal, rms=0.075830Jy sigma=0.000779 ! 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.075830Jy sigma=0.000779 ! Fit after self-cal, rms=0.075573Jy sigma=0.000778 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.322 mas, bmaj=7.707 mas, bpa=-5.478 degrees ! Estimated noise=649.56 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000198289 Jy ! Component: 100 - total flux cleaned = -0.000247164 Jy ! Component: 150 - total flux cleaned = -0.000280139 Jy ! Component: 200 - total flux cleaned = -0.000300298 Jy ! Total flux subtracted in 200 components = -0.000300298 Jy ! Clean residual min=-0.001872 max=0.001820 Jy/beam ! Clean residual mean=-0.000002 rms=0.000429 Jy/beam ! Combined flux in latest and established models = 0.0654277 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 55 components and 0.0654277 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075569Jy sigma=0.000778 ! Fit after self-cal, rms=0.075577Jy sigma=0.000777 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 = 8.71671e-06 Jy ! Component: 100 - total flux cleaned = -3.01441e-05 Jy ! Component: 150 - total flux cleaned = -5.70112e-05 Jy ! Component: 200 - total flux cleaned = -8.17096e-05 Jy ! Total flux subtracted in 200 components = -8.17096e-05 Jy ! Clean residual min=-0.001845 max=0.001824 Jy/beam ! Clean residual mean=-0.000002 rms=0.000429 Jy/beam ! Combined flux in latest and established models = 0.065346 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 58 components and 0.065346 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075574Jy sigma=0.000777 ! Fit after self-cal, rms=0.075571Jy sigma=0.000777 ! 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.075571Jy sigma=0.000777 ! Fit after self-cal, rms=0.076318Jy sigma=0.000777 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.324 mas, bmaj=7.723 mas, bpa=-5.537 degrees ! Estimated noise=653.87 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00018574 Jy ! Component: 100 - total flux cleaned = 0.000162756 Jy ! Component: 150 - total flux cleaned = 0.000131215 Jy ! Component: 200 - total flux cleaned = 0.000112418 Jy ! Total flux subtracted in 200 components = 0.000112418 Jy ! Clean residual min=-0.001919 max=0.001818 Jy/beam ! Clean residual mean=-0.000002 rms=0.000430 Jy/beam ! Combined flux in latest and established models = 0.0654584 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 60 components and 0.0654584 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076314Jy sigma=0.000777 ! Fit after self-cal, rms=0.076319Jy sigma=0.000777 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.82841e-06 Jy ! Component: 100 - total flux cleaned = -2.34206e-05 Jy ! Component: 150 - total flux cleaned = -4.7203e-05 Jy ! Component: 200 - total flux cleaned = -6.95278e-05 Jy ! Total flux subtracted in 200 components = -6.95278e-05 Jy ! Clean residual min=-0.001903 max=0.001820 Jy/beam ! Clean residual mean=-0.000002 rms=0.000430 Jy/beam ! Combined flux in latest and established models = 0.0653889 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 62 components and 0.0653889 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076317Jy sigma=0.000777 ! Fit after self-cal, rms=0.076316Jy sigma=0.000777 ! 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.076316Jy sigma=0.000777 ! Fit after self-cal, rms=0.076907Jy sigma=0.000777 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.716 mas, bmaj=11.39 mas, bpa=0.6862 degrees ! Estimated noise=800.396 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000258017 Jy ! Component: 100 - total flux cleaned = 0.000217712 Jy ! Component: 150 - total flux cleaned = 0.00017739 Jy ! Component: 200 - total flux cleaned = 0.000151135 Jy ! Total flux subtracted in 200 components = 0.000151135 Jy ! Clean residual min=-0.001936 max=0.001622 Jy/beam ! Clean residual mean=-0.000006 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.06554 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 67 components and 0.06554 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076907Jy sigma=0.000777 ! Fit after self-cal, rms=0.076909Jy sigma=0.000777 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.57673e-05 Jy ! Component: 100 - total flux cleaned = 2.19629e-05 Jy ! Component: 150 - total flux cleaned = -5.75933e-06 Jy ! Component: 200 - total flux cleaned = -2.87995e-05 Jy ! Total flux subtracted in 200 components = -2.87995e-05 Jy ! Clean residual min=-0.001940 max=0.001628 Jy/beam ! Clean residual mean=-0.000006 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.0655112 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 69 components and 0.0655112 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076909Jy sigma=0.000777 ! Fit after self-cal, rms=0.076908Jy sigma=0.000777 ! 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.325 mas, bmaj=7.732 mas, bpa=-5.589 degrees ! Estimated noise=657.946 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.325 x 7.732 at -5.589 degrees (North through East) ! Clean map min=-0.0019427 max=0.056958 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.836 mas, bmaj=7.029 mas, bpa=-5.36 degrees ! Estimated noise=844.547 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0431584 Jy ! Component: 100 - total flux cleaned = 0.0538823 Jy ! Component: 150 - total flux cleaned = 0.0589119 Jy ! Component: 200 - total flux cleaned = 0.061742 Jy ! Total flux subtracted in 200 components = 0.061742 Jy ! Clean residual min=-0.002644 max=0.002568 Jy/beam ! Clean residual mean=-0.000004 rms=0.000603 Jy/beam ! Combined flux in latest and established models = 0.061742 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.061742 Jy ! Inverting map and beam ! Estimated beam: bmin=3.325 mas, bmaj=7.732 mas, bpa=-5.589 degrees ! Estimated noise=657.946 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.00230241 Jy ! Component: 100 - total flux cleaned = 0.00330245 Jy ! Component: 150 - total flux cleaned = 0.00372662 Jy ! Component: 200 - total flux cleaned = 0.00377243 Jy ! Total flux subtracted in 200 components = 0.00377243 Jy ! Clean residual min=-0.001940 max=0.001871 Jy/beam ! Clean residual mean=-0.000003 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.0655144 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 31 components and 0.0655145 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.716 mas, bmaj=11.39 mas, bpa=0.6862 degrees ! Estimated noise=800.396 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.36442e-05 Jy ! Component: 100 - total flux cleaned = 4.37298e-05 Jy ! Component: 150 - total flux cleaned = 1.14514e-05 Jy ! Component: 200 - total flux cleaned = -2.14983e-05 Jy ! Total flux subtracted in 200 components = -2.14983e-05 Jy ! Clean residual min=-0.001923 max=0.001631 Jy/beam ! Clean residual mean=-0.000006 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.065493 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 = -1.66108e-05 Jy ! Component: 100 - total flux cleaned = -2.13169e-05 Jy ! Component: 150 - total flux cleaned = -2.13251e-05 Jy ! Component: 200 - total flux cleaned = -2.53409e-05 Jy ! Total flux subtracted in 200 components = -2.53409e-05 Jy ! Clean residual min=-0.001930 max=0.001630 Jy/beam ! Clean residual mean=-0.000006 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.0654676 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 42 components and 0.0654676 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.325 mas, bmaj=7.732 mas, bpa=-5.589 degrees ! Estimated noise=657.946 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000197549 Jy ! Component: 100 - total flux cleaned = -0.000210912 Jy ! Component: 150 - total flux cleaned = -0.000210648 Jy ! Component: 200 - total flux cleaned = -0.000210368 Jy ! Total flux subtracted in 200 components = -0.000210368 Jy ! Clean residual min=-0.001927 max=0.001836 Jy/beam ! Clean residual mean=-0.000003 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 0.0652573 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 49 components and 0.0652573 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076914Jy sigma=0.000777 ! Fit after self-cal, rms=0.076908Jy sigma=0.000777 wmodel J2130+0843_S_2014_12_20_pus_map.mod ! Writing 49 model components to file: J2130+0843_S_2014_12_20_pus_map.mod wobs J2130+0843_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J2130+0843_S_2014_12_20_pus_uvs.fits wwins J2130+0843_S_2014_12_20_pus_map.win ! wwins: Wrote 1 windows to J2130+0843_S_2014_12_20_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 = -7.21963e-05 Jy ! Component: 100 - total flux cleaned = -0.00022584 Jy ! Component: 150 - total flux cleaned = -0.000224729 Jy ! Component: 200 - total flux cleaned = -0.000169319 Jy ! Component: 250 - total flux cleaned = -6.30727e-05 Jy ! Component: 300 - total flux cleaned = -1.09643e-05 Jy ! Component: 350 - total flux cleaned = 6.55473e-05 Jy ! Component: 400 - total flux cleaned = 8.9916e-05 Jy ! Component: 450 - total flux cleaned = 1.72622e-05 Jy ! Component: 500 - total flux cleaned = 4.0937e-05 Jy ! Component: 550 - total flux cleaned = -5.93873e-06 Jy ! Component: 600 - total flux cleaned = -5.62735e-06 Jy ! Component: 650 - total flux cleaned = -5.65034e-06 Jy ! Component: 700 - total flux cleaned = 1.69846e-05 Jy ! Component: 750 - total flux cleaned = 3.85828e-05 Jy ! Component: 800 - total flux cleaned = 0.00010235 Jy ! Component: 850 - total flux cleaned = 6.02713e-05 Jy ! Component: 900 - total flux cleaned = 0.000206307 Jy ! Component: 950 - total flux cleaned = 0.000226801 Jy ! Component: 1000 - total flux cleaned = 0.000307741 Jy ! Component: 1050 - total flux cleaned = 0.000307682 Jy ! Component: 1100 - total flux cleaned = 0.000386838 Jy ! Component: 1150 - total flux cleaned = 0.000406417 Jy ! Component: 1200 - total flux cleaned = 0.000445044 Jy ! Component: 1250 - total flux cleaned = 0.000464143 Jy ! Component: 1300 - total flux cleaned = 0.000539927 Jy ! Component: 1350 - total flux cleaned = 0.000539826 Jy ! Component: 1400 - total flux cleaned = 0.000613328 Jy ! Component: 1450 - total flux cleaned = 0.0005946 Jy ! Component: 1500 - total flux cleaned = 0.00064926 Jy ! Component: 1550 - total flux cleaned = 0.000774844 Jy ! Component: 1600 - total flux cleaned = 0.000774685 Jy ! Component: 1650 - total flux cleaned = 0.000774472 Jy ! Component: 1700 - total flux cleaned = 0.000739625 Jy ! Component: 1750 - total flux cleaned = 0.000843378 Jy ! Component: 1800 - total flux cleaned = 0.000826304 Jy ! Component: 1850 - total flux cleaned = 0.000894249 Jy ! Component: 1900 - total flux cleaned = 0.000927772 Jy ! Component: 1950 - total flux cleaned = 0.000894363 Jy ! Component: 2000 - total flux cleaned = 0.000977238 Jy ! Component: 2050 - total flux cleaned = 0.00089502 Jy ! Component: 2100 - total flux cleaned = 0.000895146 Jy ! Component: 2150 - total flux cleaned = 0.000943559 Jy ! Component: 2200 - total flux cleaned = 0.000943496 Jy ! Component: 2250 - total flux cleaned = 0.000991119 Jy ! Component: 2300 - total flux cleaned = 0.000896429 Jy ! Component: 2350 - total flux cleaned = 0.000927738 Jy ! Component: 2400 - total flux cleaned = 0.00102097 Jy ! Component: 2450 - total flux cleaned = 0.00103634 Jy ! Component: 2500 - total flux cleaned = 0.00103627 Jy ! Component: 2550 - total flux cleaned = 0.00106658 Jy ! Component: 2600 - total flux cleaned = 0.00105155 Jy ! Component: 2650 - total flux cleaned = 0.000976838 Jy ! Component: 2700 - total flux cleaned = 0.00103644 Jy ! Component: 2750 - total flux cleaned = 0.00100691 Jy ! Component: 2800 - total flux cleaned = 0.00109467 Jy ! Component: 2850 - total flux cleaned = 0.00102204 Jy ! Component: 2900 - total flux cleaned = 0.000993234 Jy ! Component: 2950 - total flux cleaned = 0.000979162 Jy ! Component: 3000 - total flux cleaned = 0.000979073 Jy ! Component: 3050 - total flux cleaned = 0.000951029 Jy ! Component: 3100 - total flux cleaned = 0.000936914 Jy ! Component: 3150 - total flux cleaned = 0.00100657 Jy ! Component: 3200 - total flux cleaned = 0.000992561 Jy ! Component: 3250 - total flux cleaned = 0.000978823 Jy ! Component: 3300 - total flux cleaned = 0.00101969 Jy ! Component: 3350 - total flux cleaned = 0.000978874 Jy ! Component: 3400 - total flux cleaned = 0.000978994 Jy ! Component: 3450 - total flux cleaned = 0.00096567 Jy ! Component: 3500 - total flux cleaned = 0.000965682 Jy ! Component: 3550 - total flux cleaned = 0.00096576 Jy ! Component: 3600 - total flux cleaned = 0.000992102 Jy ! Component: 3650 - total flux cleaned = 0.00100528 Jy ! Component: 3700 - total flux cleaned = 0.000992261 Jy ! Component: 3750 - total flux cleaned = 0.00099238 Jy ! Component: 3800 - total flux cleaned = 0.000979535 Jy ! Component: 3850 - total flux cleaned = 0.000966626 Jy ! Component: 3900 - total flux cleaned = 0.000991998 Jy ! Component: 3950 - total flux cleaned = 0.000916084 Jy ! Component: 4000 - total flux cleaned = 0.000966419 Jy ! Component: 4050 - total flux cleaned = 0.000916352 Jy ! Total flux subtracted in 4096 components = 0.000916323 Jy ! Clean residual min=-0.000620 max=0.000798 Jy/beam ! Clean residual mean=0.000001 rms=0.000225 Jy/beam ! Combined flux in latest and established models = 0.0661736 Jy keep ! Adding 279 model components to the UV plane model. ! The established model now contains 328 components and 0.0661736 Jy ![Exited script file: muppet] wmap "J2130+0843_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.325 x 7.732 at -5.589 degrees (North through East) ! Clean map min=-0.0014765 max=0.057269 Jy/beam ! Writing clean map to FITS file: J2130+0843_S_2014_12_20_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0572693 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000224228 device "J2130+0843_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J2130+0843_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.1746 1.1746 2.3492 4.69839 9.39678 18.7936 37.5871 75.1743 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.057 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.325 x 7.732 at -5.589 degrees (North through East) ! Clean map min=-0.0014765 max=0.057269 Jy/beam quit ! Quitting program ! Log file J2130+0843_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:48:03 2016