! Started logfile: J1010+3330_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:31:42 2016 obs J1010+3330_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J1010+3330_S_2014_12_20_pus_uva.fits ! AN table 1: 83 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.967068 visibilities/baseline/integration-bin. ! Found source: J1010+3330 ! ! 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 14448 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 J1010+3330_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 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.902047Jy sigma=0.011063 ! Fit after self-cal, rms=0.855203Jy sigma=0.010556 ! 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=3.15 mas, bmaj=4.766 mas, bpa=-10.41 degrees ! Estimated noise=896.489 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.111696 Jy ! Component: 100 - total flux cleaned = 0.136513 Jy ! Total flux subtracted in 100 components = 0.136513 Jy ! Clean residual min=-0.005031 max=0.008202 Jy/beam ! Clean residual mean=0.000003 rms=0.001328 Jy/beam ! Combined flux in latest and established models = 0.136513 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.136513 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076645Jy sigma=0.000860 ! Fit after self-cal, rms=0.076637Jy sigma=0.000860 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.009047 Jy ! Component: 100 - total flux cleaned = 0.0139208 Jy ! Total flux subtracted in 100 components = 0.0139208 Jy ! Clean residual min=-0.004838 max=0.004863 Jy/beam ! Clean residual mean=0.000004 rms=0.001112 Jy/beam ! Combined flux in latest and established models = 0.150433 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 24 components and 0.150433 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075232Jy sigma=0.000849 ! Fit after self-cal, rms=0.075223Jy 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.928 mas, bmaj=5.743 mas, bpa=-4.97 degrees ! Estimated noise=491.741 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.00348273 Jy ! Component: 100 - total flux cleaned = 0.00555119 Jy ! Component: 150 - total flux cleaned = 0.00686733 Jy ! Component: 200 - total flux cleaned = 0.00771801 Jy ! Total flux subtracted in 200 components = 0.00771801 Jy ! Clean residual min=-0.005796 max=0.004508 Jy/beam ! Clean residual mean=0.000006 rms=0.001171 Jy/beam ! Combined flux in latest and established models = 0.158151 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 36 components and 0.158151 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074972Jy sigma=0.000848 ! Fit after self-cal, rms=0.074973Jy sigma=0.000848 ! 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 0.99 FD 0.89 HN 0.93 KP 1.08 ! LA 0.95 MK 1.00 NL 0.98 OV 0.95 ! PT 1.04 SC 1.03 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.03 HN 1.01 KP 1.03 ! LA 0.94 MK 1.00 NL 1.00 OV 1.00 ! PT 1.04 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.18 HN 0.99 KP 0.93 ! LA 0.76 MK 1.00 NL 1.62 OV 0.92 ! PT 0.98 SC 1.10 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 1.03 HN 0.96 KP 0.87 ! LA 0.80 MK 0.97 NL 1.01 OV 1.00 ! PT 1.03 SC 1.03 ! ! ! Fit before self-cal, rms=0.074973Jy sigma=0.000848 ! Fit after self-cal, rms=0.072430Jy sigma=0.000799 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.94 mas, bmaj=5.8 mas, bpa=-5.529 degrees ! Estimated noise=493.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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000499288 Jy ! Component: 100 - total flux cleaned = -0.000592539 Jy ! Component: 150 - total flux cleaned = -0.000618834 Jy ! Component: 200 - total flux cleaned = -0.000666001 Jy ! Total flux subtracted in 200 components = -0.000666001 Jy ! Clean residual min=-0.002634 max=0.002543 Jy/beam ! Clean residual mean=-0.000000 rms=0.000659 Jy/beam ! Combined flux in latest and established models = 0.157485 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 48 components and 0.157485 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072406Jy sigma=0.000799 ! Fit after self-cal, rms=0.072395Jy sigma=0.000798 ! 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.072395Jy sigma=0.000798 ! Fit after self-cal, rms=0.071647Jy sigma=0.000783 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.935 mas, bmaj=5.772 mas, bpa=-5.034 degrees ! Estimated noise=491.664 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000116998 Jy ! Component: 100 - total flux cleaned = 0.00010452 Jy ! Component: 150 - total flux cleaned = 8.26669e-05 Jy ! Component: 200 - total flux cleaned = 7.24055e-05 Jy ! Total flux subtracted in 200 components = 7.24055e-05 Jy ! Clean residual min=-0.001693 max=0.001758 Jy/beam ! Clean residual mean=0.000002 rms=0.000390 Jy/beam ! Combined flux in latest and established models = 0.157558 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 56 components and 0.157558 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071643Jy sigma=0.000783 ! Fit after self-cal, rms=0.071668Jy sigma=0.000783 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 (-38, -119). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00139544 Jy ! Component: 100 - total flux cleaned = 0.00126732 Jy ! Component: 150 - total flux cleaned = 0.00120371 Jy ! Component: 200 - total flux cleaned = 0.00113375 Jy ! Total flux subtracted in 200 components = 0.00113375 Jy ! Clean residual min=-0.001600 max=0.001535 Jy/beam ! Clean residual mean=0.000001 rms=0.000372 Jy/beam ! Combined flux in latest and established models = 0.158691 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 70 components and 0.158691 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071633Jy sigma=0.000783 ! Fit after self-cal, rms=0.071630Jy sigma=0.000782 ! 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.071630Jy sigma=0.000782 ! Fit after self-cal, rms=0.071638Jy sigma=0.000782 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.931 mas, bmaj=5.768 mas, bpa=-4.928 degrees ! Estimated noise=491.528 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000358273 Jy ! Component: 100 - total flux cleaned = 0.000341826 Jy ! Component: 150 - total flux cleaned = 0.000342673 Jy ! Component: 200 - total flux cleaned = 0.000343632 Jy ! Total flux subtracted in 200 components = 0.000343632 Jy ! Clean residual min=-0.001558 max=0.001531 Jy/beam ! Clean residual mean=0.000001 rms=0.000368 Jy/beam ! Combined flux in latest and established models = 0.159035 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 81 components and 0.159035 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071629Jy sigma=0.000782 ! Fit after self-cal, rms=0.071630Jy sigma=0.000782 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.13286e-05 Jy ! Component: 100 - total flux cleaned = 1.17373e-06 Jy ! Component: 150 - total flux cleaned = 8.94783e-07 Jy ! Component: 200 - total flux cleaned = 1.18765e-05 Jy ! Total flux subtracted in 200 components = 1.18765e-05 Jy ! Clean residual min=-0.001561 max=0.001521 Jy/beam ! Clean residual mean=0.000001 rms=0.000367 Jy/beam ! Combined flux in latest and established models = 0.159047 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 83 components and 0.159047 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071626Jy sigma=0.000782 ! Fit after self-cal, rms=0.071626Jy sigma=0.000782 ! 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.071626Jy sigma=0.000782 ! Fit after self-cal, rms=0.071637Jy sigma=0.000782 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.867 mas, bmaj=9.42 mas, bpa=-5.275 degrees ! Estimated noise=591.932 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000200903 Jy ! Component: 100 - total flux cleaned = 0.000301648 Jy ! Component: 150 - total flux cleaned = 0.000358505 Jy ! Component: 200 - total flux cleaned = 0.00037435 Jy ! Total flux subtracted in 200 components = 0.00037435 Jy ! Clean residual min=-0.001856 max=0.001742 Jy/beam ! Clean residual mean=0.000002 rms=0.000485 Jy/beam ! Combined flux in latest and established models = 0.159421 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 98 components and 0.159421 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071636Jy sigma=0.000782 ! Fit after self-cal, rms=0.071636Jy sigma=0.000782 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.03089e-06 Jy ! Component: 100 - total flux cleaned = -1.48687e-06 Jy ! Component: 150 - total flux cleaned = -1.38474e-06 Jy ! Component: 200 - total flux cleaned = -1.3446e-06 Jy ! Total flux subtracted in 200 components = -1.3446e-06 Jy ! Clean residual min=-0.001840 max=0.001742 Jy/beam ! Clean residual mean=0.000002 rms=0.000485 Jy/beam ! Combined flux in latest and established models = 0.15942 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 104 components and 0.15942 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071636Jy sigma=0.000782 ! Fit after self-cal, rms=0.071636Jy sigma=0.000782 ! 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.93 mas, bmaj=5.768 mas, bpa=-4.85 degrees ! Estimated noise=491.545 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.93 x 5.768 at -4.85 degrees (North through East) ! Clean map min=-0.0015004 max=0.14443 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=3.155 mas, bmaj=4.783 mas, bpa=-10.32 degrees ! Estimated noise=891.999 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.111065 Jy ! Component: 100 - total flux cleaned = 0.135933 Jy ! Component: 150 - total flux cleaned = 0.144724 Jy ! Component: 200 - total flux cleaned = 0.149474 Jy ! Total flux subtracted in 200 components = 0.149474 Jy ! Clean residual min=-0.002783 max=0.002674 Jy/beam ! Clean residual mean=0.000001 rms=0.000620 Jy/beam ! Combined flux in latest and established models = 0.149474 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.149474 Jy ! Inverting map and beam ! Estimated beam: bmin=3.93 mas, bmaj=5.768 mas, bpa=-4.85 degrees ! Estimated noise=491.545 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.00362322 Jy ! Component: 100 - total flux cleaned = 0.00581835 Jy ! Component: 150 - total flux cleaned = 0.00733195 Jy ! Component: 200 - total flux cleaned = 0.00817863 Jy ! Total flux subtracted in 200 components = 0.00817863 Jy ! Clean residual min=-0.001566 max=0.001590 Jy/beam ! Clean residual mean=0.000001 rms=0.000381 Jy/beam ! Combined flux in latest and established models = 0.157652 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 50 components and 0.157652 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.867 mas, bmaj=9.42 mas, bpa=-5.275 degrees ! Estimated noise=591.932 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000839078 Jy ! Component: 100 - total flux cleaned = 0.00112776 Jy ! Component: 150 - total flux cleaned = 0.00123671 Jy ! Component: 200 - total flux cleaned = 0.00132265 Jy ! Total flux subtracted in 200 components = 0.00132265 Jy ! Clean residual min=-0.001848 max=0.001819 Jy/beam ! Clean residual mean=0.000002 rms=0.000488 Jy/beam ! Combined flux in latest and established models = 0.158975 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.96779e-05 Jy ! Component: 100 - total flux cleaned = 9.32879e-05 Jy ! Component: 150 - total flux cleaned = 0.000103677 Jy ! Component: 200 - total flux cleaned = 0.000121897 Jy ! Total flux subtracted in 200 components = 0.000121897 Jy ! Clean residual min=-0.001837 max=0.001796 Jy/beam ! Clean residual mean=0.000002 rms=0.000486 Jy/beam ! Combined flux in latest and established models = 0.159097 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 80 components and 0.159097 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.93 mas, bmaj=5.768 mas, bpa=-4.85 degrees ! Estimated noise=491.545 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000159241 Jy ! Component: 100 - total flux cleaned = -0.000266336 Jy ! Component: 150 - total flux cleaned = -0.000251742 Jy ! Component: 200 - total flux cleaned = -0.000211499 Jy ! Total flux subtracted in 200 components = -0.000211499 Jy ! Clean residual min=-0.001544 max=0.001534 Jy/beam ! Clean residual mean=0.000001 rms=0.000367 Jy/beam ! Combined flux in latest and established models = 0.158885 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 95 components and 0.158885 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071641Jy sigma=0.000782 ! Fit after self-cal, rms=0.071639Jy sigma=0.000782 wmodel J1010+3330_S_2014_12_20_pus_map.mod ! Writing 95 model components to file: J1010+3330_S_2014_12_20_pus_map.mod wobs J1010+3330_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J1010+3330_S_2014_12_20_pus_uvs.fits wwins J1010+3330_S_2014_12_20_pus_map.win ! wwins: Wrote 2 windows to J1010+3330_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 = -0.000219786 Jy ! Component: 100 - total flux cleaned = -0.000444927 Jy ! Component: 150 - total flux cleaned = -0.000469319 Jy ! Component: 200 - total flux cleaned = -0.000558813 Jy ! Component: 250 - total flux cleaned = -0.000601964 Jy ! Component: 300 - total flux cleaned = -0.000707295 Jy ! Component: 350 - total flux cleaned = -0.000789185 Jy ! Component: 400 - total flux cleaned = -0.000869047 Jy ! Component: 450 - total flux cleaned = -0.000927874 Jy ! Component: 500 - total flux cleaned = -0.00100497 Jy ! Component: 550 - total flux cleaned = -0.0011182 Jy ! Component: 600 - total flux cleaned = -0.00119206 Jy ! Component: 650 - total flux cleaned = -0.00121043 Jy ! Component: 700 - total flux cleaned = -0.00129983 Jy ! Component: 750 - total flux cleaned = -0.00131694 Jy ! Component: 800 - total flux cleaned = -0.00131669 Jy ! Component: 850 - total flux cleaned = -0.00131663 Jy ! Component: 900 - total flux cleaned = -0.00131653 Jy ! Component: 950 - total flux cleaned = -0.00126716 Jy ! Component: 1000 - total flux cleaned = -0.0012509 Jy ! Component: 1050 - total flux cleaned = -0.00121875 Jy ! Component: 1100 - total flux cleaned = -0.00121811 Jy ! Component: 1150 - total flux cleaned = -0.00113981 Jy ! Component: 1200 - total flux cleaned = -0.00109365 Jy ! Component: 1250 - total flux cleaned = -0.0010333 Jy ! Component: 1300 - total flux cleaned = -0.00100342 Jy ! Component: 1350 - total flux cleaned = -0.000988701 Jy ! Component: 1400 - total flux cleaned = -0.000930935 Jy ! Component: 1450 - total flux cleaned = -0.000959678 Jy ! Component: 1500 - total flux cleaned = -0.000931195 Jy ! Component: 1550 - total flux cleaned = -0.000944967 Jy ! Component: 1600 - total flux cleaned = -0.000862086 Jy ! Component: 1650 - total flux cleaned = -0.000835065 Jy ! Component: 1700 - total flux cleaned = -0.000862243 Jy ! Component: 1750 - total flux cleaned = -0.00083543 Jy ! Component: 1800 - total flux cleaned = -0.000835306 Jy ! Component: 1850 - total flux cleaned = -0.000809082 Jy ! Component: 1900 - total flux cleaned = -0.000822125 Jy ! Component: 1950 - total flux cleaned = -0.000822137 Jy ! Component: 2000 - total flux cleaned = -0.000834536 Jy ! Component: 2050 - total flux cleaned = -0.000772415 Jy ! Component: 2100 - total flux cleaned = -0.000735597 Jy ! Component: 2150 - total flux cleaned = -0.000760124 Jy ! Component: 2200 - total flux cleaned = -0.000723917 Jy ! Component: 2250 - total flux cleaned = -0.000723896 Jy ! Component: 2300 - total flux cleaned = -0.000712062 Jy ! Component: 2350 - total flux cleaned = -0.000688608 Jy ! Component: 2400 - total flux cleaned = -0.000654036 Jy ! Component: 2450 - total flux cleaned = -0.000619412 Jy ! Component: 2500 - total flux cleaned = -0.000619546 Jy ! Component: 2550 - total flux cleaned = -0.000608323 Jy ! Component: 2600 - total flux cleaned = -0.000574943 Jy ! Component: 2650 - total flux cleaned = -0.000574999 Jy ! Component: 2700 - total flux cleaned = -0.000542275 Jy ! Component: 2750 - total flux cleaned = -0.000574769 Jy ! Component: 2800 - total flux cleaned = -0.000531779 Jy ! Component: 2850 - total flux cleaned = -0.000553096 Jy ! Component: 2900 - total flux cleaned = -0.000521437 Jy ! Component: 2950 - total flux cleaned = -0.000500526 Jy ! Component: 3000 - total flux cleaned = -0.000500504 Jy ! Component: 3050 - total flux cleaned = -0.00050056 Jy ! Component: 3100 - total flux cleaned = -0.000490357 Jy ! Component: 3150 - total flux cleaned = -0.000480292 Jy ! Component: 3200 - total flux cleaned = -0.000460354 Jy ! Component: 3250 - total flux cleaned = -0.000440522 Jy ! Component: 3300 - total flux cleaned = -0.000391417 Jy ! Component: 3350 - total flux cleaned = -0.000430465 Jy ! Component: 3400 - total flux cleaned = -0.000381878 Jy ! Component: 3450 - total flux cleaned = -0.000382001 Jy ! Component: 3500 - total flux cleaned = -0.000391476 Jy ! Component: 3550 - total flux cleaned = -0.000372582 Jy ! Component: 3600 - total flux cleaned = -0.000372599 Jy ! Component: 3650 - total flux cleaned = -0.000381917 Jy ! Component: 3700 - total flux cleaned = -0.000335726 Jy ! Component: 3750 - total flux cleaned = -0.000280564 Jy ! Component: 3800 - total flux cleaned = -0.000271567 Jy ! Component: 3850 - total flux cleaned = -0.000262493 Jy ! Component: 3900 - total flux cleaned = -0.000226429 Jy ! Component: 3950 - total flux cleaned = -0.000208576 Jy ! Component: 4000 - total flux cleaned = -0.000181914 Jy ! Component: 4050 - total flux cleaned = -0.000137987 Jy ! Total flux subtracted in 4096 components = -8.55419e-05 Jy ! Clean residual min=-0.000568 max=0.000527 Jy/beam ! Clean residual mean=0.000000 rms=0.000164 Jy/beam ! Combined flux in latest and established models = 0.1588 Jy keep ! Adding 299 model components to the UV plane model. ! The established model now contains 394 components and 0.1588 Jy ![Exited script file: muppet] wmap "J1010+3330_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.93 x 5.768 at -4.85 degrees (North through East) ! Clean map min=-0.00093966 max=0.14454 Jy/beam ! Writing clean map to FITS file: J1010+3330_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.144541 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000162488 device "J1010+3330_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J1010+3330_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.33725 0.33725 0.6745 1.349 2.698 5.396 10.792 21.584 43.168 86.336 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.144 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.93 x 5.768 at -4.85 degrees (North through East) ! Clean map min=-0.00093966 max=0.14454 Jy/beam quit ! Quitting program ! Log file J1010+3330_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:31:48 2016